Skip to content

Commit 48f182f

Browse files
committed
feat: add Nook Glowlight 3 (close #334)
1 parent dd9e2f7 commit 48f182f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

51-android.rules

+5-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,11 @@ LABEL="not_Nintendo"
589589
#ATTR{idVendor}=="2e04", GOTO="user"
590590

591591
# Nook (Barnes & Noble) (Need product specific rules)
592-
#ATTR{idVendor}=="2080", GOTO="user"
592+
ATTR{idVendor}!="2080", GOTO="not_Nook"
593+
# Glowlight 3
594+
ATTR{idProduct}=="000b", GOTO="adb"
595+
GOTO="android_usb_rules_end"
596+
LABEL="not_Nook"
593597

594598
# Nvidia
595599
ATTR{idVendor}!="0955", GOTO="not_Nvidia"

0 commit comments

Comments
 (0)