Re: https://bugzilla.kernel.org/show_bug.cgi?id=43391

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 14 Jun 2012, Torsten Wohlfarth wrote:

> Hello list,
> 
> as Greg Kroah-Hartman stated in
> https://bugzilla.kernel.org/show_bug.cgi?id=43391 i should post this
> here, i will do:
> 
> Some usb sticks are not recognized correct anymore since linux.3.4.x.
> For example, i have one 8 GB Stick and dmesg shows
> 
> [12404.961389] usb 2-4: USB disconnect, device number 3
> [12409.182028] usb 2-4: new high-speed USB device number 4 using ehci_hcd
> [12409.297968] usb 2-4: New USB device found, idVendor=18a5,
> idProduct=0300
> [12409.297974] usb 2-4: New USB device strings: Mfr=1, Product=2,
> SerialNumber=3
> [12409.297978] usb 2-4: Product: STORE N GO
> [12409.297982] usb 2-4: Manufacturer: Verbatim
> [12409.297985] usb 2-4: SerialNumber: 057611092120502425001773
> [12409.298361] scsi12 : usb-storage 2-4:1.0
> [12410.655513] scsi 12:0:0:0: Direct-Access     Verbatim STORE N GO
>     1100
> PQ: 0 ANSI: 4
> [12410.657865] sd 12:0:0:0: [sdh] 71776119061217281 512-byte logical
> blocks:
> (18.3 EB/15.8 EiB)

Does this patch fix the problem?

Alan Stern



Index: usb-3.4/drivers/usb/storage/unusual_devs.h
===================================================================
--- usb-3.4.orig/drivers/usb/storage/unusual_devs.h
+++ usb-3.4/drivers/usb/storage/unusual_devs.h
@@ -1894,6 +1894,13 @@ UNUSUAL_DEV(  0x177f, 0x0400, 0x0000, 0x
 		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
 		US_FL_BULK_IGNORE_TAG | US_FL_MAX_SECTORS_64 ),
 
+/* Reported by Torsten Wohlfarth <towo@xxxxxxxxxxxxx> */
+UNUSUAL_DEV(  0x18a5, 0x0300, 0x0000, 0x9999,
+		"Verbatim",
+		"STORE N GO",
+		USB_SC_DEVICE, USB_PR_DEVICE, NULL,
+		US_FL_NO_READ_CAPACITY_16 ),
+
 /* Reported by Hans de Goede <hdegoede@xxxxxxxxxx>
  * These Appotech controllers are found in Picture Frames, they provide a
  * (buggy) emulation of a cdrom drive which contains the windows software

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux