2.6 has no -fsigned-char anymore. there are 3 checks for info->lun < 0



--- linux-2.6.1-mm2/drivers/usb/storage/datafab.h       2004-01-09 07:59:49.000000000 
+0100
+++ linux-2.6.2-rc2-mm1/drivers/usb/storage/datafab.h   2004-01-29 08:38:17.000000000 
+0100
@@ -29,7 +29,7 @@ extern int datafab_transport(Scsi_Cmnd *
 struct datafab_info {
        unsigned long   sectors;        // total sector count
        unsigned long   ssize;          // sector size in bytes
-       char            lun;            // used for dual-slot readers
+       signed char     lun;            // used for dual-slot readers
        
        // the following aren't used yet
        unsigned char   sense_key;
-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÃRNBERG


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to