[PATCH] usb-storage: Macpower MasterBox reports wrong capacity Jason Johnston reported problems with external USB hard drive: http://bugs.gentoo.org/show_bug.cgi?id=250789 The number of reported sectors is off-by-one. Signed-off-by: Sergey Ovcharenko Index: linux-2.6.27-gentoo-r6/drivers/usb/storage/unusual_devs.h =================================================================== --- linux-2.6.27-gentoo-r6.orig/drivers/usb/storage/unusual_devs.h +++ linux-2.6.27-gentoo-r6/drivers/usb/storage/unusual_devs.h @@ -46,7 +46,12 @@ * */ +/* Reported by Jason Johnston */ +UNUSUAL_DEV( 0x0dc4, 0x0073, 0x0000, 0x0000, + "Macpower Technology Co.LTD.", + "USB 2.0 3.5\" DEVICE", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_FIX_CAPACITY ), /* patch submitted by Vivian Bregier */