diff options
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 730ba8dde9bd..a11701840262 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -605,6 +605,16 @@ UNUSUAL_DEV( 0x05ac, 0x1205, 0x0000, 0x9999, | |||
605 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 605 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
606 | US_FL_FIX_CAPACITY ), | 606 | US_FL_FIX_CAPACITY ), |
607 | 607 | ||
608 | /* | ||
609 | * Reported by Tyson Vinson <lornoss@gmail.com> | ||
610 | * This particular productId is the iPod Nano | ||
611 | */ | ||
612 | UNUSUAL_DEV( 0x05ac, 0x120a, 0x0000, 0x9999, | ||
613 | "Apple", | ||
614 | "iPod", | ||
615 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
616 | US_FL_FIX_CAPACITY ), | ||
617 | |||
608 | #ifdef CONFIG_USB_STORAGE_JUMPSHOT | 618 | #ifdef CONFIG_USB_STORAGE_JUMPSHOT |
609 | UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001, | 619 | UNUSUAL_DEV( 0x05dc, 0x0001, 0x0000, 0x0001, |
610 | "Lexar", | 620 | "Lexar", |