Searched defs:hid_device (Results 1 – 1 of 1) sorted by relevance
606 struct hid_device { /* device report descriptor */ struct607 __u8 *dev_rdesc;608 unsigned dev_rsize;609 __u8 *rdesc;610 unsigned rsize;611 struct hid_collection *collection; /* List of HID collections */612 unsigned collection_size; /* Number of allocated hid_collections */613 unsigned maxcollection; /* Number of parsed collections */614 unsigned maxapplication; /* Number of applications */615 __u16 bus; /* BUS ID */[all …]