Update SHIELD Tablet product ID (#197)

This commit is contained in:
Mike L 2020-10-01 02:08:14 +02:00 committed by GitHub
parent 0452a8cfe3
commit 0c12443041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"