Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Unusual Devices File for the Maxtor OneTouch USB hard drive's button
0004  */
0005 
0006 #if defined(CONFIG_USB_STORAGE_ONETOUCH) || \
0007         defined(CONFIG_USB_STORAGE_ONETOUCH_MODULE)
0008 
0009 /*
0010  * Submitted by: Nick Sillik <n.sillik@temple.edu>
0011  * Needed for OneTouch extension to usb-storage
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 /* defined(CONFIG_USB_STORAGE_ONETOUCH) || ... */