From: Greg Kroah-Hartman Date: Thu, 17 Feb 2011 22:46:56 +0000 (-0800) Subject: .36: fix usb-storage patch X-Git-Tag: v2.6.36.4~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b78b6f5d3b73ce22f3fc4d5c151931f7d3b9acbc;p=thirdparty%2Fkernel%2Fstable-queue.git .36: fix usb-storage patch --- diff --git a/review-2.6.36/usb-usb-storage-unusual_devs-update-for-cypress-atacb.patch b/review-2.6.36/usb-usb-storage-unusual_devs-update-for-cypress-atacb.patch index 0679a8ccc87..0a95875c14d 100644 --- a/review-2.6.36/usb-usb-storage-unusual_devs-update-for-cypress-atacb.patch +++ b/review-2.6.36/usb-usb-storage-unusual_devs-update-for-cypress-atacb.patch @@ -28,6 +28,6 @@ Signed-off-by: Greg Kroah-Hartman +UNUSUAL_DEV( 0x14cd, 0x6116, 0x0000, 0x9999, + "Super Top", + "USB 2.0 SATA BRIDGE", -+ USB_SC_CYP_ATACB, USB_PR_DEVICE, NULL, 0), ++ US_SC_CYP_ATACB, US_PR_DEVICE, NULL, 0), + #endif /* defined(CONFIG_USB_STORAGE_CYPRESS_ATACB) || ... */