1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-20 06:46:52 +02:00

51-android.rules: Removing idProduct, that excludes HTC One S. This part of the rule did not check for the existence of 'debug mode' as it said it would.

This commit is contained in:
David Runge 2015-08-08 23:23:07 +02:00
parent 76893d036f
commit f23cead401

View File

@ -120,8 +120,6 @@ ATTR{idVendor}=="109b", ENV{adb_user}="yes"
# HTC # HTC
ATTR{idVendor}!="0bb4", GOTO="not_HTC" ATTR{idVendor}!="0bb4", GOTO="not_HTC"
# skip if debug mode off
ATTR{idProduct}=="0ff9", GOTO="android_usb_rules_end"
ENV{adb_user}="yes" ENV{adb_user}="yes"
# fastboot mode enabled # fastboot mode enabled