[PATCH] USB Storage: add support for Maxtor One-Touch button
This patch is originally from Nick Sillik, and has been rediffed against the latest tree. This patch adds usability to the OneTouch Button on Maxtor External USB Hard Drives. Using an unusual device entry it declares an extra init function which claims the interrupt endpoint associated with this button. The button is connected to the input system. Signed-off-by: Nick Sillik <n.sillik@temple.edu> Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
26186ba77b
commit
34008dbfe8
@@ -936,6 +936,18 @@ UNUSUAL_DEV( 0x0c0b, 0xa109, 0x0000, 0xffff,
|
||||
US_FL_SINGLE_LUN ),
|
||||
#endif
|
||||
|
||||
/* Submitted by: Nick Sillik <n.sillik@temple.edu>
|
||||
* Needed for OneTouch extension to usb-storage
|
||||
*
|
||||
*/
|
||||
#ifdef CONFIG_USB_STORAGE_ONETOUCH
|
||||
UNUSUAL_DEV( 0x0d49, 0x7010, 0x0000, 0x9999,
|
||||
"Maxtor",
|
||||
"OneTouch External Harddrive",
|
||||
US_SC_DEVICE, US_PR_DEVICE, onetouch_connect_input,
|
||||
0),
|
||||
#endif
|
||||
|
||||
/* Submitted by Joris Struyve <joris@struyve.be> */
|
||||
UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
|
||||
"Medion",
|
||||
|
Reference in New Issue
Block a user