Skip to content

Instantly share code, notes, and snippets.

@danawoodman
Created August 20, 2018 03:51
Show Gist options
  • Save danawoodman/094de6b92526a50e9c6cff3ab32b0344 to your computer and use it in GitHub Desktop.
Save danawoodman/094de6b92526a50e9c6cff3ab32b0344 to your computer and use it in GitHub Desktop.
SUBSYSTEM=="input", GROUP="input", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05df", MODE:="666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05df", MODE="0666", GROUP="plugdev"
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent
KERNEL[181.295902] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2 (usb)
KERNEL[181.296248] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0 (usb)
KERNEL[181.299505] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:16C0:05DF.0004 (hid)
KERNEL[181.299764] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/usbmisc/hiddev1 (usbmisc)
KERNEL[181.300398] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:16C0:05DF.0004/hidraw/hidraw3 (hidraw)
UDEV [181.323240] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2 (usb)
KERNEL[181.345751] add /module/media (module)
KERNEL[181.345849] add /bus/media (bus)
UDEV [181.348967] add /module/media (module)
UDEV [181.349726] add /bus/media (bus)
KERNEL[181.363560] add /module/videodev (module)
KERNEL[181.363986] add /class/video4linux (class)
KERNEL[181.368543] add /module/radio_ma901 (module)
KERNEL[181.368660] add /bus/usb/drivers/radio-ma901 (drivers)
UDEV [181.369687] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0 (usb)
UDEV [181.371468] add /class/video4linux (class)
UDEV [181.372357] add /module/videodev (module)
UDEV [181.376041] add /bus/usb/drivers/radio-ma901 (drivers)
UDEV [181.377674] add /module/radio_ma901 (module)
UDEV [181.378360] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/usbmisc/hiddev1 (usbmisc)
UDEV [181.379489] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:16C0:05DF.0004 (hid)
UDEV [181.383544] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:16C0:05DF.0004/hidraw/hidraw3 (hidraw)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment