Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhid.h274 struct hid_device_info { struct
275 char name[80];
276 char serial[80];
277 char idPnP[HID_PNP_ID_SIZE];
278 uint16_t idBus;
279 uint16_t idVendor;
303 typedef bool hid_test_quirk_t(const struct hid_device_info *dev_info, argument