4 Commits

Author SHA1 Message Date
Peter Wu
5c8283480d ltunify: add Nano receiver c534 (MK270) support
Fix "Unknown protocol 0x0a in devcon notif" errors when trying to list
or pair new devices connected to the Nano receiver with device ID c534.
This receiver is limited to 2 devices only and does not allow unpairing.

Update the hidraw autodetection since the first detected hidraw device
is wrong. Check the interface number, similar to Solaar, this avoids
more complicated HID descriptor parsing.

To confirm whether a device supports the HID++ protocol, either use
`sudo lsusb -v046d:` (without a kernel driver bound to it) or use

    hidrd-convert -o spec /sys/class/hidraw/hidrawX/device/report_descriptor output.txt

to find a Vendor-Specific page.
2020-06-14 22:06:58 +02:00
Peter Wu
1e9b8779f2 udev: add more IDs
- Add second official Unifying receiver (mentioned in from hid-logitech-dj.c)
  and "Unifying Ready" Nano receiver (mentioned in Solaar).
- Introduce an extra label for easier extension.
- Remove world-writable suggestion, no reason to do so with uaccess.
2013-06-16 10:38:00 +02:00
Peter Wu
8a8d93620a udev: use uaccess and udev-acl 2013-06-13 15:32:04 +02:00
Peter Wu
6914080f90 Add udev example for root-less accessing the unifying receiver 2013-04-24 15:17:24 +02:00