[U-Boot] ERROR: CTL:TIMEOUT - USB porting issue for UBoot on TEngine/SH7727

thaoth thaoth at cybersoft-vn.com
Wed Sep 10 13:45:31 CEST 2008


Hi,

I am porting UBoot on TEngine/SH7727 and has an USB issue. Here is an error
message:

ERROR: CTL:TIMEOUT
USB device not responding, giving up (status=20)
3 USB Device(s) found
       scanning bus for storage devices... 
0 Storage Device(s) found

For detail, TEngine/SH7727 has one USB host controller, when I plugged USB
Flash Memory there were 3 devices. And No unplugged USB device, they said 2
devices.

=> usb info
1: Hub,  USB Revision 1.10
 -  OHCI Root Hub
 - Class: Hub
 - PacketSize: 8  Configurations: 1
 - Vendor: 0x0000  Product 0x0000 Version 0.0
   Configuration: 1
   - Interfaces: 1 Self Powered 0mA
     Interface: 0
     - Alternate Setting 0, Endpoints: 1
     - Class Hub
     - Endpoint 1 In Interrupt MaxPacket 2 Interval 255ms

   Configuration: 0
   - Interfaces: 0 Bus Powered 0mA

   Configuration: 0
   - Interfaces: 0 Bus Powered 0mA

The problem sounded USB host controller driver could work well but
submit_common_msg couldn't get description of USB flash memory device and it
said "No storage device".

Here is configuration of USB on UBoot

/* USB Mass Storage Support*/
#define CONFIG_CMD_USB
#define CONFIG_USB_OHCI_NEW	1
#define CONFIG_USB_STORAGE	1

#define CFG_USB_OHCI_REGS_BASE	0xA4000400
#define CFG_USB_OHCI_SLOT_NAME	"s3c2400"
#define CFG_USB_OHCI_MAX_ROOT_PORTS	15

Could I have help? Please tell me if you had this issue before. Thank you
for your helping. =)

Here is a log data

=> usb start
(Re)start USB...
USB:   INFO: aligned ghcca 8e01ad00
DEBUG: hc_reset

DEBUG: USB HC reset_hc usb-s3c2400: ctrl = 0x0 ;

DEBUG: OHCI controller usb-s3c2400 state
DEBUG: control: 0x0000008f HCFS=operational IE PLE CBSR=3
DEBUG: cmdstatus: 0x00000000 SOC=0
DEBUG: intrstatus: 0x00000004 SF
DEBUG: intrenable: 0x00000053 RHSC UE WDH SO
DEBUG: hcca frame #001a
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000100 PPS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
scanning bus for devices... New Device 0
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0
length 0
x8
INFO: submit_control_msg
DEBUG: SUB URB:[  75] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000

DEBUG: SUB(rh) URB:[  7e] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
INFO: Root-Hub: adr:  0 cmd(8): 00000680 0100 0000 0008
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[  a1] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x0
usb_ohci.c: cmd(8): 80 06 00 01 00 00 08 00
usb_ohci.c: data(0/8):
set address 1
usb_control_msg: request: 0x5, requesttype: 0x0, value 0x1 index 0x0 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[  b8] dev: 0,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 00 05 01 00 00 00 00 00

DEBUG: SUB(rh) URB:[  c5] dev: 0,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 00 05 01 00 00 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000500 0001 0000 0000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[  ec] dev: 0,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 00 05 01 00 00 00 00 00
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0
length 0
x12
INFO: submit_control_msg
DEBUG: SUB URB:[ 10e] dev: 1,ep: 0-I,type:CTRL,len:0/18 stat:0x80000000

DEBUG: SUB(rh) URB:[ 117] dev: 1,ep: 0-I,type:CTRL,len:0/18 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 00000680 0100 0000 0012
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 13a] dev: 1,ep: 0-I,type:CTRL,len:0/18 stat:0x0
usb_ohci.c: cmd(8): 80 06 00 01 00 00 12 00
usb_ohci.c: data(0/18):
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x200 index 0x0
length 0
x8
INFO: submit_control_msg
DEBUG: SUB URB:[ 150] dev: 1,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000

