Changes between Initial Version and Version 1 of Ticket #1631
- Timestamp:
- 09/02/17 18:36:29 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1631
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #1631 – Description
initial v1 4 4 5 5 The patch attached almost kinda works, with some problems: 6 * requires "xprop" to find the device uuid... isugly6 * requires "xprop" to find the device uuid... ugly 7 7 * the part of the patch that uses the device name to match the device cannot be used, as udev doesn't understand regex in the ATTRS match section... so we'll need to use something else (the device part of the USBID?) 8 8 * we chmod the device to 0666 initially so that the existing X11 server can add the new device, that's dangerous - we need to chmod / chown it to the user the server belongs to