Hi, I'm having a tough time getting a Fantom Drives
120GB external USB drive to work with
2.4.22-1.2179.nptl (a Fedora Core 1 kernel update). 
The drive seems to be recognized when it's plugged in,
but when I run the mount command, it immediately fails
with the timeout message.  I rebuilt usb and
usb-storage with debugging, then sent all the relevant
info to its own log, which I'll post below.  The first
log is what comes out after the failing mount command,
and the second is the apparently normal log when it is
registered.

Looking at the logs, it appears a READ_10 command is
causing the device to send an abort signal back up. 
Numerous READ_10s, INQUIRYs and a READ_CAPACITY
succeeded when I plugged it in, so I'd think the
problem would be related to the message payload.  I'm
definitely not a SCSI expert, but looking at the
payload of the failing READ_10 message to the SCSI
standard, I'm suspicious of the logical address SCSI
seems to be asking about:  0x7270206e?  That's huge! 
Assuming the units are 512-byte sectors, that's well
above the size of the device, which according to the
2nd log is 120034 MB or 0x0ea71000.  Even if there's
endianness I'm not accounting for in looking at the
payload, no combination of rearranging bytes
represents an address under 0x0ea71000.  So maybe
that's related to the problem?

Anyway, if anyone has any ideas I'd appreciate them. 
Here are the logs...the first is what shows up when I
run the mount command.