DEBUG: SUB(rh) URB:[ 15a] dev: 1,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 00000680 0200 0000 0008
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 17c] dev: 1,ep: 0-I,type:CTRL,len:0/8 stat:0x0
usb_ohci.c: cmd(8): 80 06 00 02 00 00 08 00
usb_ohci.c: data(0/8):
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x200 index 0x0
length 0
x19
INFO: submit_control_msg
DEBUG: SUB URB:[ 193] dev: 1,ep: 0-I,type:CTRL,len:0/25 stat:0x80000000

DEBUG: SUB(rh) URB:[ 19c] dev: 1,ep: 0-I,type:CTRL,len:0/25 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 00000680 0200 0000 0019
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 1bf] dev: 1,ep: 0-I,type:CTRL,len:0/25 stat:0x0
usb_ohci.c: cmd(8): 80 06 00 02 00 00 19 00
usb_ohci.c: data(0/25):
get_conf_no 0 Result 25, wLength 25
if 0, ep 0
##EP epmaxpacketin[1] = 2
set configuration 1
usb_control_msg: request: 0x9, requesttype: 0x0, value 0x1 index 0x0 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[ 1de] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 00 09 01 00 00 00 00 00

DEBUG: SUB(rh) URB:[ 1eb] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 00 09 01 00 00 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000900 0001 0000 0000
INFO: WR:status  0x10000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 214] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 00 09 01 00 00 00 00 00
new device strings: Mfr=0, Product=1, SerialNumber=0
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x300 index 0x0
length 0
xFF
INFO: submit_control_msg
DEBUG: SUB URB:[ 22d] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x80000000

DEBUG: SUB(rh) URB:[ 236] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 00000680 0300 0000 00ff
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 259] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x0
usb_ohci.c: cmd(8): 80 06 00 03 00 00 ff 00
usb_ohci.c: data(0/255):
USB device number 1 default language ID 0x409
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x301 index 0x409
length
 0xFF
INFO: submit_control_msg
DEBUG: SUB URB:[ 275] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x80000000

DEBUG: SUB(rh) URB:[ 27e] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 00000680 0301 0409 00ff
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 2a1] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x0
usb_ohci.c: cmd(8): 80 06 01 03 09 04 ff 00
usb_ohci.c: data(0/255):
Manufacturer
Product      OHCI Root Hub
SerialNumber
USB hub found
usb_control_msg: request: 0x6, requesttype: 0xA0, value 0x2900 index 0x0
length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[ 2be] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[ 2c7] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000006a0 2900 0000 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 2ea] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a0 06 00 29 00 00 04 00
usb_ohci.c: data(0/4):
usb_control_msg: request: 0x6, requesttype: 0xA0, value 0x2900 index 0x0
length
0x9
INFO: submit_control_msg
DEBUG: SUB URB:[ 300] dev: 1,ep: 0-I,type:CTRL,len:0/9 stat:0x80000000

DEBUG: SUB(rh) URB:[ 30a] dev: 1,ep: 0-I,type:CTRL,len:0/9 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000006a0 2900 0000 0009
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 32c] dev: 1,ep: 0-I,type:CTRL,len:0/9 stat:0x0
usb_ohci.c: cmd(8): a0 06 00 29 00 00 09 00
usb_ohci.c: data(0/9):
2 ports detected
ganged power switching
standalone hub
no over-current protection
power on to power good time: 4ms
hub controller current requirement: 0mA
port 1 is removable
port 2 is removable
usb_control_msg: request: 0x0, requesttype: 0xA0, value 0x0 index 0x0 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[ 354] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[ 35d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a0 0000 0000 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 380] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a0 00 00 00 00 00 04 00
usb_ohci.c: data(0/4):
get_hub_status returned status 0, change 0
local power source is good
no over-current condition exists
enabling power on all ports
usb_control_msg: request: 0x3, requesttype: 0x23, value 0x8 index 0x1 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[ 3a2] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 08 00 01 00 00 00

DEBUG: SUB(rh) URB:[ 3af] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 08 00 01 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000323 0008 0001 0000
INFO: WR:portstatus[0]    0x100
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 45e] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 03 08 00 01 00 00 00
port 1 returns 0
usb_control_msg: request: 0x3, requesttype: 0x23, value 0x8 index 0x2 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[ 479] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 08 00 02 00 00 00

