diff options
author | Matthew Dharm <mdharm-usb@one-eyed-alien.net> | 2005-07-28 14:49:01 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 16:22:55 -0700 |
commit | 34008dbfe8c00eca67f97bad484eb5cb03bafe66 (patch) | |
tree | 72b7a8dc823dc1f1e77041025c7572499e65db64 /drivers/usb/storage/Makefile | |
parent | 26186ba77b493204ae0fadc3c88a67b14f22168f (diff) | |
download | kernel_samsung_tuna-34008dbfe8c00eca67f97bad484eb5cb03bafe66.zip kernel_samsung_tuna-34008dbfe8c00eca67f97bad484eb5cb03bafe66.tar.gz kernel_samsung_tuna-34008dbfe8c00eca67f97bad484eb5cb03bafe66.tar.bz2 |
[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>
Diffstat (limited to 'drivers/usb/storage/Makefile')
-rw-r--r-- | drivers/usb/storage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/Makefile b/drivers/usb/storage/Makefile index 56652cc..44ab8f9 100644 --- a/drivers/usb/storage/Makefile +++ b/drivers/usb/storage/Makefile @@ -18,6 +18,7 @@ usb-storage-obj-$(CONFIG_USB_STORAGE_DPCM) += dpcm.o usb-storage-obj-$(CONFIG_USB_STORAGE_ISD200) += isd200.o usb-storage-obj-$(CONFIG_USB_STORAGE_DATAFAB) += datafab.o usb-storage-obj-$(CONFIG_USB_STORAGE_JUMPSHOT) += jumpshot.o +usb-storage-obj-$(CONFIG_USB_STORAGE_ONETOUCH) += onetouch.o usb-storage-objs := scsiglue.o protocol.o transport.o usb.o \ initializers.o $(usb-storage-obj-y) |