1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-21 06:56:50 +02:00

fix weird quotes (”) not (")

This commit is contained in:
Hans-Christoph Steiner 2014-10-22 19:17:01 -04:00
parent c678791df1
commit e047cd2c2c

View File

@ -330,7 +330,7 @@ ATTR{idProduct}=="6866", SYMLINK+="libmtp-%k", ENV{ID_MTP_DEVICE}="1", ENV{ID_ME
# Galaxy S4 GT-I9500
ATTR{idProduct}=="685d", SYMLINK+="android_adb"
# False positive printer
ATTR{idProduct}=="3252", OPTIONS==”ignore_device”
ATTR{idProduct}=="3252", OPTIONS=="ignore_device"
GOTO="android_usb_rule_match"
LABEL="not_Samsung"