udev: Insert comment about case-sensitivity

VID/PID (hex) are case sensitive.
This commit is contained in:
Alan Ott
2012-07-30 10:51:51 -04:00
parent 807afbc35c
commit 425ef9f86e

View File

@@ -22,6 +22,9 @@ KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", ATTRS{idProduct}
# /etc/udev/rules.d and unplug and re-plug your device. This is all that is
# necessary to see the new permissions. Udev does not have to be restarted.
# Note that the hexadecimal values for VID and PID are case sensitive and
# must be lower case.
# If you think permissions of 0666 are too loose, then see:
# http://reactivated.net/writing_udev_rules.html for more information on finer
# grained permission setting. For example, it might be sufficient to just