ISSUE COMMAND: mount -t vfat /dev/sda1 /mnt/usbhd
May  8 21:52:43 martha kernel: usb-storage:
queuecommand() called
May  8 21:52:43 martha kernel: usb-storage: *** thread
awakened.
May  8 21:52:43 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:52:43 martha kernel: usb-storage: 28 00 72
70 20 6e 00 00 01 00 a6 00
May  8 21:52:43 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x1d Trg 0 LUN 0 L 512 F 128 CL
10
May  8 21:52:43 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:52:43 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 512 bytes
May  8 21:53:43 martha kernel: usb-storage:
command_abort() called
May  8 21:53:43 martha kernel: usb-storage:
usb_stor_bulk_msg() returned -104 xferred 0/512
May  8 21:53:43 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer aborted
May  8 21:53:43 martha kernel: usb-storage: Bulk data
transfer result 0x3
May  8 21:53:43 martha kernel: usb-storage: --
transport indicates command was aborted
May  8 21:53:43 martha kernel: usb-storage: Bulk reset
requested
May  8 21:53:48 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:53:48 martha kernel: usb-storage: Bulk soft
reset failed -110
May  8 21:53:48 martha kernel: usb-storage: scsi
command aborted
May  8 21:53:48 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:53:48 martha kernel: usb-storage:
queuecommand() called
May  8 21:53:48 martha kernel: usb-storage: *** thread
awakened.
May  8 21:53:48 martha kernel: usb-storage: Command
TEST_UNIT_READY (6 bytes)
May  8 21:53:48 martha kernel: usb-storage: 00 00 00
00 00 00 00 00 01 00 a6 00
May  8 21:53:48 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x1e Trg 0 LUN 0 L 0 F 0 CL 6
May  8 21:53:48 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:53:48 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:53:58 martha kernel: usb-storage:
command_abort() called
May  8 21:53:58 martha kernel: usb-storage: --
transport indicates command was aborted
May  8 21:53:58 martha kernel: usb-storage: Bulk reset
requested
May  8 21:54:03 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:54:03 martha kernel: usb-storage: Bulk soft
reset failed -110
May  8 21:54:03 martha kernel: usb-storage: scsi
command aborted
May  8 21:54:03 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:54:03 martha kernel: usb-storage:
device_reset() called
May  8 21:54:03 martha kernel: usb-storage: Bulk reset
requested
May  8 21:54:08 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:54:08 martha kernel: usb-storage: Bulk soft
reset failed -110
May  8 21:54:08 martha kernel: usb-storage:
bus_reset() called
May  8 21:54:08 martha kernel: hub.c: port 1,
portstatus 110, change 2, 12 Mb/s
May  8 21:54:08 martha kernel: hub.c: port 1 enable
change, status 110
May  8 21:54:08 martha kernel: hub.c: port 2,
portstatus 100, change 0, 12 Mb/s
May  8 21:54:08 martha kernel: hub.c: port 1,
portstatus 103, change 1, 12 Mb/s
May  8 21:54:08 martha kernel: hub.c: port 1
connection change
May  8 21:54:08 martha kernel: hub.c: port 1,
portstatus 103, change 1, 12 Mb/s
May  8 21:54:08 martha kernel: usb.c: USB disconnect
on device 00:07.2-1 address 2
May  8 21:54:08 martha kernel: usb-storage:
storage_disconnect() called
May  8 21:54:08 martha kernel: hub.c: port 1,
portstatus 103, change 0, 12 Mb/s
May  8 21:54:08 martha kernel: usb.c: ignoring
set_interface for dev 2, iface 0, alt 0
May  8 21:54:08 martha kernel: usb-storage: Examinging
driver usb-storage...skipping ourselves.
May  8 21:54:08 martha kernel: usb-storage:
bus_reset() complete
May  8 21:54:08 martha kernel: usb-storage: --
releasing main URB
May  8 21:54:08 martha kernel: usb-storage: --
usb_unlink_urb() returned -19
May  8 21:54:08 martha kernel: usb.c: kusbd:
/sbin/hotplug remove 2
May  8 21:54:08 martha kernel: hub.c: port 1,
portstatus 103, change 0, 12 Mb/s
May  8 21:54:09 martha last message repeated 4 times
May  8 21:54:09 martha kernel: hub.c: new USB device
00:07.2-1, assigned address 3
May  8 21:54:09 martha kernel: usb.c: kmalloc IF
c73f64c0, numif 1
May  8 21:54:09 martha kernel: usb.c: new device
strings: Mfr=2, Product=3, SerialNumber=0
May  8 21:54:09 martha kernel: usb.c: USB device
number 3 default language ID 0x409
May  8 21:54:09 martha kernel: Manufacturer:
Genesyslogic
May  8 21:54:09 martha kernel: Product: USB Mass
Storage Device
May  8 21:54:09 martha kernel: usb-storage:
act_altsettting is 0
May  8 21:54:09 martha kernel: usb-storage: id_index
calculated to be: 108
May  8 21:54:09 martha kernel: usb-storage: Array
length appears to be: 110
May  8 21:54:09 martha kernel: usb-storage: USB Mass
Storage device detected
May  8 21:54:09 martha kernel: usb-storage: Endpoints:
In: 0xc7259980 Out: 0xc7259994 Int: 0x00000000 (Period
0)
May  8 21:54:09 martha kernel: usb-storage: Found
existing GUID 05e307020000000000000000
May  8 21:54:09 martha kernel: WARNING: USB Mass
Storage data integrity not assured
May  8 21:54:09 martha kernel: USB Mass Storage device
found at 3
May  8 21:54:09 martha kernel: usb.c: usb-storage
driver claimed interface c73f64c0
May  8 21:54:09 martha kernel: usb.c: kusbd:
/sbin/hotplug add 3
May  8 21:54:09 martha kernel: hub.c: port 2,
portstatus 100, change 0, 12 Mb/s
May  8 21:54:09 martha kernel: hub.c: port 1,
portstatus 103, change 0, 12 Mb/s
May  8 21:54:09 martha kernel: hub.c: port 2,
portstatus 100, change 0, 12 Mb/s
May  8 21:54:13 martha kernel: usb-storage:
queuecommand() called
May  8 21:54:13 martha kernel: usb-storage: *** thread
awakened.
May  8 21:54:13 martha kernel: usb-storage: Command
TEST_UNIT_READY (6 bytes)
May  8 21:54:13 martha kernel: usb-storage: 00 00 00
00 00 00 00 00 01 00 a6 00
May  8 21:54:13 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x1f Trg 0 LUN 0 L 0 F 0 CL 6
May  8 21:54:13 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:54:13 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:54:13 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:54:13 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x1f R 0 Stat 0x0
May  8 21:54:13 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:54:13 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:54:13 martha kernel: usb-storage:
queuecommand() called
May  8 21:54:13 martha kernel: usb-storage: *** thread
awakened.
May  8 21:54:13 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:54:13 martha kernel: usb-storage: 28 00 72
70 20 6e 00 00 01 00 a6 00
May  8 21:54:13 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x20 Trg 0 LUN 0 L 512 F 128 CL
10
May  8 21:54:13 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:54:13 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 512 bytes
May  8 21:55:13 martha kernel: usb-storage:
command_abort() called
May  8 21:55:13 martha kernel: usb-storage:
usb_stor_bulk_msg() returned -104 xferred 0/512
May  8 21:55:13 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer aborted
May  8 21:55:13 martha kernel: usb-storage: Bulk data
transfer result 0x3
May  8 21:55:13 martha kernel: usb-storage: --
transport indicates command was aborted
May  8 21:55:13 martha kernel: usb-storage: Bulk reset
requested
May  8 21:55:18 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:55:18 martha kernel: usb-storage: Bulk soft
reset failed -110
May  8 21:55:18 martha kernel: usb-storage: scsi
command aborted
May  8 21:55:18 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:55:18 martha kernel: scsi: device set
offline - not ready or command retry failed after bus
reset: host 0 channel 0 id 0 lun 0
May  8 21:55:18 martha kernel: SCSI disk error : host
0 channel 0 id 0 lun 0 return code = 50000
May  8 21:55:18 martha kernel:  I/O error: dev 08:01,
sector 0
May  8 21:55:18 martha kernel: FAT: unable to read
boot sector
---------MOUNT COMMAND RETURNS WITH: "mount: wrong fs
type, bad option, bad superblock on /dev/sda1,\\n     
or too many mounted filesystems"
May  8 21:55:33 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:55:33 martha kernel: usbdevfs:
USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret
-110
May  8 21:55:33 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:55:33 martha kernel: usbdevfs:
USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret
-110
May  8 21:55:33 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:55:33 martha kernel: usbdevfs:
USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret
-110
May  8 21:55:33 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:55:33 martha kernel: usbdevfs:
USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret
-110
May  8 21:55:33 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:55:33 martha kernel: usbdevfs:
USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret
-110
May  8 21:55:33 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:55:33 martha kernel: usbdevfs:
USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret
-110
May  8 21:55:33 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:55:33 martha kernel: usbdevfs:
USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret
-110
May  8 21:55:34 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:55:34 martha kernel: usbdevfs:
USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret
-110
May  8 21:55:34 martha kernel: usb_control/bulk_msg:
timeout
May  8 21:55:34 martha kernel: usbdevfs:
USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret
-110
May  8 21:55:34 martha kernel: usb_control/bulk_msg:
timeout
(repeats 8 times/sec for another 7.5 seconds)







