mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08: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
@ -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…
Reference in New Issue
Block a user