Re: problem with USB mass storage when the device interface >= 3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Apr 20, 2011 at 7:29 PM, Rajaram R <rajaram.officemail@xxxxxxxxx> wrote:
> On Wed, Apr 20, 2011 at 4:40 PM, yingchun li <sword.l.dragon@xxxxxxxxx> wrote:
>> On Wed, Apr 20, 2011 at 7:04 PM, Rajaram R <rajaram.officemail@xxxxxxxxx> wrote:
>>> On Wed, Apr 20, 2011 at 4:29 PM, yingchun li <sword.l.dragon@xxxxxxxxx> wrote:
>>>>
>>>> My device has three interface: adb, usb mass storage and general serial.
>>>> when I connect cable, the usb mass storage setup fail, and pc will reset
>>>> usb bus sometimes, below is the infomation from usbmon:
>>>>
>>>> From log, I can see after PC send the command
>>>> cca5f000 4015670100 S Bo:1:091:2 -115 31 = 55534243 0c000000 00100000
>>>> 80000a28 00000000 00000008 00000000 000000
>>>> the callback return -71(protocol error),  what's wrong in this case?
>>>> and I see in the device  it enqueue the request of this, but  didn't wait the
>>>> request complete and receive the bus reset.
>>>>
>>>> But if the device build with two interface(adb+mass storage) or only one, it is
>>>> always OK! could someone give me some advice on where I should check?
>>>
>>> Are you using Kernel 2.6.34 ?
>>
>>  kernel version is 2.6.32
>
> I guess the androind f_mass_storage.c does a check
>
> " if (w_index != 0 || w_value != 0) { "
>
> in function
>
> static int fsg_setup(struct usb_function *f,  const struct
> usb_ctrlrequest *ctrl)
>
> which could be the cause.. ( w_index != 0 is not zero in case of composite)
>
> You may refer http://lxr.free-electrons.com/source/drivers/usb/gadget/f_mass_storage.c?v=2.6.34
> for solution.
Rajaram
       Thank you very much!
       I have merge the f_mass_storage from 2.6.34 to my kernel, but
with no lucky, there is still
the transport error. and this time PC get EPROTO after send cmd
55534243 0b000000 c0000000 8000061a 003f00c0 00000000 00000000 000000
below is the log from usb-storage(which I rebuilt with debug
messages), usbmon is
almost same with before.

