1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-27 07:35:17 +02:00

Merge pull request #124 from ganadist/master

add product id to support intel reference boards
This commit is contained in:
Gianluca Boiano 2017-11-08 12:48:53 +01:00 committed by GitHub
commit bff0ac38dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,6 +243,9 @@ ATTR{idVendor}=="8087", ATTR{idProduct}=="0a16", SYMLINK+="android_adb", ENV{adb
# Chuwi Hi 10 Pro (HQ64)
ATTR{idVendor}=="8087", ATTR{idProduct}=="2a65", SYMLINK+="android_adb", ENV{adb_user}="yes"
ATTR{idVendor}=="8087", ATTR{idProduct}=="07ef", SYMLINK+="android_adb", ENV{adb_user}="yes"
# Reference Boards using kernelflinger
# See https://github.com/intel/kernelflinger/blob/master/libefiusb/usb.c#L56
ATTR{idVendor}=="8087", ATTR{idProduct}=="09ef", ENV{adb_adbfast}="yes"
# IUNI
ATTR{idVendor}!="271d", GOTO="not_IUNI"