Here's the log of what happens when I plug the device
in to begin with.  Everything looks normal as far as I
can tell.



May  8 21:36:01 martha kernel: hub.c: port 1,
portstatus 101, change 1, 12 Mb/s
May  8 21:36:01 martha kernel: hub.c: port 1
connection change
May  8 21:36:01 martha kernel: hub.c: port 1,
portstatus 101, change 1, 12 Mb/s
May  8 21:36:01 martha kernel: hub.c: port 1,
portstatus 101, change 0, 12 Mb/s
May  8 21:36:02 martha last message repeated 3 times
May  8 21:36:02 martha kernel: hub.c: port 1,
portstatus 103, change 0, 12 Mb/s
May  8 21:36:02 martha kernel: hub.c: new USB device
00:07.2-1, assigned address 2
May  8 21:36:02 martha kernel: usb.c: kmalloc IF
c73f6440, numif 1
May  8 21:36:02 martha kernel: usb.c: new device
strings: Mfr=2, Product=3, SerialNumber=0
May  8 21:36:02 martha kernel: usb.c: USB device
number 2 default language ID 0x409
May  8 21:36:02 martha kernel: Manufacturer:
Genesyslogic
May  8 21:36:02 martha kernel: Product: USB Mass
Storage Device
May  8 21:36:02 martha kernel: usb.c: unhandled
interfaces on device
May  8 21:36:02 martha kernel: usb.c: USB device 2
(vend/prod 0x5e3/0x702) is not claimed by any active
driver.
May  8 21:36:02 martha kernel:   Length              =
18
May  8 21:36:02 martha kernel:   DescriptorType      =
01
May  8 21:36:02 martha kernel:   USB version         =
2.00
May  8 21:36:02 martha kernel:   Vendor:Product      =
05e3:0702
May  8 21:36:02 martha kernel:   MaxPacketSize0      =
64
May  8 21:36:02 martha kernel:   NumConfigurations   =
1
May  8 21:36:02 martha kernel:   Device version      =
0.02
May  8 21:36:02 martha kernel:   Device
Class:SubClass:Protocol = 00:00:00
May  8 21:36:02 martha kernel:     Per-interface
classes
May  8 21:36:02 martha kernel: Configuration:
May  8 21:36:02 martha kernel:   bLength             =
   9
May  8 21:36:02 martha kernel:   bDescriptorType     =
  02
May  8 21:36:02 martha kernel:   wTotalLength        =
0020
May  8 21:36:02 martha kernel:   bNumInterfaces      =
  01