Apr 21 09:47:09 yingchunlipc kernel: [260901.156032] usb 1-2: new high
speed USB device using ehci_hcd and address 105
Apr 21 09:47:09 yingchunlipc kernel: [260901.301845] usb 1-2:
configuration #1 chosen from 1 choice
Apr 21 09:47:09 yingchunlipc kernel: [260901.302751] usb-storage: USB
Mass Storage device detected
Apr 21 09:47:09 yingchunlipc kernel: [260901.302799] usb-storage: --
associate_dev
Apr 21 09:47:09 yingchunlipc kernel: [260901.302804] usb-storage:
Vendor: 0x1782, Product: 0x5d03, Revision: 0x0227
Apr 21 09:47:09 yingchunlipc kernel: [260901.302808] usb-storage:
Interface Subclass: 0x06, Protocol: 0x50
Apr 21 09:47:09 yingchunlipc kernel: [260901.302813] usb-storage:
Transport: Bulk
Apr 21 09:47:09 yingchunlipc kernel: [260901.302816] usb-storage:
Protocol: Transparent SCSI
Apr 21 09:47:09 yingchunlipc kernel: [260901.302852] scsi61 : SCSI
emulation for USB Mass Storage devices
Apr 21 09:47:09 yingchunlipc kernel: [260901.302855] usb-storage: ***
thread sleeping.
Apr 21 09:47:09 yingchunlipc kernel: [260901.303119] usb-storage:
device found at 105
Apr 21 09:47:09 yingchunlipc kernel: [260901.303122] usb-storage:
waiting for device to settle before scanning
Apr 21 09:47:14 yingchunlipc kernel: [260906.300020] usb-storage:
usb_stor_control_msg: rq=fe rqtype=a1 value=0000 index=01 len=1
Apr 21 09:47:14 yingchunlipc kernel: [260906.300329] usb-storage:
GetMaxLUN command result is 1, data is 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.300383] usb-storage:
device scan complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.300437] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.300446] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.300451] usb-storage:
Command INQUIRY (6 bytes)
Apr 21 09:47:14 yingchunlipc kernel: [260906.300454] usb-storage:  12
00 00 00 24 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.300466] usb-storage: Bulk
Command S 0x43425355 T 0x1 L 36 F 128 Trg 0 LUN 0 CL 6
Apr 21 09:47:14 yingchunlipc kernel: [260906.300470] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.300574] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.300577] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.300580] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.300584] usb-storage:
usb_stor_bulk_transfer_sglist: xfer 36 bytes, 1 entries
Apr 21 09:47:14 yingchunlipc kernel: [260906.300838] usb-storage:
Status code 0; transferred 36/36
Apr 21 09:47:14 yingchunlipc kernel: [260906.300842] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.300846] usb-storage: Bulk
data transfer result 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.300849] usb-storage:
Attempting to get CSW...
Apr 21 09:47:14 yingchunlipc kernel: [260906.300853] usb-storage:
usb_stor_bulk_transfer_buf: xfer 13 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.300947] usb-storage:
Status code 0; transferred 13/13
Apr 21 09:47:14 yingchunlipc kernel: [260906.300951] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.300954] usb-storage: Bulk
status result = 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.300958] usb-storage: Bulk
Status S 0x53425355 T 0x1 R 0 Stat 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.300962] usb-storage: scsi
cmd done, result=0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.300968] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301023] scsi 61:0:0:0:
Direct-Access     Spreadtr umopenphone        00 PQ: 0 ANSI: 2
Apr 21 09:47:14 yingchunlipc kernel: [260906.301059] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.301068] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301071] usb-storage: Bad LUN (0:1)
Apr 21 09:47:14 yingchunlipc kernel: [260906.301074] usb-storage: scsi
cmd done, result=0x40000
Apr 21 09:47:14 yingchunlipc kernel: [260906.301079] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301127] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.301135] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301138] usb-storage: Bad
target number (1:0)
Apr 21 09:47:14 yingchunlipc kernel: [260906.301141] usb-storage: scsi
cmd done, result=0x40000
Apr 21 09:47:14 yingchunlipc kernel: [260906.301146] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301188] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.301196] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301199] usb-storage: Bad
target number (2:0)
Apr 21 09:47:14 yingchunlipc kernel: [260906.301202] usb-storage: scsi
cmd done, result=0x40000
Apr 21 09:47:14 yingchunlipc kernel: [260906.301207] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301247] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.301255] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301258] usb-storage: Bad
target number (3:0)
Apr 21 09:47:14 yingchunlipc kernel: [260906.301262] usb-storage: scsi
cmd done, result=0x40000
Apr 21 09:47:14 yingchunlipc kernel: [260906.301266] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301306] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.301314] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301317] usb-storage: Bad
target number (4:0)
Apr 21 09:47:14 yingchunlipc kernel: [260906.301320] usb-storage: scsi
cmd done, result=0x40000
Apr 21 09:47:14 yingchunlipc kernel: [260906.301325] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301365] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.301372] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301376] usb-storage: Bad
target number (5:0)
Apr 21 09:47:14 yingchunlipc kernel: [260906.301379] usb-storage: scsi
cmd done, result=0x40000
Apr 21 09:47:14 yingchunlipc kernel: [260906.301383] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301423] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.301431] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301434] usb-storage: Bad
target number (6:0)
Apr 21 09:47:14 yingchunlipc kernel: [260906.301437] usb-storage: scsi
cmd done, result=0x40000
Apr 21 09:47:14 yingchunlipc kernel: [260906.301441] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301481] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.301489] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.301492] usb-storage: Bad
target number (7:0)
Apr 21 09:47:14 yingchunlipc kernel: [260906.301495] usb-storage: scsi
cmd done, result=0x40000
Apr 21 09:47:14 yingchunlipc kernel: [260906.301499] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.303425] sd 61:0:0:0:
Attached scsi generic sg1 type 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.303627] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.303637] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.303641] usb-storage:
Command TEST_UNIT_READY (6 bytes)
Apr 21 09:47:14 yingchunlipc kernel: [260906.303644] usb-storage:  00
00 00 00 00 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.303655] usb-storage: Bulk
Command S 0x43425355 T 0x2 L 0 F 0 Trg 0 LUN 0 CL 6
Apr 21 09:47:14 yingchunlipc kernel: [260906.303659] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.303699] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.303702] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.303704] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.303707] usb-storage:
Attempting to get CSW...
Apr 21 09:47:14 yingchunlipc kernel: [260906.303710] usb-storage:
usb_stor_bulk_transfer_buf: xfer 13 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.304357] usb-storage:
Status code 0; transferred 13/13
Apr 21 09:47:14 yingchunlipc kernel: [260906.304360] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.304363] usb-storage: Bulk
status result = 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.304367] usb-storage: Bulk
Status S 0x53425355 T 0x2 R 0 Stat 0x1
Apr 21 09:47:14 yingchunlipc kernel: [260906.304371] usb-storage: --
transport indicates command failure
Apr 21 09:47:14 yingchunlipc kernel: [260906.304374] usb-storage:
Issuing auto-REQUEST_SENSE
Apr 21 09:47:14 yingchunlipc kernel: [260906.304379] usb-storage: Bulk
Command S 0x43425355 T 0x3 L 18 F 128 Trg 0 LUN 0 CL 6
Apr 21 09:47:14 yingchunlipc kernel: [260906.304383] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.304449] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.304452] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.304455] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.304459] usb-storage:
usb_stor_bulk_transfer_sglist: xfer 18 bytes, 1 entries
Apr 21 09:47:14 yingchunlipc kernel: [260906.304703] usb-storage:
Status code 0; transferred 18/18
Apr 21 09:47:14 yingchunlipc kernel: [260906.304706] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.304709] usb-storage: Bulk
data transfer result 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.304712] usb-storage:
Attempting to get CSW...
Apr 21 09:47:14 yingchunlipc kernel: [260906.304716] usb-storage:
usb_stor_bulk_transfer_buf: xfer 13 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.304823] usb-storage:
Status code 0; transferred 13/13
Apr 21 09:47:14 yingchunlipc kernel: [260906.304826] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.304828] usb-storage: Bulk
status result = 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.304832] usb-storage: Bulk
Status S 0x53425355 T 0x3 R 0 Stat 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.304836] usb-storage: --
Result from auto-sense is 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.304840] usb-storage: --
code: 0x70, key: 0x6, ASC: 0x29, ASCQ: 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.304845] usb-storage: Unit
Attention: Power on, reset, or bus device reset occurred
Apr 21 09:47:14 yingchunlipc kernel: [260906.304850] usb-storage: scsi
cmd done, result=0x2
Apr 21 09:47:14 yingchunlipc kernel: [260906.304856] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.305451] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.305462] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.305467] usb-storage:
Command TEST_UNIT_READY (6 bytes)
Apr 21 09:47:14 yingchunlipc kernel: [260906.305470] usb-storage:  00
00 00 00 00 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.305480] usb-storage: Bulk
Command S 0x43425355 T 0x4 L 0 F 0 Trg 0 LUN 0 CL 6
Apr 21 09:47:14 yingchunlipc kernel: [260906.305485] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.305606] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.305609] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.305612] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.305615] usb-storage:
Attempting to get CSW...
Apr 21 09:47:14 yingchunlipc kernel: [260906.305619] usb-storage:
usb_stor_bulk_transfer_buf: xfer 13 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.305825] usb-storage:
Status code 0; transferred 13/13
Apr 21 09:47:14 yingchunlipc kernel: [260906.305829] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.305832] usb-storage: Bulk
status result = 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.305836] usb-storage: Bulk
Status S 0x53425355 T 0x4 R 0 Stat 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.305840] usb-storage: scsi
cmd done, result=0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.305846] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.305873] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.305881] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.305885] usb-storage:
Command READ_CAPACITY (10 bytes)
Apr 21 09:47:14 yingchunlipc kernel: [260906.305888] usb-storage:  25
00 00 00 00 00 00 00 00 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.305902] usb-storage: Bulk
Command S 0x43425355 T 0x5 L 8 F 128 Trg 0 LUN 0 CL 10
Apr 21 09:47:14 yingchunlipc kernel: [260906.305906] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.305947] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.305950] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.305953] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.305957] usb-storage:
usb_stor_bulk_transfer_sglist: xfer 8 bytes, 1 entries
Apr 21 09:47:14 yingchunlipc kernel: [260906.306322] usb-storage:
Status code 0; transferred 8/8
Apr 21 09:47:14 yingchunlipc kernel: [260906.306325] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.306327] usb-storage: Bulk
data transfer result 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.306330] usb-storage:
Attempting to get CSW...
Apr 21 09:47:14 yingchunlipc kernel: [260906.306334] usb-storage:
usb_stor_bulk_transfer_buf: xfer 13 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.306446] usb-storage:
Status code 0; transferred 13/13
Apr 21 09:47:14 yingchunlipc kernel: [260906.306449] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.306452] usb-storage: Bulk
status result = 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.306456] usb-storage: Bulk
Status S 0x53425355 T 0x5 R 0 Stat 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.306459] usb-storage: scsi
cmd done, result=0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.306464] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.306484] sd 61:0:0:0:
[sdb] 412176 512-byte logical blocks: (211 MB/201 MiB)
Apr 21 09:47:14 yingchunlipc kernel: [260906.306499] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.306507] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.306511] usb-storage:
Command MODE_SENSE (6 bytes)
Apr 21 09:47:14 yingchunlipc kernel: [260906.306514] usb-storage:  1a
00 3f 00 c0 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.306525] usb-storage: Bulk
Command S 0x43425355 T 0x6 L 192 F 128 Trg 0 LUN 0 CL 6
Apr 21 09:47:14 yingchunlipc kernel: [260906.306529] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.306571] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.306574] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.306577] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.306580] usb-storage:
usb_stor_bulk_transfer_sglist: xfer 192 bytes, 1 entries
Apr 21 09:47:14 yingchunlipc kernel: [260906.306946] usb-storage:
Status code 0; transferred 192/192
Apr 21 09:47:14 yingchunlipc kernel: [260906.306949] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.306951] usb-storage: Bulk
data transfer result 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.306954] usb-storage:
Attempting to get CSW...
Apr 21 09:47:14 yingchunlipc kernel: [260906.306958] usb-storage:
usb_stor_bulk_transfer_buf: xfer 13 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.307071] usb-storage:
Status code 0; transferred 13/13
Apr 21 09:47:14 yingchunlipc kernel: [260906.307074] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.307076] usb-storage: Bulk
status result = 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.307080] usb-storage: Bulk
Status S 0x53425355 T 0x6 R 176 Stat 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.307084] usb-storage: scsi
cmd done, result=0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.307089] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.307103] sd 61:0:0:0:
[sdb] Write Protect is off
Apr 21 09:47:14 yingchunlipc kernel: [260906.307107] sd 61:0:0:0:
[sdb] Mode Sense: 0f 00 00 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.307111] sd 61:0:0:0:
[sdb] Assuming drive cache: write through
Apr 21 09:47:14 yingchunlipc kernel: [260906.307192] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.307201] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.307205] usb-storage:
Command TEST_UNIT_READY (6 bytes)
Apr 21 09:47:14 yingchunlipc kernel: [260906.307207] usb-storage:  00
00 00 00 00 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.307218] usb-storage: Bulk
Command S 0x43425355 T 0x7 L 0 F 0 Trg 0 LUN 0 CL 6
Apr 21 09:47:14 yingchunlipc kernel: [260906.307222] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.307321] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.307324] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.307327] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.307329] usb-storage:
Attempting to get CSW...
Apr 21 09:47:14 yingchunlipc kernel: [260906.307333] usb-storage:
usb_stor_bulk_transfer_buf: xfer 13 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.307570] usb-storage:
Status code 0; transferred 13/13
Apr 21 09:47:14 yingchunlipc kernel: [260906.307573] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.307575] usb-storage: Bulk
status result = 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.307579] usb-storage: Bulk
Status S 0x53425355 T 0x7 R 0 Stat 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.307583] usb-storage: scsi
cmd done, result=0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.307588] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.307703] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.307712] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.307716] usb-storage:
Command ALLOW_MEDIUM_REMOVAL (6 bytes)
Apr 21 09:47:14 yingchunlipc kernel: [260906.307719] usb-storage:  1e
00 00 00 01 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.307729] usb-storage: Bulk
Command S 0x43425355 T 0x8 L 0 F 0 Trg 0 LUN 0 CL 6
Apr 21 09:47:14 yingchunlipc kernel: [260906.307733] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.307822] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.307825] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.307828] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.307831] usb-storage:
Attempting to get CSW...
Apr 21 09:47:14 yingchunlipc kernel: [260906.307834] usb-storage:
usb_stor_bulk_transfer_buf: xfer 13 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.308070] usb-storage:
Status code 0; transferred 13/13
Apr 21 09:47:14 yingchunlipc kernel: [260906.308074] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.308077] usb-storage: Bulk
status result = 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.308082] usb-storage: Bulk
Status S 0x53425355 T 0x8 R 0 Stat 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.308086] usb-storage: scsi
cmd done, result=0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.308091] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.308115] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.308123] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.308127] usb-storage:
Command TEST_UNIT_READY (6 bytes)
Apr 21 09:47:14 yingchunlipc kernel: [260906.308130] usb-storage:  00
00 00 00 00 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.308145] usb-storage: Bulk
Command S 0x43425355 T 0x9 L 0 F 0 Trg 0 LUN 0 CL 6
Apr 21 09:47:14 yingchunlipc kernel: [260906.308150] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.308194] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.308197] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.308200] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.308204] usb-storage:
Attempting to get CSW...
Apr 21 09:47:14 yingchunlipc kernel: [260906.308208] usb-storage:
usb_stor_bulk_transfer_buf: xfer 13 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.308571] usb-storage:
Status code 0; transferred 13/13
Apr 21 09:47:14 yingchunlipc kernel: [260906.308574] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.308577] usb-storage: Bulk
status result = 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.308581] usb-storage: Bulk
Status S 0x53425355 T 0x9 R 0 Stat 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.308584] usb-storage: scsi
cmd done, result=0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.308589] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.308609] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.308616] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.308620] usb-storage:
Command READ_CAPACITY (10 bytes)
Apr 21 09:47:14 yingchunlipc kernel: [260906.308622] usb-storage:  25
00 00 00 00 00 00 00 00 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.308637] usb-storage: Bulk
Command S 0x43425355 T 0xa L 8 F 128 Trg 0 LUN 0 CL 10
Apr 21 09:47:14 yingchunlipc kernel: [260906.308641] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.308695] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.308698] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.308700] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.308704] usb-storage:
usb_stor_bulk_transfer_sglist: xfer 8 bytes, 1 entries
Apr 21 09:47:14 yingchunlipc kernel: [260906.308945] usb-storage:
Status code 0; transferred 8/8
Apr 21 09:47:14 yingchunlipc kernel: [260906.308948] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.308951] usb-storage: Bulk
data transfer result 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.308954] usb-storage:
Attempting to get CSW...
Apr 21 09:47:14 yingchunlipc kernel: [260906.308957] usb-storage:
usb_stor_bulk_transfer_buf: xfer 13 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.309069] usb-storage:
Status code 0; transferred 13/13
Apr 21 09:47:14 yingchunlipc kernel: [260906.309072] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.309075] usb-storage: Bulk
status result = 0
Apr 21 09:47:14 yingchunlipc kernel: [260906.309079] usb-storage: Bulk
Status S 0x53425355 T 0xa R 0 Stat 0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.309082] usb-storage: scsi
cmd done, result=0x0
Apr 21 09:47:14 yingchunlipc kernel: [260906.309087] usb-storage: ***
thread sleeping.
Apr 21 09:47:14 yingchunlipc kernel: [260906.309108] usb-storage:
queuecommand called
Apr 21 09:47:14 yingchunlipc kernel: [260906.309116] usb-storage: ***
thread awakened.
Apr 21 09:47:14 yingchunlipc kernel: [260906.309119] usb-storage:
Command MODE_SENSE (6 bytes)
Apr 21 09:47:14 yingchunlipc kernel: [260906.309122] usb-storage:  1a
00 3f 00 c0 00
Apr 21 09:47:14 yingchunlipc kernel: [260906.309133] usb-storage: Bulk
Command S 0x43425355 T 0xb L 192 F 128 Trg 0 LUN 0 CL 6
Apr 21 09:47:14 yingchunlipc kernel: [260906.309137] usb-storage:
usb_stor_bulk_transfer_buf: xfer 31 bytes
Apr 21 09:47:14 yingchunlipc kernel: [260906.309195] usb-storage:
Status code 0; transferred 31/31
Apr 21 09:47:14 yingchunlipc kernel: [260906.309198] usb-storage: --
transfer complete
Apr 21 09:47:14 yingchunlipc kernel: [260906.309201] usb-storage: Bulk
command transfer result=0
Apr 21 09:47:14 yingchunlipc kernel: [260906.309205] usb-storage:
usb_stor_bulk_transfer_sglist: xfer 192 bytes, 1 entries
Apr 21 09:47:14 yingchunlipc kernel: [260906.313449] usb-storage:
Status code -71; transferred 0/192
Apr 21 09:47:14 yingchunlipc kernel: [260906.313452] usb-storage: --
unknown error
Apr 21 09:47:14 yingchunlipc kernel: [260906.313455] usb-storage: Bulk
data transfer result 0x4
Apr 21 09:47:14 yingchunlipc kernel: [260906.313458] usb-storage: --
transport indicates error, resetting
Apr 21 09:47:14 yingchunlipc kernel: [260906.313710] usb-storage:
usb_stor_pre_reset
Apr 21 09:47:14 yingchunlipc kernel: [260906.424039] usb 1-2: reset
high speed USB device using ehci_hcd and address 105
Apr 21 09:47:14 yingchunlipc kernel: [260906.557579] usb-storage:
usb_stor_post_reset
Apr 21 09:47:14 yingchunlipc kernel: [260906.557602] usb-storage:
usb_reset_device returns 0

