Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dhid.h313 struct hid_device { /* device report descriptor */ struct
314 __u8 *rdesc;
315 unsigned rsize;
316 struct hid_collection *collection; /* List of HID collections */
317 …ed collection_size; /* Number of allocated hid_collections */
318 unsigned maxcollection; /* Number of parsed collections */
319 unsigned maxapplication; /* Number of applications */
320 unsigned version; /* HID version */
321 unsigned country; /* HID country */
322 struct hid_report_enum report_enum[HID_REPORT_TYPES];
[all …]