summaryrefslogtreecommitdiffstats
path: root/drivers/usb/image/microtek.h
diff options
context:
space:
mode:
authorOliver Neukum <oliver@neukum.org>2005-11-17 09:47:41 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-17 11:29:54 -0800
commit9142d59a451731d23539d218c962418acc93283c (patch)
tree620f7c15bd32f2e21962f20ab82490944b56526f /drivers/usb/image/microtek.h
parentb8f4c1d6674463e5824eada1ad7ec799276718bd (diff)
downloadlinux-stable-9142d59a451731d23539d218c962418acc93283c.tar.gz
linux-stable-9142d59a451731d23539d218c962418acc93283c.tar.bz2
linux-stable-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.h2
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 */
};