>>>
>>>>
>>>> f70ae400 4010276390 C Ii:1:001:1 0:2048 2 = 0400
>>>> f70ae400 4010276403 S Ii:1:001:1 -115:2048 4 <
>>>> e1320300 4010276410 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e1320300 4010276419 C Ci:1:001:0 0 4 = 01050100
>>>> e1320300 4010276422 S Co:1:001:0 s 23 01 0010 0002 0000 0
>>>> e1320300 4010276426 C Co:1:001:0 0 0
>>>> e1320300 4010276428 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e1320300 4010276430 C Ci:1:001:0 0 4 = 01050000
>>>> e1320300 4010307937 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e1320300 4010307946 C Ci:1:001:0 0 4 = 01050000
>>>> e1320300 4010339447 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e1320300 4010339455 C Ci:1:001:0 0 4 = 01050000
>>>> e1320300 4010371940 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e1320300 4010371949 C Ci:1:001:0 0 4 = 01050000
>>>> e1320300 4010403452 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e1320300 4010403461 C Ci:1:001:0 0 4 = 01050000
>>>> e1320300 4010403473 S Co:1:001:0 s 23 03 0004 0002 0000 0
>>>> e1320300 4010403476 C Co:1:001:0 0 0
>>>> e1320300 4010459446 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e1320300 4010459656 C Ci:1:001:0 0 4 = 03051000
>>>> e1320300 4010515951 S Co:1:001:0 s 23 01 0014 0002 0000 0
>>>> e1320300 4010515960 C Co:1:001:0 0 0
>>>> e1320300 4010515977 S Ci:1:000:0 s 80 06 0100 0000 0040 64 <
>>>> e1320300 4010516284 C Ci:1:000:0 0 18 = 12010002 00000040 8217035d 27020102 0301
>>>> e1320300 4010516293 S Co:1:001:0 s 23 03 0004 0002 0000 0
>>>> e1320300 4010516298 C Co:1:001:0 0 0
>>>> e1320300 4010571938 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e1320300 4010572154 C Ci:1:001:0 0 4 = 03051000
>>>> e1320300 4010627444 S Co:1:001:0 s 23 01 0014 0002 0000 0
>>>> e1320300 4010627453 C Co:1:001:0 0 0
>>>> e1320300 4010627458 S Co:1:000:0 s 00 05 005b 0000 0000 0
>>>> e1320300 4010627661 C Co:1:000:0 0 0
>>>> e1320300 4010647941 S Ci:1:091:0 s 80 06 0100 0000 0012 18 <
>>>> e1320300 4010648285 C Ci:1:091:0 0 18 = 12010002 00000040 8217035d 27020102 0301
>>>> e1320300 4010648299 S Ci:1:091:0 s 80 06 0200 0000 0009 9 <
>>>> e1320300 4010648532 C Ci:1:091:0 0 9 = 09024e00 030100e0 fa
>>>> e1320300 4010648541 S Ci:1:091:0 s 80 06 0200 0000 004e 78 <
>>>> e1320300 4010648781 C Ci:1:091:0 0 78 = 09024e00 030100e0 fa090400
>>>> 0002ff42 01000705 81020002 00070501 02000200
>>>> e1320300 4010648796 S Ci:1:091:0 s 80 06 0300 0000 00ff 255 <
>>>> e1320300 4010649030 C Ci:1:091:0 0 4 = 04030904
>>>> e1320300 4010649038 S Ci:1:091:0 s 80 06 0302 0409 00ff 255 <
>>>> e1320300 4010649280 C Ci:1:091:0 0 42 = 2a035300 70007200 65006100
>>>> 64007400 72007500 6d002000 6f007000 65006e00
>>>> e1320300 4010649289 S Ci:1:091:0 s 80 06 0301 0409 00ff 255 <
>>>> e1320300 4010649531 C Ci:1:091:0 0 22 = 16035300 70007200 65006100
>>>> 64007400 72007500 6d00
>>>> e1320300 4010649539 S Ci:1:091:0 s 80 06 0303 0409 00ff 255 <
>>>> e1320300 4010649781 C Ci:1:091:0 0 18 = 12033100 39003700 36003100 32003000 3200
>>>> e1320300 4010649999 S Co:1:091:0 s 00 09 0001 0000 0000 0
>>>> e1320300 4010650532 C Co:1:091:0 0 0
>>>> f2719d80 4011651540 S Ci:1:091:0 s 80 06 0300 0000 0100 256 <
>>>> f2719d80 4011651763 C Ci:1:091:0 0 4 = 04030904
>>>> f2719d80 4011651813 S Ci:1:091:0 s 80 06 0303 0409 0100 256 <
>>>> f2719d80 4011652007 C Ci:1:091:0 0 18 = 12033100 39003700 36003100 32003000 3200
>>>> f2719000 4011652142 S Bi:1:091:1 -115 24 <
>>>> c99d1380 4011652188 S Bo:1:091:1 -115 24 = 434e584e 00000001 00100000
>>>> 07000000 32020000 bcb1a7b1
>>>> c99d1380 4011652258 C Bo:1:091:1 0 24 >
>>>> c99d1900 4011652300 S Bo:1:091:1 -115 7 = 686f7374 3a3a00
>>>> c99d1900 4011652633 C Bo:1:091:1 0 7 >
>>>> f2719000 4011663937 C Bi:1:091:1 0 24 = 434e584e 00000001 00100000
>>>> 09000000 e4020000 bcb1a7b1
>>>> f2719000 4011663958 S Bi:1:091:1 -115 9 <
>>>> f2719000 4011664257 C Bi:1:091:1 0 9 = 64657669 63653a3a 00
>>>> f2719000 4011664312 S Bi:1:091:1 -115 24 <
>>>> cca5f000 4015647462 S Ci:1:091:0 s a1 fe 0000 0001 0001 1 <
>>>> cca5f000 4015647923 C Ci:1:091:0 -32 0
>>>> cca5f000 4015648112 S Bo:1:091:2 -115 31 = 55534243 01000000 24000000
>>>> 80000612 00000024 00000000 00000000 000000
>>>> cca5f000 4015648168 C Bo:1:091:2 0 31 >
>>>> caffce80 4015648214 S Bi:1:091:2 -115 36 <
>>>> caffce80 4015648793 C Bi:1:091:2 0 36 = 00800202 1f000000 53707265
>>>> 61647472 756d6f70 656e7068 6f6e6520 20202020
>>>> cca5f000 4015648822 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015648917 C Bi:1:091:2 0 13 = 55534253 01000000 00000000 00
>>>> cca5f000 4015650247 S Bo:1:091:2 -115 31 = 55534243 02000000 00000000
>>>> 00000600 00000000 00000000 00000000 000000
>>>> cca5f000 4015650293 C Bo:1:091:2 0 31 >
>>>> cca5f000 4015650358 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015650793 C Bi:1:091:2 0 13 = 55534253 02000000 00000000 01
>>>> cca5f000 4015651077 S Bo:1:091:2 -115 31 = 55534243 03000000 12000000
>>>> 80000603 00000012 00000000 00000000 000000
>>>> cca5f000 4015651169 C Bo:1:091:2 0 31 >
>>>> caffc400 4015651197 S Bi:1:091:2 -115 18 <
>>>> caffc400 4015651667 C Bi:1:091:2 0 18 = 70000600 0000000a 00000000 29000000 0000
>>>> cca5f000 4015653312 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015653420 C Bi:1:091:2 0 13 = 55534253 03000000 00000000 00
>>>> cca5f000 4015662416 S Bo:1:091:2 -115 31 = 55534243 04000000 00000000
>>>> 00000600 00000000 00000000 00000000 000000
>>>> cca5f000 4015662547 C Bo:1:091:2 0 31 >
>>>> cca5f000 4015662606 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015663043 C Bi:1:091:2 0 13 = 55534253 04000000 00000000 00
>>>> cca5f000 4015663175 S Bo:1:091:2 -115 31 = 55534243 05000000 08000000
>>>> 80000a25 00000000 00000000 00000000 000000
>>>> cca5f000 4015663291 C Bo:1:091:2 0 31 >
>>>> ebd7e680 4015663343 S Bi:1:091:2 -115 8 <
>>>> ebd7e680 4015663667 C Bi:1:091:2 0 8 = 00064a0f 00000200
>>>> cca5f000 4015663818 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015663917 C Bi:1:091:2 0 13 = 55534253 05000000 00000000 00
>>>> cca5f000 4015664695 S Bo:1:091:2 -115 31 = 55534243 06000000 c0000000
>>>> 8000061a 003f00c0 00000000 00000000 000000
>>>> cca5f000 4015664792 C Bo:1:091:2 0 31 >
>>>> dfeaa080 4015664844 S Bi:1:091:2 -115 192 <
>>>> dfeaa080 4015665292 C Bi:1:091:2 -121 4 = 03000000
>>>> cca5f000 4015665335 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015665541 C Bi:1:091:2 0 13 = 55534253 06000000 bc000000 00
>>>> cca5f000 4015665738 S Bo:1:091:2 -115 31 = 55534243 07000000 00000000
>>>> 00000600 00000000 00000000 00000000 000000
>>>> cca5f000 4015665792 C Bo:1:091:2 0 31 >
>>>> cca5f000 4015665831 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015666291 C Bi:1:091:2 0 13 = 55534253 07000000 00000000 00
>>>> cca5f000 4015666513 S Bo:1:091:2 -115 31 = 55534243 08000000 00000000
>>>> 0000061e 00000001 00000000 00000000 000000
>>>> cca5f000 4015666541 C Bo:1:091:2 0 31 >
>>>> cca5f000 4015666568 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015667042 C Bi:1:091:2 0 13 = 55534253 08000000 00000000 00
>>>> cca5f000 4015667134 S Bo:1:091:2 -115 31 = 55534243 09000000 00000000
>>>> 00000600 00000000 00000000 00000000 000000
>>>> cca5f000 4015667167 C Bo:1:091:2 0 31 >
>>>> cca5f000 4015667192 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015667792 C Bi:1:091:2 0 13 = 55534253 09000000 00000000 00
>>>> cca5f000 4015668373 S Bo:1:091:2 -115 31 = 55534243 0a000000 08000000
>>>> 80000a25 00000000 00000000 00000000 000000
>>>> cca5f000 4015668415 C Bo:1:091:2 0 31 >
>>>> dfeaa200 4015668433 S Bi:1:091:2 -115 8 <
>>>> dfeaa200 4015668915 C Bi:1:091:2 0 8 = 00064a0f 00000200
>>>> cca5f000 4015668932 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015669165 C Bi:1:091:2 0 13 = 55534253 0a000000 00000000 00
>>>> cca5f000 4015669213 S Bo:1:091:2 -115 31 = 55534243 0b000000 c0000000
>>>> 8000061a 003f00c0 00000000 00000000 000000
>>>> cca5f000 4015669291 C Bo:1:091:2 0 31 >
>>>> dfeaa200 4015669306 S Bi:1:091:2 -115 192 <
>>>> dfeaa200 4015669789 C Bi:1:091:2 -121 4 = 03000000
>>>> cca5f000 4015669806 S Bi:1:091:2 -115 13 <
>>>> cca5f000 4015670040 C Bi:1:091:2 0 13 = 55534253 0b000000 bc000000 00
>>>> cca5f000 4015670100 S Bo:1:091:2 -115 31 = 55534243 0c000000 00100000
>>>> 80000a28 00000000 00000008 00000000 000000
>>>> cca5f000 4015670165 C Bo:1:091:2 0 31 >
>>>> dfeaa200 4015670181 S Bi:1:091:2 -115 4096 <
>>>> dfeaa200 4015675790 C Bi:1:091:2 -71 0
>>>>
>>>> FROM here PC receive protocol error and reset bus
>>>>
>>>> f2719000 4015676039 C Bi:1:091:1 -108 0
>>>> dfeaa200 4015676064 S Co:1:001:0 s 23 03 0004 0002 0000 0
>>>> dfeaa200 4015676068 C Co:1:001:0 0 0
>>>> dfeaa600 4015731951 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> dfeaa600 4015732161 C Ci:1:001:0 0 4 = 03051000
>>>> dfeaaa00 4015787954 S Co:1:001:0 s 23 01 0014 0002 0000 0
>>>> dfeaaa00 4015787963 C Co:1:001:0 0 0
>>>> dfeaaa00 4015787980 S Ci:1:000:0 s 80 06 0100 0000 0040 64 <
>>>> dfeaaa00 4015788288 C Ci:1:000:0 0 18 = 12010002 00000040 8217035d 27020102 0301
>>>> dfeaaa00 4015788298 S Co:1:001:0 s 23 03 0004 0002 0000 0
>>>> dfeaaa00 4015788304 C Co:1:001:0 0 0
>>>> dfeaa600 4015843951 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> dfeaa600 4015844159 C Ci:1:001:0 0 4 = 03051000
>>>> dfeaa600 4015899949 S Co:1:001:0 s 23 01 0014 0002 0000 0
>>>> dfeaa600 4015899959 C Co:1:001:0 0 0
>>>> dfeaa600 4015899963 S Co:1:000:0 s 00 05 005b 0000 0000 0
>>>> dfeaa600 4015900165 C Co:1:000:0 0 0
>>>> dfeaa600 4015919945 S Ci:1:091:0 s 80 06 0100 0000 0012 18 <
>>>> dfeaa600 4015920289 C Ci:1:091:0 0 18 = 12010002 00000040 8217035d 27020102 0301
>>>> dfeaa600 4015920302 S Ci:1:091:0 s 80 06 0200 0000 004e 78 <
>>>> dfeaa600 4015920536 C Ci:1:091:0 0 78 = 09024e00 030100e0 fa090400
>>>> 0002ff42 01000705 81020002 00070501 02000200
>>>> dfeaa600 4015920546 S Ci:1:091:0 s 80 06 0303 0409 00ff 255 <
>>>> dfeaa600 4015920662 C Ci:1:091:0 0 18 = 12033100 39003700 36003100 32003000 3200
>>>> dfeaa600 4015920670 S Co:1:091:0 s 00 09 0001 0000 0000 0
>>>> dfeaa600 4015921661 C Co:1:091:0 0 0
>>>> cca5f000 4015921771 S Bo:1:091:2 -115 31 = 55534243 0d000000 00100000
>>>> 80000a28 00000000 00000008 00000000 000000
>>>> cca5f000 4015925160 C Bo:1:091:2 0 31 >
>>>> dfeaa600 4015925218 S Bi:1:091:2 -115 4096 <
>>>> dfeaa600 4015929161 C Bi:1:091:2 -71 0
>>>> ebd7ef80 4015929201 S Co:1:001:0 s 23 03 0004 0002 0000 0
>>>> ebd7ef80 4015929206 C Co:1:001:0 0 0
>>>> ebd7ef80 4015983452 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> ebd7ef80 4015983660 C Ci:1:001:0 0 4 = 03051000
>>>> ebd7ef80 4016039450 S Co:1:001:0 s 23 01 0014 0002 0000 0
>>>> ebd7ef80 4016039459 C Co:1:001:0 0 0
>>>> ebd7ef80 4016039476 S Ci:1:000:0 s 80 06 0100 0000 0040 64 <
>>>> ebd7ef80 4016039783 C Ci:1:000:0 0 18 = 12010002 00000040 8217035d 27020102 0301
>>>> ebd7ef80 4016039795 S Co:1:001:0 s 23 03 0004 0002 0000 0
>>>> ebd7ef80 4016039799 C Co:1:001:0 0 0
>>>> ebd7ef80 4016095453 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> ebd7ef80 4016095652 C Ci:1:001:0 0 4 = 03051000
>>>> ebd7ef80 4016151442 S Co:1:001:0 s 23 01 0014 0002 0000 0
>>>> ebd7ef80 4016151451 C Co:1:001:0 0 0
>>>> ebd7ef80 4016151455 S Co:1:000:0 s 00 05 005b 0000 0000 0
>>>> ebd7ef80 4016151659 C Co:1:000:0 0 0
>>>> ebd7ef80 4016171449 S Ci:1:091:0 s 80 06 0100 0000 0012 18 <
>>>> ebd7ef80 4016171784 C Ci:1:091:0 0 18 = 12010002 00000040 8217035d 27020102 0301
>>>> ebd7ef80 4016171800 S Ci:1:091:0 s 80 06 0200 0000 004e 78 <
>>>> ebd7ef80 4016172031 C Ci:1:091:0 0 78 = 09024e00 030100e0 fa090400
>>>> 0002ff42 01000705 81020002 00070501 02000200
>>>> ebd7ef80 4016172042 S Ci:1:091:0 s 80 06 0303 0409 00ff 255 <
>>>> ebd7ef80 4016172279 C Ci:1:091:0 0 18 = 12033100 39003700 36003100 32003000 3200
>>>> ebd7ef80 4016172289 S Co:1:091:0 s 00 09 0001 0000 0000 0
>>>> ebd7ef80 4016173280 C Co:1:091:0 0 0
>>>> cca5f000 4016173372 S Bo:1:091:2 -115 31 = 55534243 0e000000 00100000
>>>> 80000a28 00000000 00000008 00000000 000000
>>>> cca5f000 4016173904 C Bo:1:091:2 0 31 >
>>>> dfeaaa00 4016173929 S Bi:1:091:2 -115 4096 <
>>>> e354dd00 4016653576 S Ci:1:091:0 s 80 06 0300 0000 0100 256 <
>>>> e354dd00 4016653894 C Ci:1:091:0 0 4 = 04030904
>>>> e354dd00 4016653944 S Ci:1:091:0 s 80 06 0303 0409 0100 256 <
>>>> e354dd00 4016654145 C Ci:1:091:0 0 18 = 12033100 39003700 36003100 32003000 3200
>>>> e354d080 4016654280 S Bi:1:091:1 -115 24 <
>>>> dfeaaf00 4016654330 S Bo:1:091:1 -115 24 = 434e584e 00000001 00100000
>>>> 07000000 32020000 bcb1a7b1
>>>> dfeaaf00 4016654395 C Bo:1:091:1 0 24 >
>>>> dfeaa380 4016654439 S Bo:1:091:1 -115 7 = 686f7374 3a3a00
>>>> dfeaa380 4016654769 C Bo:1:091:1 0 7 >
>>>> e354d080 4016656019 C Bi:1:091:1 0 24 = 434e584e 00000001 00100000
>>>> 09000000 e4020000 bcb1a7b1
>>>> e354d080 4016656062 S Bi:1:091:1 -115 9 <
>>>> e354d080 4016656269 C Bi:1:091:1 0 9 = 64657669 63653a3a 00
>>>> e354d080 4016656312 S Bi:1:091:1 -115 24 <
>>>> f70ae400 4019832961 C Ii:1:001:1 0:2048 2 = 0400
>>>> f70ae400 4019832969 S Ii:1:001:1 -115:2048 4 <
>>>> d51c1980 4019833060 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> d51c1980 4019833067 C Ci:1:001:0 0 4 = 00010100
>>>> d51c1980 4019833076 S Co:1:001:0 s 23 01 0010 0002 0000 0
>>>> d51c1980 4019833080 C Co:1:001:0 0 0
>>>> e354d080 4019833198 C Bi:1:091:1 -108 0
>>>> dfeaaa00 4019836823 C Bi:1:091:2 -71 0
>>>> ed991e00 4019845049 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> ed991e00 4019845055 C Ci:1:001:0 0 4 = 00010000
>>>> e376aa00 4019875454 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e376aa00 4019875463 C Ci:1:001:0 0 4 = 00010000
>>>> e9234480 4019907445 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e9234480 4019907454 C Ci:1:001:0 0 4 = 00010000
>>>> ca6f7980 4019939449 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> ca6f7980 4019939457 C Ci:1:001:0 0 4 = 00010000
>>>> e0f6c400 4019971605 S Ci:1:001:0 s a3 00 0000 0002 0004 4 <
>>>> e0f6c400 4019971614 C Ci:1:001:0 0 4 = 00010000
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-usb" in
>>>> the body of a message to majordomo@xxxxxxxxxxxxxxx
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux