Skip to content

Commit e76a9f1

Browse files
SebaUbuntuM0Rf30
authored andcommitted
feat: Add Nintendo Switch
Change-Id: If57670208f0460379164c55fbb477418a38ae380
1 parent 3e08642 commit e76a9f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

51-android.rules

+7
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,13 @@ ATTR{idVendor}=="0409", ATTR{idProduct}=="0300", GOTO="user"
566566
# Nextbit (Need product specific rules)
567567
#ATTR{idVendor}=="2c3f", GOTO="user"
568568

569+
# Nintendo
570+
ATTR{idVendor}!="057e", GOTO="not_Nintendo"
571+
# Switch
572+
ATTR{idProduct}=="2000", GOTO="adb"
573+
GOTO="android_usb_rules_end"
574+
LABEL="not_Nintendo"
575+
569576
# Nokia X (Need product specific rules)
570577
#ATTR{idVendor}=="0421", GOTO="user"
571578

0 commit comments

Comments
 (0)