DEBUG: SUB(rh) URB:[ 486] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 08 00 02 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000323 0008 0002 0000
INFO: WR:portstatus[1]    0x100
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 536] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 03 08 00 02 00 00 00
port 2 returns 0
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[ 551] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[ 55a] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0001 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 57d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 01 00 04 00
usb_ohci.c: data(0/4):
Port 1 Status 101 Change 1
port 1 connection change
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[ 597] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[ 5a1] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0001 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 5c3] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 01 00 04 00
usb_ohci.c: data(0/4):
portstatus 101, change 1, High Speed
usb_control_msg: request: 0x1, requesttype: 0x23, value 0x10 index 0x1
length 0x
0
INFO: submit_control_msg
DEBUG: SUB URB:[ 5dd] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 10 00 01 00 00 00

DEBUG: SUB(rh) URB:[ 5ea] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 10 00 01 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000123 0010 0001 0000
INFO: WR:portstatus[0]  0x10000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000101 PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 613] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 01 10 00 01 00 00 00
hub_port_reset: resetting port 0...
usb_control_msg: request: 0x3, requesttype: 0x23, value 0x4 index 0x1 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[ 736] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 04 00 01 00 00 00

DEBUG: SUB(rh) URB:[ 743] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 04 00 01 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000323 0004 0001 0000
INFO: WR:portstatus[0]     0x10
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00130100 PRSC PESC CSC PPS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 76d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 03 04 00 01 00 00 00
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[ 88d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[ 896] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0001 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00130301 PRSC PESC CSC LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 8ba] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 01 00 04 00
usb_ohci.c: data(0/4):
portstatus 301, change 13, Low Speed
STAT_C_CONNECTION = 1 STAT_CONNECTION = 1  USB_PORT_STAT_ENABLE 0
cannot reset port 1!?
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x2 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[ 8db] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[ 8e5] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0002 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00130301 PRSC PESC CSC LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 909] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 02 00 04 00
usb_ohci.c: data(0/4):
Port 2 Status 101 Change 1
port 2 connection change
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x2 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[ 924] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[ 92d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0002 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00130301 PRSC PESC CSC LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[ 951] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 02 00 04 00
usb_ohci.c: data(0/4):
portstatus 101, change 1, High Speed
usb_control_msg: request: 0x1, requesttype: 0x23, value 0x10 index 0x2
length 0x
0
INFO: submit_control_msg
DEBUG: SUB URB:[ 96a] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 10 00 02 00 00 00

DEBUG: SUB(rh) URB:[ 978] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 10 00 02 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000123 0010 0002 0000
INFO: WR:portstatus[1]  0x10000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00130301 PRSC PESC CSC LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00000101 PPS CCS
DEBUG: RET(rh) URB:[ 9a2] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 01 10 00 02 00 00 00
hub_port_reset: resetting port 1...
usb_control_msg: request: 0x3, requesttype: 0x23, value 0x4 index 0x2 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[ ac5] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 04 00 02 00 00 00

DEBUG: SUB(rh) URB:[ ad2] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 04 00 02 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000323 0004 0002 0000
INFO: WR:portstatus[1]     0x10
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00130301 PRSC PESC CSC LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00100103 PRSC PPS PES CCS
DEBUG: RET(rh) URB:[ afd] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 03 04 00 02 00 00 00
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x2 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[ c1d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[ c26] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0002 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00130301 PRSC PESC CSC LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00100103 PRSC PPS PES CCS
DEBUG: RET(rh) URB:[ c4a] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 02 00 04 00
usb_ohci.c: data(0/4):
portstatus 103, change 10, High Speed
STAT_C_CONNECTION = 0 STAT_CONNECTION = 1  USB_PORT_STAT_ENABLE 1
usb_control_msg: request: 0x1, requesttype: 0x23, value 0x14 index 0x2
length 0x
0
INFO: submit_control_msg
DEBUG: SUB URB:[ c6a] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 14 00 02 00 00 00

DEBUG: SUB(rh) URB:[ c77] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 14 00 02 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000123 0014 0002 0000
INFO: WR:portstatus[1] 0x100000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00130301 PRSC PESC CSC LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00000103 PPS PES CCS
DEBUG: RET(rh) URB:[ ca2] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 01 14 00 02 00 00 00
New Device 1
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0
length 0
x8
INFO: submit_control_msg
DEBUG: SUB URB:[ dc3] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
DEBUG: SUB URB:[ dca] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
hc_interrupt regs->intrstatus=68;regs->intrenable=83;ints=64
submit_common_msg hc_interrupt():stat = 255
DEBUG: %
hc_interrupt regs->intrstatus=6;regs->intrenable=83;ints=2
DEBUG: dl_done_list: processing TD 1, len 3

DEBUG: dl_done_list: processing TD 2, len 3

submit_common_msg hc_interrupt():stat = 0
DEBUG: RET(ctlr) URB:[ df0] dev: 0,ep: 0-I,type:CTRL,len:8/8 stat:0x0
set address 2
usb_control_msg: request: 0x5, requesttype: 0x0, value 0x2 index 0x0 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[ e01] dev: 0,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 00 05 02 00 00 00 00 00
DEBUG: SUB URB:[ e0c] dev: 0,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 00 05 02 00 00 00 00 00
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
hc_interrupt regs->intrstatus=6;regs->intrenable=83;ints=2
DEBUG: dl_done_list: processing TD 1, len 2

submit_common_msg hc_interrupt():stat = 0
DEBUG: RET(ctlr) URB:[ e2e] dev: 0,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 00 05 02 00 00 00 00 00
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0
length 0
x12
INFO: submit_control_msg
DEBUG: SUB URB:[ e50] dev: 2,ep: 0-I,type:CTRL,len:0/18 stat:0x80000000
DEBUG: SUB URB:[ e57] dev: 2,ep: 0-I,type:CTRL,len:0/18 stat:0x80000000
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
hc_interrupt regs->intrstatus=6;regs->intrenable=83;ints=2
DEBUG: dl_done_list: processing TD 1, len 3

DEBUG: dl_done_list: processing TD 2, len 3

submit_common_msg hc_interrupt():stat = 0
DEBUG: %
hc_interrupt regs->intrstatus=6;regs->intrenable=83;ints=2
submit_common_msg hc_interrupt():stat = 0
DEBUG: RET(ctlr) URB:[ e87] dev: 2,ep: 0-I,type:CTRL,len:18/18 stat:0x0
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x200 index 0x0
length 0
x8
INFO: submit_control_msg
DEBUG: SUB URB:[ e98] dev: 2,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
DEBUG: SUB URB:[ e9f] dev: 2,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
hc_interrupt regs->intrstatus=6;regs->intrenable=83;ints=2
DEBUG: dl_done_list: processing TD 1, len 3

DEBUG: dl_done_list: processing TD 2, len 3

submit_common_msg hc_interrupt():stat = 0
DEBUG: RET(ctlr) URB:[ ec2] dev: 2,ep: 0-I,type:CTRL,len:8/8 stat:0x0
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x200 index 0x0
length 0
x20
INFO: submit_control_msg
DEBUG: SUB URB:[ ed2] dev: 2,ep: 0-I,type:CTRL,len:0/32 stat:0x80000000
DEBUG: SUB URB:[ ed9] dev: 2,ep: 0-I,type:CTRL,len:0/32 stat:0x80000000
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
hc_interrupt regs->intrstatus=6;regs->intrenable=83;ints=2
DEBUG: dl_done_list: processing TD 1, len 3

submit_common_msg hc_interrupt():stat = 0
DEBUG: %
hc_interrupt regs->intrstatus=6;regs->intrenable=83;ints=2
DEBUG: dl_done_list: processing TD 2, len 3

submit_common_msg hc_interrupt():stat = 0
DEBUG: RET(ctlr) URB:[ f09] dev: 2,ep: 0-I,type:CTRL,len:32/32 stat:0x0
get_conf_no 0 Result 32, wLength 32
if 0, ep 0
if 0, ep 1
##EP epmaxpacketin[1] = 64


U-Boot 1.3.4-00404-gab00e7a-dirty (Sep 10 2008 - 16:30:38)

CPU: SH3
BOARD: Hitachi UL MS7720SE
DRAM:  32MB
FLASH: 8MB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
====================================================

      T-Engine(MS7727CP01) DownLoader Ver1.8L

----------------------------------------------------
====================================================

                   H[elp] for help messages...
Ready>fl 0

SH7727 Flash Memory Change Value!
Flash Memory data copy to RAM
Please Send A S-format Record

Start Addrs = 00000000
End   Addrs = 0001B12F

Transfer complete
Flash chip erase: complete
Program :complete
Flash write complete
Ready>

U-Boot 1.3.4-00404-gab00e7a-dirty (Sep 10 2008 - 16:30:38)

CPU: SH3
BOARD: Hitachi UL MS7720SE
DRAM:  32MB
FLASH: 8MB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
=> usb start
(Re)start USB...
USB:   INFO: aligned ghcca 8e01ad00
DEBUG: hc_reset



U-Boot 1.3.4-00404-gab00e7a-dirty (Sep 10 2008 - 16:30:38)

CPU: SH3
BOARD: Hitachi UL MS7720SE
DRAM:  32MB
FLASH: 8MB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
=> usb start
(Re)start USB...
USB:   INFO: aligned ghcca 8e01ad00
DEBUG: hc_reset



U-Boot 1.3.4-00404-gab00e7a-dirty (Sep 10 2008 - 16:30:38)

CPU: SH3
BOARD: Hitachi UL MS7720SE
DRAM:  32MB
FLASH: 8MB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
=>
====================================================

      T-Engine(MS7727CP01) DownLoader Ver1.8L

----------------------------------------------------
====================================================

                   H[elp] for help messages...
Ready>fl 0

SH7727 Flash Memory Change Value!
Flash Memory data copy to RAM
Please Send A S-format Record

Start Addrs = 00000000
End   Addrs = 0001B12F

Transfer complete
Flash chip erase: complete
Program :complete
Flash write complete
Ready>*!Tb

U-Boot 1.3.4-00404-gab00e7a-dirty (Sep 10 2008 - 16:30:38)

CPU: SH3
BOARD: Hitachi UL MS7720SE
DRAM:  32MB
FLASH: 8MB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
=> usb start
(Re)start USB...
USB:   INFO: aligned ghcca 8e01ad00
DEBUG: hc_reset

DEBUG: USB HC reset_hc usb-s3c2400: ctrl = 0x0 ;

DEBUG: OHCI controller usb-s3c2400 state
DEBUG: control: 0x0000008f HCFS=operational IE PLE CBSR=3
DEBUG: cmdstatus: 0x00000000 SOC=0
DEBUG: intrstatus: 0x00000004 SF
DEBUG: intrenable: 0x00000053 RHSC UE WDH SO
DEBUG: hcca frame #000d
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000100 PPS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
scanning bus for devices... New Device 0
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0
length 0
x8
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
INFO: Root-Hub: adr:  0 cmd(8): 00000680 0100 0000 0008
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000100 PPS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x0
usb_ohci.c: cmd(8): 80 06 00 01 00 00 08 00
usb_ohci.c: data(0/8):
set address 1
usb_control_msg: request: 0x5, requesttype: 0x0, value 0x1 index 0x0 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 0,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 00 05 01 00 00 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 0,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 00 05 01 00 00 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000500 0001 0000 0000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 0,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 00 05 01 00 00 00 00 00
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0
length 0
x12
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/18 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/18 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 00000680 0100 0000 0012
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/18 stat:0x0
usb_ohci.c: cmd(8): 80 06 00 01 00 00 12 00
usb_ohci.c: data(0/18):
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x200 index 0x0
length 0
x8
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 00000680 0200 0000 0008
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/8 stat:0x0
usb_ohci.c: cmd(8): 80 06 00 02 00 00 08 00
usb_ohci.c: data(0/8):
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x200 index 0x0
length 0
x19
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/25 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/25 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 00000680 0200 0000 0019
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/25 stat:0x0
usb_ohci.c: cmd(8): 80 06 00 02 00 00 19 00
usb_ohci.c: data(0/25):
get_conf_no 0 Result 25, wLength 25
if 0, ep 0
##EP epmaxpacketin[1] = 2
set configuration 1
usb_control_msg: request: 0x9, requesttype: 0x0, value 0x1 index 0x0 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 00 09 01 00 00 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 00 09 01 00 00 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000900 0001 0000 0000
INFO: WR:status  0x10000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 00 09 01 00 00 00 00 00
new device strings: Mfr=0, Product=1, SerialNumber=0
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x300 index 0x0
length 0
xFF
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 00000680 0300 0000 00ff
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x0
usb_ohci.c: cmd(8): 80 06 00 03 00 00 ff 00
usb_ohci.c: data(0/255):
USB device number 1 default language ID 0x409
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x301 index 0x409
length
 0xFF
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 00000680 0301 0409 00ff
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/255 stat:0x0
usb_ohci.c: cmd(8): 80 06 01 03 09 04 ff 00
usb_ohci.c: data(0/255):
Manufacturer
Product      OHCI Root Hub
SerialNumber
USB hub found
usb_control_msg: request: 0x6, requesttype: 0xA0, value 0x2900 index 0x0
length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000006a0 2900 0000 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a0 06 00 29 00 00 04 00
usb_ohci.c: data(0/4):
usb_control_msg: request: 0x6, requesttype: 0xA0, value 0x2900 index 0x0
length
0x9
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/9 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/9 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000006a0 2900 0000 0009
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/9 stat:0x0
usb_ohci.c: cmd(8): a0 06 00 29 00 00 09 00
usb_ohci.c: data(0/9):
2 ports detected
ganged power switching
standalone hub
no over-current protection
power on to power good time: 4ms
hub controller current requirement: 0mA
port 1 is removable
port 2 is removable
usb_control_msg: request: 0x0, requesttype: 0xA0, value 0x0 index 0x0 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a0 0000 0000 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a0 00 00 00 00 00 04 00
usb_ohci.c: data(0/4):
get_hub_status returned status 0, change 0
local power source is good
no over-current condition exists
enabling power on all ports
usb_control_msg: request: 0x3, requesttype: 0x23, value 0x8 index 0x1 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 08 00 01 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 08 00 01 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000323 0008 0001 0000
INFO: WR:portstatus[0]    0x100
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 03 08 00 01 00 00 00
port 1 returns 0
usb_control_msg: request: 0x3, requesttype: 0x23, value 0x8 index 0x2 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 08 00 02 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 08 00 02 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000323 0008 0002 0000
INFO: WR:portstatus[1]    0x100
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 03 08 00 02 00 00 00
port 2 returns 0
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0001 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 01 00 04 00
usb_ohci.c: data(0/4):
Port 1 Status 101 Change 1
port 1 connection change
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0001 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00010101 CSC PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 01 00 04 00
usb_ohci.c: data(0/4):
portstatus 101, change 1, High Speed
usb_control_msg: request: 0x1, requesttype: 0x23, value 0x10 index 0x1
length 0x
0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 10 00 01 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 10 00 01 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000123 0010 0001 0000
INFO: WR:portstatus[0]  0x10000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000101 PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 01 10 00 01 00 00 00
hub_port_reset: resetting port 0...
usb_control_msg: request: 0x3, requesttype: 0x23, value 0x4 index 0x1 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 04 00 01 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 04 00 01 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000323 0004 0001 0000
INFO: WR:portstatus[0]     0x10
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000311 LSDA PPS PRS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 03 04 00 01 00 00 00
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x1 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0001 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00100303 PRSC LSDA PPS PES CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 01 00 04 00
usb_ohci.c: data(0/4):
portstatus 303, change 10, Low Speed
STAT_C_CONNECTION = 0 STAT_CONNECTION = 1  USB_PORT_STAT_ENABLE 1
usb_control_msg: request: 0x1, requesttype: 0x23, value 0x14 index 0x1
length 0x
0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 14 00 01 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 14 00 01 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000123 0014 0001 0000
INFO: WR:portstatus[0] 0x100000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000303 LSDA PPS PES CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 01 14 00 01 00 00 00
New Device 1
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0
length 0
x8
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
DEBUG: SUB URB:[   d] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
hc_interrupt regs->intrstatus=68;regs->intrenable=83;ints=64
submit_common_msg hc_interrupt():stat = 255
DEBUG: %
hc_interrupt regs->intrstatus=6;regs->intrenable=83;ints=2
submit_common_msg hc_interrupt():stat = 0
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
ERROR: CTL:TIMEOUT
DEBUG: submit_common_msg: TO status ff

DEBUG: RET(ctlr) URB:[   d] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x20

      USB device not responding, giving up (status=20)
hub: disabling port 1
usb_control_msg: request: 0x1, requesttype: 0x23, value 0x1 index 0x1 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 01 00 01 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 01 00 01 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000123 0001 0001 0000
INFO: WR:portstatus[0]      0x1
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000301 LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 01 01 00 01 00 00 00
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x2 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0002 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000301 LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 02 00 04 00
usb_ohci.c: data(0/4):
Port 2 Status 101 Change 1
port 2 connection change
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x2 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0002 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000301 LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00010101 CSC PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 02 00 04 00
usb_ohci.c: data(0/4):
portstatus 101, change 1, High Speed
usb_control_msg: request: 0x1, requesttype: 0x23, value 0x10 index 0x2
length 0x
0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 10 00 02 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 10 00 02 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000123 0010 0002 0000
INFO: WR:portstatus[1]  0x10000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000301 LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00000101 PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 01 10 00 02 00 00 00
hub_port_reset: resetting port 1...
usb_control_msg: request: 0x3, requesttype: 0x23, value 0x4 index 0x2 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 04 00 02 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 03 04 00 02 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000323 0004 0002 0000
INFO: WR:portstatus[1]     0x10
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000301 LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00000111 PPS PRS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 03 04 00 02 00 00 00
usb_control_msg: request: 0x0, requesttype: 0xA3, value 0x0 index 0x2 length
0x4
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x80000000
INFO: Root-Hub: adr:  1 cmd(8): 000000a3 0000 0002 0004
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000301 LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00100103 PRSC PPS PES CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-I,type:CTRL,len:0/4 stat:0x0
usb_ohci.c: cmd(8): a3 00 00 00 02 00 04 00
usb_ohci.c: data(0/4):
portstatus 103, change 10, High Speed
STAT_C_CONNECTION = 0 STAT_CONNECTION = 1  USB_PORT_STAT_ENABLE 1
usb_control_msg: request: 0x1, requesttype: 0x23, value 0x14 index 0x2
length 0x
0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 14 00 02 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 14 00 02 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000123 0014 0002 0000
INFO: WR:portstatus[1] 0x100000
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000301 LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00000103 PPS PES CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 01 14 00 02 00 00 00
New Device 2
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0
length 0
x8
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
DEBUG: SUB URB:[   d] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x80000000
hc_interrupt regs->intrstatus=68;regs->intrenable=83;ints=64
submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
DEBUG: %
DEBUG: hc_interrupt: returning..

submit_common_msg hc_interrupt():stat = 255
ERROR: CTL:TIMEOUT
DEBUG: submit_common_msg: TO status ff

DEBUG: RET(ctlr) URB:[   d] dev: 0,ep: 0-I,type:CTRL,len:0/8 stat:0x20

      USB device not responding, giving up (status=20)
hub: disabling port 2
usb_control_msg: request: 0x1, requesttype: 0x23, value 0x1 index 0x2 length
0x0
INFO: submit_control_msg
DEBUG: SUB URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 01 00 02 00 00 00

DEBUG: SUB(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x80000000
usb_ohci.c: cmd(8): 23 01 01 00 02 00 00 00
INFO: Root-Hub: adr:  1 cmd(8): 00000123 0001 0002 0000
INFO: WR:portstatus[1]      0x1
DEBUG: roothub.a: 02001202 POTPGT=2 NOCP NPS NDP=2
DEBUG: roothub.b: 00000000 PPCM=0000 DR=0000
DEBUG: roothub.status: 00000000
DEBUG: roothub.portstatus [0] = 0x00000301 LSDA PPS CCS
DEBUG: roothub.portstatus [1] = 0x00000101 PPS CCS
DEBUG: RET(rh) URB:[   d] dev: 1,ep: 0-O,type:CTRL,len:0/0 stat:0x0
usb_ohci.c: cmd(8): 23 01 01 00 02 00 00 00
3 USB Device(s) found
       scanning bus for storage devices... Storage Device(s) found

Thank you a lot.
Best regards,
-- 
View this message in context: http://www.nabble.com/ERROR%3A-CTL%3ATIMEOUT---USB-porting-issue-for-UBoot-on-TEngine-SH7727-tp19411807p19411807.html
Sent from the Uboot - Users mailing list archive at Nabble.com.



More information about the U-Boot mailing list