Open
Description
udev/99-hid.rules mentions:
# HIDAPI/hidraw
KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="003f", MODE="0666"
but this does not really work with /dev/hidraw*.
I tested some different approaches, only busnum works, neither idVendor nor idProduct does.
So my solution is
SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="$someVid", MODE:="0660", GROUP="$someGroup"
KERNEL=="hidraw*", ACTION=="add", MODE:="0660", GROUP="$someGroup"
udevadm info /dev/hidraw5
also shows no VID/PID of the device.
tested Debian Trixie, kernel 6.12.27-amd64
Metadata
Metadata
Assignees
Labels
No labels