We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f11ac commit fbb8c74Copy full SHA for fbb8c74
drivers/usb/storage/unusual_devs.h
@@ -53,6 +53,14 @@
53
* as opposed to devices that do something strangely or wrongly.
54
*/
55
56
+/* In-kernel mode switching is deprecated. Do not add new devices to
57
+ * this list for the sole purpose of switching them to a different
58
+ * mode. Existing userspace solutions are superior.
59
+ *
60
+ * New mode switching devices should instead be added to the database
61
+ * maintained at http://www.draisberghof.de/usb_modeswitch/
62
+ */
63
+
64
#if !defined(CONFIG_USB_STORAGE_SDDR09) && \
65
!defined(CONFIG_USB_STORAGE_SDDR09_MODULE)
66
#define NO_SDDR09
0 commit comments