Home
last modified time | relevance | path

Searched defs:uhid_device (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/hid/
H A Dhid_common.h22 struct uhid_device { struct
23 int dev_id; /* uniq (random) number to identify the device */
24 int uhid_fd;
25 int hid_id; /* HID device id in the system */
26 __u16 bus;
27 __u32 vid;
28 __u32 pid;
29 pthread_t tid; /* thread for reading uhid events */