summaryrefslogtreecommitdiff
path: root/extras/scsi_id/ChangeLog
diff options
context:
space:
mode:
authorpatmans@us.ibm.com <patmans@us.ibm.com>2004-10-05 21:30:54 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:37:02 -0700
commit01f950e2eb86563255a269ecadd386cbe5361d0c (patch)
treefc29349f58e1b89b1ca02470f9a391ea8cc2b849 /extras/scsi_id/ChangeLog
parente7c4f85f8a96b6b52e8885685eb6f36df48bbeba (diff)
[PATCH] update udev to include scsi_id 0.6
Here's a patch updating udev's copy of scsi_id to version 0.6.
Diffstat (limited to 'extras/scsi_id/ChangeLog')
-rw-r--r--extras/scsi_id/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/extras/scsi_id/ChangeLog b/extras/scsi_id/ChangeLog
index bfa353431b..724977dbf4 100644
--- a/extras/scsi_id/ChangeLog
+++ b/extras/scsi_id/ChangeLog
@@ -1,3 +1,26 @@
+2004-jul-30:
+ * scsi_id.c, scsi_serial.c: Align the buffer passed to scsi_serial,
+ don't bother aligning and memcpy-ing the result in scsi_inquiry.
+ Aligning to 512 probably does not help, since the IO length of
+ 254 is not a multiple of 512.
+
+2004-jul-30:
+ * scsi.h, scsi_serial.c: Use a define for the SCSI INQUIRY buffer
+ length.
+
+2004-jul-30:
+ * scsi_id.c: Patch from <christophe.varoqui@free.fr> add a -u flag
+ to substitute white space with underscores so it is easier to use
+ the output as a device name.
+
+2004-jul-30:
+ * scsi_serial.c: Patch from Hannes Reinecke <hare@suse.de> use 254
+ bytes for SCSI INQUIRY commands.
+
+2004-jul-28:
+ * scsi_id.h, scsi_serial.c: get rid of dumb/dead code, and use a
+ 512 byte aligned buffer.
+
2004-jun-23:
* scsi_id.h: increase MAX_SERIAL_LEN from 128 to 256, as some
devices (maybe broken ones) are giving really long id's.