diff options
author | Matthew Dharm <mdharm-usb@one-eyed-alien.net> | 2005-12-31 06:06:53 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-02-01 04:23:37 +0300 |
commit | abb02fdf83f981f2511b3772db6e106845c70ad9 (patch) | |
tree | 8106d93df3965f80914b30057c14cb3048c1098e /drivers/usb/storage/initializers.h | |
parent | 8e2ce4f92a0f34e8c3316ec58fd6eb6aa282448e (diff) | |
download | linux-abb02fdf83f981f2511b3772db6e106845c70ad9.tar.xz |
[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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/initializers.h b/drivers/usb/storage/initializers.h index 4c1b2bd2e2e4..f9907a5cf129 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); |