Searched defs:uhid_device (Results 1 – 1 of 1) sorted by relevance
22 struct uhid_device { struct23 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 */