patch-2.4.18 linux/drivers/usb/storage/protocol.c
Next file: linux/drivers/usb/storage/sddr09.c
Previous file: linux/drivers/usb/storage/jumpshot.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Wed Jan 16 20:13:57 2002
- Orig file:
linux.orig/drivers/usb/storage/protocol.c
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/drivers/usb/storage/protocol.c linux/drivers/usb/storage/protocol.c
@@ -1,6 +1,6 @@
/* Driver for USB Mass Storage compliant devices
*
- * $Id: protocol.c,v 1.10 2001/07/30 00:27:59 mdharm Exp $
+ * $Id: protocol.c,v 1.11 2002/01/13 06:40:25 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
@@ -76,7 +76,7 @@
data_ptr = (unsigned char *)srb->request_buffer;
/* Change the SCSI revision number */
- data_ptr[2] |= 0x2;
+ data_ptr[2] = (data_ptr[2] & ~7) | 2;
}
/***********************************************************************
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)