mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
USB: storage: in-kernel modeswitching is deprecated
Acked-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net> Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a0f11aceee
commit
fbb8c745ec
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@
|
||||||
* as opposed to devices that do something strangely or wrongly.
|
* as opposed to devices that do something strangely or wrongly.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* In-kernel mode switching is deprecated. Do not add new devices to
|
||||||
|
* this list for the sole purpose of switching them to a different
|
||||||
|
* mode. Existing userspace solutions are superior.
|
||||||
|
*
|
||||||
|
* New mode switching devices should instead be added to the database
|
||||||
|
* maintained at http://www.draisberghof.de/usb_modeswitch/
|
||||||
|
*/
|
||||||
|
|
||||||
#if !defined(CONFIG_USB_STORAGE_SDDR09) && \
|
#if !defined(CONFIG_USB_STORAGE_SDDR09) && \
|
||||||
!defined(CONFIG_USB_STORAGE_SDDR09_MODULE)
|
!defined(CONFIG_USB_STORAGE_SDDR09_MODULE)
|
||||||
#define NO_SDDR09
|
#define NO_SDDR09
|
||||||
|
|
Loading…
Add table
Reference in a new issue