USB: ene_usb6250: turn off the Removable flag
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 16 May 2017 15:48:20 +0000 (11:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 May 2017 14:05:25 +0000 (16:05 +0200)
commit5fcf93795e6b72368cd98cd541b6d4bbe8804320
treea60bfeb43b23a235f428b4f980b7d26d313e3521
parentf8efdabd14532c47e5420dc593c2a13028e42140
USB: ene_usb6250: turn off the Removable flag

In the ene_usb6250 sub-driver for usb-storage, the INQUIRY data
returned by the driver indicates that the device has removable media.
While this is technically correct (memory cards can be removed from
the reader), it is not useful because the device automatically
disconnects itself from the USB bus when no media is present.

In addition, the driver does not support the PREVENT-ALLOW MEDIUM
REMOVAL and START STOP UNIT commands, and this can cause
user-interface frameworks to get confused when the user asks for the
card to be removed or ejected.

This patch fixes the problem by changing the INQUIRY data to specify
non-removable media; in practice this value works much better.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Reported-and-tested-by: Andreas Hartmann <andihartmann@01019freenet.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/ene_ub6250.c