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

/linux-master/drivers/hid/
H A Dhid-lg4ff.c131 static const struct lg4ff_wheel lg4ff_devices[] = { variable in typeref:struct:lg4ff_wheel
1314 for (i = 0; i < ARRAY_SIZE(lg4ff_devices); i++) {
1315 if (hid->product == lg4ff_devices[i].product_id) {
1316 dbg_hid("Found compatible device, product ID %04X\n", lg4ff_devices[i].product_id);
1321 if (i == ARRAY_SIZE(lg4ff_devices)) {
1343 for (j = 0; lg4ff_devices[i].ff_effects[j] >= 0; j++)
1344 set_bit(lg4ff_devices[i].ff_effects[j], dev->ffbit);
1356 lg4ff_init_wheel_data(&entry->wdata, &lg4ff_devices[i], mmode_wheel, real_product_id);
1399 if (lg4ff_devices[i].product_id == USB_DEVICE_ID_LOGITECH_G27_WHEEL ||
1400 lg4ff_devices[
[all...]

Completed in 150 milliseconds