Skip to content

Commit

Permalink
Update SHIELD Tablet product ID (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
CL-Jeremy authored Oct 1, 2020
1 parent 0452a8c commit 0c12443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ ENV{adb_user}="yes"
ATTR{idProduct}=="7000", SYMLINK+="android_fastboot"
ATTR{idProduct}=="7100", ENV{adb_user}="yes"
# SHIELD Tablet (debug)
ATTR{idProduct}=="CF05", ENV{adb_adb}="yes"
ATTR{idProduct}=="cf05", ENV{adb_adb}="yes"
ATTR{idProduct}=="cf09", ENV{adb_adb}="yes"
# Shield TV
ATTR{idProduct}=="b442", SYMLINK+="android_fastboot"
GOTO="android_usb_rule_match"
Expand Down

0 comments on commit 0c12443

Please sign in to comment.