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

/linux-4.1.27/drivers/hid/
H A Dhid-lg4ff.c903 static u16 lg4ff_identify_multimode_wheel(struct hid_device *hid, const u16 reported_product_id, const u16 bcdDevice) lg4ff_identify_multimode_wheel() argument
908 switch (reported_product_id) { lg4ff_identify_multimode_wheel()
940 dbg_hid("Found wheel with real PID %X whose reported PID is %X\n", real_product_id, reported_product_id); lg4ff_identify_multimode_wheel()
953 const u16 reported_product_id = hid->product; lg4ff_handle_multimode_wheel() local
956 *real_product_id = lg4ff_identify_multimode_wheel(hid, reported_product_id, bcdDevice); lg4ff_handle_multimode_wheel()
959 *real_product_id = reported_product_id; lg4ff_handle_multimode_wheel()
966 if (reported_product_id == USB_DEVICE_ID_LOGITECH_WHEEL && lg4ff_handle_multimode_wheel()
967 reported_product_id != *real_product_id && lg4ff_handle_multimode_wheel()

Completed in 66 milliseconds