Update copyrights and debugging. Greg, please apply.
Matt
# This is a BitKeeper generated patch for the following project:
# Project Name: greg k-h's linux 2.5 USB kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.710 -> 1.711
# drivers/usb/storage/scsiglue.c 1.46 -> 1.47
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/06/20 [EMAIL PROTECTED] 1.711
# Add debugging.
# --------------------------------------------
#
diff -Nru a/drivers/usb/storage/scsiglue.c b/drivers/usb/storage/scsiglue.c
--- a/drivers/usb/storage/scsiglue.c Fri Jun 20 17:34:49 2003
+++ b/drivers/usb/storage/scsiglue.c Fri Jun 20 17:34:49 2003
@@ -4,7 +4,7 @@
* $Id: scsiglue.c,v 1.26 2002/04/22 03:39:43 mdharm Exp $
*
* Current development and maintenance by:
- * (c) 1999-2002 Matthew Dharm ([EMAIL PROTECTED])
+ * (c) 1999-2003 Matthew Dharm ([EMAIL PROTECTED])
*
* Developed with the assistance of:
* (c) 2000 David L. Brown, Jr. ([EMAIL PROTECTED])
@@ -64,6 +64,8 @@
static int slave_configure (struct scsi_device *sdev)
{
+ US_DEBUGP("%s called\n", __FUNCTION__);
+
/* set device to use 10-byte commands where possible */
sdev->use_10_for_ms = 1;
sdev->use_10_for_rw = 1;
--
Matthew Dharm Home: [EMAIL PROTECTED]
Maintainer, Linux USB Mass Storage Driver
C: They kicked your ass, didn't they?
S: They were cheating!
-- The Chief and Stef
User Friendly, 11/19/1997
pgp00000.pgp
Description: PGP signature
