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

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

Completed in 91 milliseconds