May  8 21:36:02 martha kernel:   bConfigurationValue =
  01
May  8 21:36:02 martha kernel:   iConfiguration      =
  00
May  8 21:36:02 martha kernel:   bmAttributes        =
  c0
May  8 21:36:02 martha kernel:   MaxPower            =
   4mA
May  8 21:36:02 martha kernel:
May  8 21:36:02 martha kernel:   Interface: 0
May  8 21:36:02 martha kernel:   Alternate Setting:  0
May  8 21:36:02 martha kernel:     bLength            
=    9
May  8 21:36:02 martha kernel:     bDescriptorType    
=   04
May  8 21:36:02 martha kernel:     bInterfaceNumber   
=   00
May  8 21:36:02 martha kernel:     bAlternateSetting  
=   00
May  8 21:36:02 martha kernel:     bNumEndpoints      
=   02
May  8 21:36:02 martha kernel:     bInterface
Class:SubClass:Protocol =   08:06:50
May  8 21:36:02 martha kernel:     iInterface         
=   00
May  8 21:36:02 martha kernel:     Endpoint:
May  8 21:36:02 martha kernel:       bLength          
  =    7
May  8 21:36:02 martha kernel:       bDescriptorType  
  =   05
May  8 21:36:02 martha kernel:       bEndpointAddress 
  =   81 (in)
May  8 21:36:02 martha kernel:       bmAttributes     
  =   02 (Bulk)
May  8 21:36:02 martha kernel:       wMaxPacketSize   
  = 0040
May  8 21:36:02 martha kernel:       bInterval        
  =   00
May  8 21:36:02 martha kernel:     Endpoint:
May  8 21:36:02 martha kernel:       bLength          
  =    7
May  8 21:36:02 martha kernel:       bDescriptorType  
  =   05
May  8 21:36:02 martha kernel:       bEndpointAddress 
  =   02 (out)
May  8 21:36:02 martha kernel:       bmAttributes     
  =   02 (Bulk)
May  8 21:36:02 martha kernel:       wMaxPacketSize   
  = 0040
May  8 21:36:02 martha kernel:       bInterval        
  =   00
May  8 21:36:02 martha kernel: usb.c: kusbd:
/sbin/hotplug add 2
May  8 21:36:02 martha kernel: hub.c: port 2,
portstatus 100, change 0, 12 Mb/s
May  8 21:36:02 martha kernel: hub.c: port 1,
portstatus 103, change 0, 12 Mb/s
May  8 21:36:02 martha kernel: hub.c: port 2,
portstatus 100, change 0, 12 Mb/s
May  8 21:36:05 martha kernel: Initializing USB Mass
Storage driver...
May  8 21:36:05 martha kernel: usb.c: registered new
driver usb-storage
May  8 21:36:05 martha kernel: usb-storage:
act_altsettting is 0
May  8 21:36:05 martha kernel: usb-storage: id_index
calculated to be: 108
May  8 21:36:05 martha kernel: usb-storage: Array
length appears to be: 110
May  8 21:36:05 martha kernel: usb-storage: USB Mass
Storage device detected
May  8 21:36:05 martha kernel: usb-storage: Endpoints:
In: 0xc7259480 Out: 0xc7259494 Int: 0x00000000 (Period
0)
May  8 21:36:05 martha kernel: usb-storage: New GUID
05e307020000000000000000
May  8 21:36:05 martha kernel: usb-storage: GetMaxLUN
command result is 1, data is 0
May  8 21:36:05 martha kernel: usb-storage: Transport:
Bulk
May  8 21:36:05 martha kernel: usb-storage: Protocol:
Transparent SCSI
May  8 21:36:05 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:05 martha kernel: scsi0 : SCSI emulation
for USB Mass Storage devices
May  8 21:36:05 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:05 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:05 martha kernel: usb-storage: Command
INQUIRY (6 bytes)
May  8 21:36:05 martha kernel: usb-storage: 12 00 00
00 ff 00 ee c8 ac 7c ee c8
May  8 21:36:05 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x1 Trg 0 LUN 0 L 255 F 128 CL
6
May  8 21:36:05 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:05 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 255 bytes
May  8 21:36:05 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 40/255
May  8 21:36:05 martha kernel: usb-storage: Bulk data
transfer result 0x1
May  8 21:36:05 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:05 martha kernel: usb-uhci.c: interrupt,
status 3, frame# 1199
May  8 21:36:05 martha kernel: usb-storage: clearing
endpoint halt for pipe 0xc0008280
May  8 21:36:05 martha kernel: usb-storage:
usb_stor_clear_halt: result=0
May  8 21:36:05 martha kernel: usb-storage: Attempting
to get CSW (2nd try)...
May  8 21:36:05 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:05 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x1 R 215 Stat 0x0
May  8 21:36:05 martha kernel: usb-storage: Fixing
INQUIRY data to show SCSI rev 2 - was 0
May  8 21:36:05 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:05 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:05 martha kernel:   Vendor: WDC WD12 
Model: 00AB-00CBA1       Rev: 0811
May  8 21:36:05 martha kernel:   Type:   Direct-Access
                     ANSI SCSI revision: 02
