Skip to content

Commit

Permalink
feat: add Nook Glowlight 3 (close #334)
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Nov 9, 2024
1 parent dd9e2f7 commit 48f182f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,11 @@ LABEL="not_Nintendo"
#ATTR{idVendor}=="2e04", GOTO="user"

# Nook (Barnes & Noble) (Need product specific rules)
#ATTR{idVendor}=="2080", GOTO="user"
ATTR{idVendor}!="2080", GOTO="not_Nook"
# Glowlight 3
ATTR{idProduct}=="000b", GOTO="adb"
GOTO="android_usb_rules_end"
LABEL="not_Nook"

# Nvidia
ATTR{idVendor}!="0955", GOTO="not_Nvidia"
Expand Down

0 comments on commit 48f182f

Please sign in to comment.