Home
last modified time | relevance | path

Searched refs:HID_QUIRK_HIDDEV_FORCE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dhid.h373 #define HID_QUIRK_HIDDEV_FORCE BIT(4) macro
/openbmc/linux/drivers/hid/
H A Dhid-core.c2186 if (hdev->quirks & HID_QUIRK_HIDDEV_FORCE) in hid_connect()