Searched refs:lg4ff_no_autoswitch (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-lg4ff.h | 6 extern int lg4ff_no_autoswitch; /* From hid-lg.c */
|
H A D | hid-lg.c | 964 int lg4ff_no_autoswitch = 0; variable 965 module_param_named(lg4ff_no_autoswitch, lg4ff_no_autoswitch, int, S_IRUGO); 966 MODULE_PARM_DESC(lg4ff_no_autoswitch, "Do not switch multimode wheels to their native mode automatically");
|
H A D | hid-lg4ff.c | 915 if (target_product_id == USB_DEVICE_ID_LOGITECH_WHEEL && !lg4ff_no_autoswitch) { in lg4ff_alternate_modes_store() 916 hid_info(hid, "\"%s\" cannot be switched to \"DF-EX\" mode. Load the \"hid_logitech\" module with \"lg4ff_no_autoswitch=1\" parameter set and try again\n", in lg4ff_alternate_modes_store() 1238 !lg4ff_no_autoswitch) { in lg4ff_handle_multimode_wheel()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-lg4ff.h | 6 extern int lg4ff_no_autoswitch; /* From hid-lg.c */
|
H A D | hid-lg.c | 940 int lg4ff_no_autoswitch = 0; variable 941 module_param_named(lg4ff_no_autoswitch, lg4ff_no_autoswitch, int, S_IRUGO); 942 MODULE_PARM_DESC(lg4ff_no_autoswitch, "Do not switch multimode wheels to their native mode automatically");
|
H A D | hid-lg4ff.c | 915 if (target_product_id == USB_DEVICE_ID_LOGITECH_WHEEL && !lg4ff_no_autoswitch) { in lg4ff_alternate_modes_store() 916 hid_info(hid, "\"%s\" cannot be switched to \"DF-EX\" mode. Load the \"hid_logitech\" module with \"lg4ff_no_autoswitch=1\" parameter set and try again\n", in lg4ff_alternate_modes_store() 1238 !lg4ff_no_autoswitch) { in lg4ff_handle_multimode_wheel()
|
Completed in 7 milliseconds