--- Begin Message ---Hi, After some work, I finally find out why my EagleTec External harddisk cannot work under Linux. Here is the patch to correct the problem. Jacky--- linux/drivers/usb/storage/unusual_devs.h.orig Tue Jul 9 23:43:52 2002 +++ linux/drivers/usb/storage/unusual_devs.h Tue Jul 9 23:44:45 2002 @@ -311,7 +311,7 @@ "EagleTec", "External Hard Disk", US_SC_SCSI, US_PR_BULK, NULL, - US_FL_FIX_INQUIRY), + US_FL_FIX_INQUIRY | US_FL_START_STOP), UNUSUAL_DEV( 0x0644, 0x0000, 0x0100, 0x0100, "TEAC",--- End Message ---
