Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-lg4ff.c1186 static u16 lg4ff_identify_multimode_wheel(struct hid_device *hid, const u16 reported_product_id, co… in lg4ff_identify_multimode_wheel() argument
1194 if (reported_product_id == lg4ff_alternate_modes[i].product_id) in lg4ff_identify_multimode_wheel()
1210 …d("Found wheel with real PID %X whose reported PID is %X\n", real_product_id, reported_product_id); in lg4ff_identify_multimode_wheel()
1223 const u16 reported_product_id = hid->product; in lg4ff_handle_multimode_wheel() local
1226 *real_product_id = lg4ff_identify_multimode_wheel(hid, reported_product_id, bcdDevice); in lg4ff_handle_multimode_wheel()
1229 *real_product_id = reported_product_id; in lg4ff_handle_multimode_wheel()
1236 if (reported_product_id == USB_DEVICE_ID_LOGITECH_WHEEL && in lg4ff_handle_multimode_wheel()
1237 reported_product_id != *real_product_id && in lg4ff_handle_multimode_wheel()