Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-lg4ff.c1180 static u16 lg4ff_identify_multimode_wheel(struct hid_device *hid, const u16 reported_product_id, co… in lg4ff_identify_multimode_wheel() argument
1188 if (reported_product_id == lg4ff_alternate_modes[i].product_id) in lg4ff_identify_multimode_wheel()
1204 …d("Found wheel with real PID %X whose reported PID is %X\n", real_product_id, reported_product_id); in lg4ff_identify_multimode_wheel()
1217 const u16 reported_product_id = hid->product; in lg4ff_handle_multimode_wheel() local
1220 *real_product_id = lg4ff_identify_multimode_wheel(hid, reported_product_id, bcdDevice); in lg4ff_handle_multimode_wheel()
1223 *real_product_id = reported_product_id; in lg4ff_handle_multimode_wheel()
1230 if (reported_product_id == USB_DEVICE_ID_LOGITECH_WHEEL && in lg4ff_handle_multimode_wheel()
1231 reported_product_id != *real_product_id && in lg4ff_handle_multimode_wheel()