patch-2.4.21 linux-2.4.21/drivers/usb/hpusbscsi.h

Next file: linux-2.4.21/drivers/usb/hub.c
Previous file: linux-2.4.21/drivers/usb/hpusbscsi.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/drivers/usb/hpusbscsi.h linux-2.4.21/drivers/usb/hpusbscsi.h
@@ -20,6 +20,7 @@
         int ep_in;
         int ep_int;
         int interrupt_interval;
+	int need_short_workaround;
 
         struct Scsi_Host *host;
         Scsi_Host_Template ctempl;
@@ -29,6 +30,7 @@
 	u8 sense_command[SENSE_COMMAND_SIZE];
 
         int use_count;
+	struct semaphore lock;
         wait_queue_head_t pending;
         wait_queue_head_t deathrow;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)