最終更新:2014-12-17 (水) 09:34:00 (4193d)
hid_device_id
Top / hid_device_id
struct hid_device_id {
__u16 bus;
__u16 group;
__u32 vendor;
__u32 product;
kernel_ulong_t driver_data;
};
使われどころ
drivers/hid/hid-core.c
- hid_device_id hid_ignore_list? - a list of devices that shouldn't be handled by HID core at all
- hid_device_id hid_mouse_ignore_list? - mouse devices which should not be handled by the hid layer
- hid_device_id hid_have_special_driver - A list of devices for which there is a specialized driver on HID bus.
drivers/hid/hid-multitouch.c
- hid_device_id mt_devices?
drivers/hid/hid-sony.c
- hid_device_id sony_devices?
グループ
- HID_GROUP_GENERIC?
- HID_GROUP_MULTITOUCH
- HID_GROUP_SENSOR_HUB?
- HID_GROUP_MULTITOUCH_WIN_8?
関連
- HID_DEVICE
- MT_USB_DEVICE?

