From edd43d5ba23e94eea6fed4470e0bdfbbd686f459 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Fri, 21 Sep 2001 11:28:58 +0000 Subject: [PATCH] Fixed detection of SCSI devices that return device strings (vendor, product) consisting of spaces. sanei_scsi_req_enter2 was changed to copy the CDB and data before sending it to the device. Both patches are from Abel Deuring. Henning Meier-Geinitz --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9029c8ba6..27a71eda1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-09-21 Henning Meier-Geinitz + + * sanei/sanei_scsi.c: Fixed detection of SCSI devices that return + device strings (vendor, product) consisting of spaces. + sanei_scsi_req_enter2 was changed to copy the CDB and data before + sending it to the device. Both patches are from Abel Deuring. + 2001-09-18 Henning Meier-Geinitz * backend/umax1220u.desc: New file (from Marcio Luis Teixeira