> >You were right; that driver caused the problem. > >Matthieu Castet wrote the Cypress-ATACB driver, so maybe he can help. > >As shown above, this device matches the last entry in the >unusual_cypress.h file (the one named "Super Top"). Not shown here is >the bcdDevice value, which is 0x0150. Should the bcdDevice range for >that unusual_devs entry be restricted to just 0x0219? > >Milan, the patch below should prevent the Cypress-ATACB driver from >binding to your device. With this change, the original kernel config >should work. > >Alan Stern > > > >Index: usb-3.13/drivers/usb/storage/unusual_cypress.h >=================================================================== >--- usb-3.13.orig/drivers/usb/storage/unusual_cypress.h >+++ usb-3.13/drivers/usb/storage/unusual_cypress.h >@@ -31,7 +31,7 @@ UNUSUAL_DEV( 0x04b4, 0x6831, 0x0000, 0x > "Cypress ISD-300LP", > USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0), > >-UNUSUAL_DEV( 0x14cd, 0x6116, 0x0000, 0x0219, >+UNUSUAL_DEV( 0x14cd, 0x6116, 0x0219, 0x0219, > "Super Top", > "USB 2.0 SATA BRIDGE", > USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0), > > This patch works. Looking forward to have it included in the master. Thanks for your help, Milan Svoboda -- 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