Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidraw.h53 struct hidraw_device_info { struct
54 uint16_t hdi_product;
55 uint16_t hdi_vendor;
56 uint16_t hdi_version;
57 uint8_t occupied[18]; /* by usb_device_info */
58 uint16_t hdi_bustype;
59 uint8_t reserved[14]; /* leave space for the future */
60 char hdi_name[128];
84 #define HIDRAW_GET_DEVICEINFO _IOR ('U', 112, struct hidraw_device_info) argument