Searched refs:uhid (Results 1 – 9 of 9) sorted by relevance
36 from hidtools.uhid import UHIDDevice123 def __init__(self: "HIDIsReady", uhid: UHIDDevice) -> None:124 self.uhid = uhid139 def __init__(self: "UdevHIDIsReady", uhid: UHIDDevice) -> None:140 super().__init__(uhid)178 return self._uhid_devices[self.uhid.hid_id]
2 userprogs-always-y += uhid-example
2 /uhid-example
31 subdir-$(CONFIG_SAMPLE_UHID) += uhid
13 There is an example user-space application in ./samples/uhid/uhid-example.c20 This is /dev/uhid by default.23 device with the HID subsystem, then you need to open /dev/uhid once for each
88 run: '/usr/local/bin/udev-hid-bpf add /sys/devices/virtual/misc/uhid/0003:28BD:095B.0E57 /etc/udev-…
139 uses-libc += linux/uhid.h
827 #define HID_USAGE_ID(uhid, utype, ucode) \ argument828 .usage_hid = (uhid), .usage_type = (utype), .usage_code = (ucode)
27963 F: drivers/hid/uhid.c27964 F: include/uapi/linux/uhid.h