0001
0002
0003
0004
0005
0006 #if defined(CONFIG_USB_STORAGE_ONETOUCH) || \
0007 defined(CONFIG_USB_STORAGE_ONETOUCH_MODULE)
0008
0009
0010
0011
0012
0013 UNUSUAL_DEV( 0x0d49, 0x7000, 0x0000, 0x9999,
0014 "Maxtor",
0015 "OneTouch External Harddrive",
0016 USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input,
0017 0),
0018
0019 UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
0020 "Maxtor",
0021 "OneTouch External Harddrive",
0022 USB_SC_DEVICE, USB_PR_DEVICE, onetouch_connect_input,
0023 0),
0024
0025 #endif