QinHeng Electronics Foot Pedal

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 18:24, 21 December 2020 by Littleguy (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

QinHeng Electronics


$ ls -l ./by-id|grep e026
lrwxrwxrwx 1 root root 9 Feb  9 15:12 usb-1a86_e026-event-mouse -> ../event9
lrwxrwxrwx 1 root root 6 Feb  9 15:12 usb-1a86_e026-mouse -> ../js0
$ udevadm monitor --udev

monitor will print the received events for:

UDEV - the event which udev sends out after rule processing

udevadm monitor [options]
      Listens to the kernel uevents and events sent out by a udev rule and prints the devpath of the event to the console. It can be used to analyze the event timing, by comparing the timestamps of the kernel uevent and the udev
      event.
      -k, --kernel
          Print the kernel uevents.
      -u, --udev
          Print the udev event after the rule processing.
      -p, --property
          Also print the properties of the event.
      -s, --subsystem-match=string[/string]
          Filter kernel uevents and udev events by subsystem[/devtype]. Only events with a matching subsystem value will pass.
      -t, --tag-match=string
          Filter udev events by tag. Only udev events with a given tag attached will pass.