Skip to content

Commit

Permalink
feat: Add Nintendo Switch
Browse files Browse the repository at this point in the history
Change-Id: If57670208f0460379164c55fbb477418a38ae380
  • Loading branch information
SebaUbuntu authored and M0Rf30 committed Jun 25, 2024
1 parent 3e08642 commit e76a9f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,13 @@ ATTR{idVendor}=="0409", ATTR{idProduct}=="0300", GOTO="user"
# Nextbit (Need product specific rules)
#ATTR{idVendor}=="2c3f", GOTO="user"

# Nintendo
ATTR{idVendor}!="057e", GOTO="not_Nintendo"
# Switch
ATTR{idProduct}=="2000", GOTO="adb"
GOTO="android_usb_rules_end"
LABEL="not_Nintendo"

# Nokia X (Need product specific rules)
#ATTR{idVendor}=="0421", GOTO="user"

Expand Down

0 comments on commit e76a9f1

Please sign in to comment.