diff options
author | Oliver Neukum <oliver@neukum.org> | 2005-11-17 09:47:41 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-17 11:29:54 -0800 |
commit | 9142d59a451731d23539d218c962418acc93283c (patch) | |
tree | 620f7c15bd32f2e21962f20ab82490944b56526f /drivers/usb/image/microtek.h | |
parent | b8f4c1d6674463e5824eada1ad7ec799276718bd (diff) | |
download | blackbird-op-linux-9142d59a451731d23539d218c962418acc93283c.tar.gz blackbird-op-linux-9142d59a451731d23539d218c962418acc93283c.zip |
[PATCH] USB: Adapt microtek driver to new scsi features
the scsi layer now uses very short sg lists. This breaks the microtek
driver. Here is a patch fixes this and some other issues.
Signed-off-by: Oliver Neukum <oliver@neukum.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/usb/image/microtek.h')
-rw-r--r-- | drivers/usb/image/microtek.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/image/microtek.h b/drivers/usb/image/microtek.h index 3271deb8c001..926d4bdc6746 100644 --- a/drivers/usb/image/microtek.h +++ b/drivers/usb/image/microtek.h @@ -22,7 +22,7 @@ struct mts_transfer_context int data_pipe; int fragment; - u8 status; /* status returned from ep_response after command completion */ + u8 *scsi_status; /* status returned from ep_response after command completion */ }; |