| Revision 1049,
345 bytes
checked in by alonbl, 4 years ago
(diff) |
|
Move out compatibility udev rule into its own rule, update NEWS to alert packagers
|
| Line | |
|---|
| 1 | |
|---|
| 2 | # some distributions might not have a proper rule to set the name. |
|---|
| 3 | # this is needed without USB_DEVICEFS the kernel doesn't tell us about |
|---|
| 4 | # DEVICE. so we need to know the name of the device created by udev in |
|---|
| 5 | # /dev/bus/usb. |
|---|
| 6 | SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", \ |
|---|
| 7 | NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0644" |
|---|
| 8 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.