May  8 21:36:05 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:05 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:05 martha kernel: usb-storage: Bad target
number (1/0)
May  8 21:36:05 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:05 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:05 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:05 martha kernel: usb-storage: Bad target
number (2/0)
May  8 21:36:05 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:05 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:05 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:05 martha kernel: usb-storage: Bad target
number (3/0)
May  8 21:36:05 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:05 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:05 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:05 martha kernel: usb-storage: Bad target
number (4/0)
May  8 21:36:05 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Bad target
number (5/0)
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Bad target
number (6/0)
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Bad target
number (7/0)
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: WARNING: USB Mass
Storage data integrity not assured
May  8 21:36:06 martha kernel: USB Mass Storage device
found at 2
May  8 21:36:06 martha kernel: usb.c: usb-storage
driver claimed interface c73f6440
May  8 21:36:06 martha kernel: USB Mass Storage
support registered.
May  8 21:36:06 martha kernel: Attached scsi disk sda
at scsi0, channel 0, id 0, lun 0
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Command
TEST_UNIT_READY (6 bytes)
May  8 21:36:06 martha kernel: usb-storage: 00 00 00
00 00 00 00 00 00 00 91 c9
May  8 21:36:06 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x2 Trg 0 LUN 0 L 0 F 0 CL 6
May  8 21:36:06 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:06 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:06 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x2 R 0 Stat 0x0
May  8 21:36:06 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Command
READ_CAPACITY (10 bytes)
May  8 21:36:06 martha kernel: usb-storage: 25 00 00
00 00 00 00 00 00 00 91 c9
May  8 21:36:06 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x3 Trg 0 LUN 0 L 8 F 128 CL 10
May  8 21:36:06 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 8 bytes
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 8/8
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:06 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:06 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:06 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x3 R 0 Stat 0x0
May  8 21:36:06 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: SCSI device sda:
234441648 512-byte hdwr sectors (120034 MB)
May  8 21:36:06 martha kernel:  sda:<7>usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:06 martha kernel: usb-storage: 28 00 00
00 00 00 00 00 08 00 91 c9
May  8 21:36:06 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x4 Trg 0 LUN 0 L 4096 F 128 CL
10
May  8 21:36:06 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 4096 bytes
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 4096/4096
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:06 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:06 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:06 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x4 R 0 Stat 0x0
May  8 21:36:06 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel:  sda1 sda2 sda3 sda4
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Command
INQUIRY (6 bytes)
May  8 21:36:06 martha kernel: usb-storage: 12 01 80
00 60 00 ae c6 04 90 b7 09
May  8 21:36:06 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x5 Trg 0 LUN 0 L 96 F 128 CL 6
May  8 21:36:06 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 96 bytes
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 40/96
May  8 21:36:06 martha kernel: usb-storage: Bulk data
transfer result 0x1
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:06 martha kernel: usb-storage: clearing
endpoint halt for pipe 0xc0008280
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_clear_halt: result=0
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW (2nd try)...
May  8 21:36:06 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:06 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x5 R 56 Stat 0x0
May  8 21:36:06 martha kernel: usb-storage: Fixing
INQUIRY data to show SCSI rev 2 - was 0
May  8 21:36:06 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Command
INQUIRY (6 bytes)
May  8 21:36:06 martha kernel: usb-storage: 12 00 00
00 60 00 ae c6 04 90 b7 09
May  8 21:36:06 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x6 Trg 0 LUN 0 L 96 F 128 CL 6
May  8 21:36:06 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 96 bytes
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 40/96
May  8 21:36:06 martha kernel: usb-storage: Bulk data
transfer result 0x1
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:06 martha kernel: usb-storage: clearing
endpoint halt for pipe 0xc0008280
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_clear_halt: result=0
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW (2nd try)...
May  8 21:36:06 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:06 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x6 R 56 Stat 0x0
May  8 21:36:06 martha kernel: usb-storage: Fixing
INQUIRY data to show SCSI rev 2 - was 0
May  8 21:36:06 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Command
INQUIRY (6 bytes)
May  8 21:36:06 martha kernel: usb-storage: 12 01 83
00 60 00 ae c6 30 ed a6 00
May  8 21:36:06 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x7 Trg 0 LUN 0 L 96 F 128 CL 6
May  8 21:36:06 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 96 bytes
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 40/96
May  8 21:36:06 martha kernel: usb-storage: Bulk data
transfer result 0x1
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:06 martha kernel: usb-storage: clearing
endpoint halt for pipe 0xc0008280
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_clear_halt: result=0
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW (2nd try)...
May  8 21:36:06 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:06 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x7 R 56 Stat 0x0
May  8 21:36:06 martha kernel: usb-storage: Fixing
INQUIRY data to show SCSI rev 2 - was 0
May  8 21:36:06 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Command
INQUIRY (6 bytes)
May  8 21:36:06 martha kernel: usb-storage: 12 01 80
00 60 00 ae c6 c0 c1 a6 00
May  8 21:36:06 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x8 Trg 0 LUN 0 L 96 F 128 CL 6
May  8 21:36:06 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 96 bytes
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 40/96
May  8 21:36:06 martha kernel: usb-storage: Bulk data
transfer result 0x1
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:06 martha kernel: usb-storage: clearing
endpoint halt for pipe 0xc0008280
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_clear_halt: result=0
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW (2nd try)...
May  8 21:36:06 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:06 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x8 R 56 Stat 0x0
May  8 21:36:06 martha kernel: usb-storage: Fixing
INQUIRY data to show SCSI rev 2 - was 0
May  8 21:36:06 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:06 martha kernel: usb-storage: 28 00 00
00 00 00 00 00 02 00 a6 00
May  8 21:36:06 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x9 Trg 0 LUN 0 L 1024 F 128 CL
10
May  8 21:36:06 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 1024 bytes
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 1024/1024
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:06 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:06 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:06 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x9 R 0 Stat 0x0
May  8 21:36:06 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:06 martha kernel: usb-storage: 28 00 00
00 00 02 00 00 06 00 a6 00
May  8 21:36:06 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0xa Trg 0 LUN 0 L 3072 F 128 CL
10
May  8 21:36:06 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 3072 bytes
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 3072/3072
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:06 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:06 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:06 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:06 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0xa R 0 Stat 0x0
May  8 21:36:06 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:06 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:06 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:06 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:06 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:06 martha kernel: usb-storage: 28 00 00
00 00 00 00 00 02 00 a6 00
May  8 21:36:06 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0xb Trg 0 LUN 0 L 1024 F 128 CL
10
May  8 21:36:06 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 1024 bytes
May  8 21:36:06 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 1024/1024
May  8 21:36:07 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:07 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:07 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:07 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:07 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0xb R 0 Stat 0x0
May  8 21:36:07 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:07 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:07 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:07 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:07 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:07 martha kernel: usb-storage: 28 00 00
00 00 02 00 00 06 00 a6 00
May  8 21:36:07 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0xc Trg 0 LUN 0 L 3072 F 128 CL
10
May  8 21:36:07 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:07 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 3072 bytes
May  8 21:36:07 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 3072/3072
May  8 21:36:07 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:07 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:07 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:07 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:07 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0xc R 0 Stat 0x0
May  8 21:36:07 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:07 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:07 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:07 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:07 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:07 martha kernel: usb-storage: 28 00 00
00 00 00 00 00 02 00 a6 00
May  8 21:36:07 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0xd Trg 0 LUN 0 L 1024 F 128 CL
10
May  8 21:36:07 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:07 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 1024 bytes
May  8 21:36:07 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 1024/1024
May  8 21:36:07 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:07 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:07 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:07 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:07 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0xd R 0 Stat 0x0
May  8 21:36:07 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:07 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:07 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:07 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:07 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:07 martha kernel: usb-storage: 28 00 00
00 00 02 00 00 06 00 a6 00
May  8 21:36:07 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0xe Trg 0 LUN 0 L 3072 F 128 CL
10
May  8 21:36:07 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:07 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 3072 bytes
May  8 21:36:07 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 3072/3072
May  8 21:36:07 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:07 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:07 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:07 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:07 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0xe R 0 Stat 0x0
May  8 21:36:07 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:08 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:08 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:08 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:08 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:08 martha kernel: usb-storage: 28 00 00
00 00 00 00 00 02 00 a6 00
May  8 21:36:08 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0xf Trg 0 LUN 0 L 1024 F 128 CL
10
May  8 21:36:08 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 1024 bytes
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 1024/1024
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:08 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:08 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:08 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0xf R 0 Stat 0x0
May  8 21:36:08 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:08 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:08 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:08 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:08 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:08 martha kernel: usb-storage: 28 00 00
00 00 02 00 00 06 00 a6 00
May  8 21:36:08 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x10 Trg 0 LUN 0 L 3072 F 128
CL 10
May  8 21:36:08 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 3072 bytes
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 3072/3072
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:08 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:08 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:08 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x10 R 0 Stat 0x0
May  8 21:36:08 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:08 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:08 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:08 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:08 martha kernel: usb-storage: Command
INQUIRY (6 bytes)
May  8 21:36:08 martha kernel: usb-storage: 12 01 80
00 60 00 ae c6 04 50 3a 09
May  8 21:36:08 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x11 Trg 0 LUN 0 L 96 F 128 CL
6
May  8 21:36:08 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 96 bytes
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 40/96
May  8 21:36:08 martha kernel: usb-storage: Bulk data
transfer result 0x1
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:08 martha kernel: usb-storage: clearing
endpoint halt for pipe 0xc0008280
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_clear_halt: result=0
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW (2nd try)...
May  8 21:36:08 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:08 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x11 R 56 Stat 0x0
May  8 21:36:08 martha kernel: usb-storage: Fixing
INQUIRY data to show SCSI rev 2 - was 0
May  8 21:36:08 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:08 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:08 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:08 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:08 martha kernel: usb-storage: Command
INQUIRY (6 bytes)
May  8 21:36:08 martha kernel: usb-storage: 12 00 00
00 60 00 ae c6 04 50 3a 09
May  8 21:36:08 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x12 Trg 0 LUN 0 L 96 F 128 CL
6
May  8 21:36:08 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 96 bytes
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 40/96
May  8 21:36:08 martha kernel: usb-storage: Bulk data
transfer result 0x1
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:08 martha kernel: usb-storage: clearing
endpoint halt for pipe 0xc0008280
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_clear_halt: result=0
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW (2nd try)...
May  8 21:36:08 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:08 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x12 R 56 Stat 0x0
May  8 21:36:08 martha kernel: usb-storage: Fixing
INQUIRY data to show SCSI rev 2 - was 0
May  8 21:36:08 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:08 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:08 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:08 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:08 martha kernel: usb-storage: Command
INQUIRY (6 bytes)
May  8 21:36:08 martha kernel: usb-storage: 12 01 83
00 60 00 ae c6 30 ed a6 00
May  8 21:36:08 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x13 Trg 0 LUN 0 L 96 F 128 CL
6
May  8 21:36:08 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 96 bytes
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 40/96
May  8 21:36:08 martha kernel: usb-storage: Bulk data
transfer result 0x1
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:08 martha kernel: usb-storage: clearing
endpoint halt for pipe 0xc0008280
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_clear_halt: result=0
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW (2nd try)...
May  8 21:36:08 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:08 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x13 R 56 Stat 0x0
May  8 21:36:08 martha kernel: usb-storage: Fixing
INQUIRY data to show SCSI rev 2 - was 0
May  8 21:36:08 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:08 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:08 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:08 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:08 martha kernel: usb-storage: Command
INQUIRY (6 bytes)
May  8 21:36:08 martha kernel: usb-storage: 12 01 80
00 60 00 ae c6 c0 c1 a6 00
May  8 21:36:08 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x14 Trg 0 LUN 0 L 96 F 128 CL
6
May  8 21:36:08 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 96 bytes
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 40/96
May  8 21:36:08 martha kernel: usb-storage: Bulk data
transfer result 0x1
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:08 martha kernel: usb-storage: clearing
endpoint halt for pipe 0xc0008280
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_clear_halt: result=0
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW (2nd try)...
May  8 21:36:08 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:08 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x14 R 56 Stat 0x0
May  8 21:36:08 martha kernel: usb-storage: Fixing
INQUIRY data to show SCSI rev 2 - was 0
May  8 21:36:08 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:08 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:08 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:08 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:08 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:08 martha kernel: usb-storage: 28 00 00
00 00 00 00 00 02 00 a6 00
May  8 21:36:08 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x15 Trg 0 LUN 0 L 1024 F 128
CL 10
May  8 21:36:08 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 1024 bytes
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 1024/1024
May  8 21:36:08 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:08 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:08 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:08 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:08 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x15 R 0 Stat 0x0
May  8 21:36:09 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:09 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:09 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:09 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:09 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:09 martha kernel: usb-storage: 28 00 00
00 00 02 00 00 06 00 a6 00
May  8 21:36:09 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x16 Trg 0 LUN 0 L 3072 F 128
CL 10
May  8 21:36:09 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 3072 bytes
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 3072/3072
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:09 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:09 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:09 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:09 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x16 R 0 Stat 0x0
May  8 21:36:09 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:09 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:09 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:09 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:09 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:09 martha kernel: usb-storage: 28 00 00
00 00 00 00 00 02 00 a6 00
May  8 21:36:09 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x17 Trg 0 LUN 0 L 1024 F 128
CL 10
May  8 21:36:09 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 1024 bytes
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 1024/1024
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:09 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:09 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:09 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:09 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x17 R 0 Stat 0x0
May  8 21:36:09 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:09 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:09 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:09 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:09 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:09 martha kernel: usb-storage: 28 00 00
00 00 02 00 00 06 00 a6 00
May  8 21:36:09 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x18 Trg 0 LUN 0 L 3072 F 128
CL 10
May  8 21:36:09 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 3072 bytes
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 3072/3072
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:09 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:09 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:09 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:09 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x18 R 0 Stat 0x0
May  8 21:36:09 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:09 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:09 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:09 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:09 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:09 martha kernel: usb-storage: 28 00 00
00 00 00 00 00 02 00 a6 00
May  8 21:36:09 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x19 Trg 0 LUN 0 L 1024 F 128
CL 10
May  8 21:36:09 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 1024 bytes
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 1024/1024
May  8 21:36:09 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:09 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:09 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:09 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:09 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x19 R 0 Stat 0x0
May  8 21:36:09 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:09 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:09 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:09 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:09 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:10 martha kernel: usb-storage: 28 00 00
00 00 02 00 00 06 00 a6 00
May  8 21:36:10 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x1a Trg 0 LUN 0 L 3072 F 128
CL 10
May  8 21:36:10 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:10 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 3072 bytes
May  8 21:36:10 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 3072/3072
May  8 21:36:10 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:10 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:10 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:10 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:10 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x1a R 0 Stat 0x0
May  8 21:36:10 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:10 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:10 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:10 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:10 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:10 martha kernel: usb-storage: 28 00 00
00 00 00 00 00 02 00 a6 00
May  8 21:36:10 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x1b Trg 0 LUN 0 L 1024 F 128
CL 10
May  8 21:36:10 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:10 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 1024 bytes
May  8 21:36:10 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 1024/1024
May  8 21:36:10 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:10 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:10 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:10 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:10 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x1b R 0 Stat 0x0
May  8 21:36:10 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:10 martha kernel: usb-storage: *** thread
sleeping.
May  8 21:36:10 martha kernel: usb-storage:
queuecommand() called
May  8 21:36:10 martha kernel: usb-storage: *** thread
awakened.
May  8 21:36:10 martha kernel: usb-storage: Command
READ_10 (10 bytes)
May  8 21:36:10 martha kernel: usb-storage: 28 00 00
00 00 02 00 00 06 00 a6 00
May  8 21:36:10 martha kernel: usb-storage: Bulk
command S 0x43425355 T 0x1c Trg 0 LUN 0 L 3072 F 128
CL 10
May  8 21:36:10 martha kernel: usb-storage: Bulk
command transfer result=0
May  8 21:36:10 martha kernel: usb-storage:
usb_stor_transfer_partial(): xfer 3072 bytes
May  8 21:36:10 martha kernel: usb-storage:
usb_stor_bulk_msg() returned 0 xferred 3072/3072
May  8 21:36:10 martha kernel: usb-storage:
usb_stor_transfer_partial(): transfer complete
May  8 21:36:10 martha kernel: usb-storage: Bulk data
transfer result 0x0
May  8 21:36:10 martha kernel: usb-storage: Attempting
to get CSW...
May  8 21:36:10 martha kernel: usb-storage: Bulk
status result = 0
May  8 21:36:10 martha kernel: usb-storage: Bulk
status Sig 0x53425355 T 0x1c R 0 Stat 0x0
May  8 21:36:10 martha kernel: usb-storage: scsi cmd
done, result=0x0
May  8 21:36:10 martha kernel: usb-storage: *** thread
sleeping.


Thanks for your help! -B







-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to