-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Alan, yes, this patch fix the problem. At the moment we (siduction mebers) have 2 other devices with the same problem: idVendor 0x125f ADATA. idProduct 0x105a ADATA USB Device idVendor 0x090c USB idProduct 0x1000 Flash Disk even for those devices, the adapted patch works. Am 15.06.2012 19:00, schrieb Alan Stern: > 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 > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJP22rtAAoJENcKohTnwngRvoMH/3GM+8c7Sk4Fk7gQjhziV+10 3oylpDbmserABqgYgtc9f4xoSOd3p0sQPM/8rwCQ1HQvGQ2eoYLt9kmJ94Yj9C6x RRKpxYPuZGaE+2J6gXX3u8v+cYnhjhL/26pi9NlSkhfB3Y1DS6Bq6rZKfz11NmO0 MBjFn0+eJGrP4DUUyLtBNbROtfabuQqzihsCrMdHKTr2RH5LR5IyrWVJMEUtQEU1 5wPuM4riPC0fUWq5LxQBWYv6BNcAqpzWxrieFwl7Qnc8lXT4k+cFB+f2gS1Ft4We OpUgCN0dAmcGv9UBbq8hIHJzxEQe8OheBxK3u8VS8HKOtZOHzZhHRx1IZk8kjg8= =hQpq -----END PGP SIGNATURE----- -- 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