diff options
author | Matthew Dharm <mdharm-usb@one-eyed-alien.net> | 2006-08-13 17:30:14 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 11:58:54 -0700 |
commit | dfe0d3ba20e860d0b9a16c4c6524180b8f93be05 (patch) | |
tree | 974215119e673fadf9ce5ebe8e1e372ecafa5bd8 /drivers/usb/storage/initializers.h | |
parent | c07045412f21c5bb344244e8ec45671529e411bd (diff) | |
download | kernel_samsung_espresso10-dfe0d3ba20e860d0b9a16c4c6524180b8f93be05.zip kernel_samsung_espresso10-dfe0d3ba20e860d0b9a16c4c6524180b8f93be05.tar.gz kernel_samsung_espresso10-dfe0d3ba20e860d0b9a16c4c6524180b8f93be05.tar.bz2 |
USB Storage: add rio karma eject support
This changeset from Keith Bennett (via Bob Copeland) moves the Karma
initializer to its own file and adds trapping of the START_STOP command to
enable eject of the device.
Signed-off-by: Keith Bennett <keith@mcs.st-and.ac.uk>
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, 0 insertions, 1 deletions
diff --git a/drivers/usb/storage/initializers.h b/drivers/usb/storage/initializers.h index 927f778..e2967a4 100644 --- a/drivers/usb/storage/initializers.h +++ b/drivers/usb/storage/initializers.h @@ -47,4 +47,3 @@ 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); |