aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/initializers.h
diff options
context:
space:
mode:
authorMatthew Dharm <mdharm-usb@one-eyed-alien.net>2005-12-30 19:06:53 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2006-01-31 17:23:37 -0800
commitabb02fdf83f981f2511b3772db6e106845c70ad9 (patch)
tree8106d93df3965f80914b30057c14cb3048c1098e /drivers/usb/storage/initializers.h
parent8e2ce4f92a0f34e8c3316ec58fd6eb6aa282448e (diff)
downloadlinux-abb02fdf83f981f2511b3772db6e106845c70ad9.tar.gz
[PATCH] USB: usb-storage: Add support for Rio Karma
This patch from Bob Copeland adds support for the Rio Karma portable digital audio player to the usb-storage driver. The only thing needed to support this device is a one-time (per plugin) init command which is sent to the device. Signed-off-by: Bob Copeland <me@bobcopeland.com> 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/initializers.h')
-rw-r--r--drivers/usb/storage/initializers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/initializers.h b/drivers/usb/storage/initializers.h
index 4c1b2bd2e2e41e..f9907a5cf129f4 100644
--- a/drivers/usb/storage/initializers.h
+++ b/drivers/usb/storage/initializers.h
@@ -48,3 +48,4 @@ int usb_stor_euscsi_init(struct us_data *us);
/* This function is required to activate all four slots on the UCR-61S2B
* flash reader */
int usb_stor_ucr61s2b_init(struct us_data *us);
+int rio_karma_init(struct us_data *us);