Hi, i'm having problems with the usb ports of my HG553 (bcm63xx), looks like a common problem with this and similar models, 1 port is working at usb 1.1 and the other one is unresponsive, i have tried a lot of revisions (even an early backtrack beta) and always have the same results, i found a partial source of the original firmware and all "seems" correct (interrupts, usb host registers, etc), here is the output of a trunk revision compiled with USB_CONFIG_DEBUG, looks like there is a problem with ehci drivers:
root@OpenWrt:/# dmesg | grep usb
[ 11.476000] usbcore: registered new interface driver usbfs
[ 11.480000] usbcore: registered new interface driver hub
[ 11.492000] usbcore: registered new device driver usb
[ 13.616000] drivers/usb/core/inode.c: creating file 'devices'
[ 13.620000] drivers/usb/core/inode.c: creating file '001'
[ 13.676000] usb usb1: default language 0x0409
[ 13.676000] usb usb1: udev 1, busnum 1, minor = 0
[ 13.676000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 13.680000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 13.688000] usb usb1: Product: BCM63XX integrated EHCI controller
[ 13.696000] usb usb1: Manufacturer: Linux 3.0.18 ehci_hcd
[ 13.700000] usb usb1: SerialNumber: bcm63xx
[ 13.708000] usb usb1: usb_probe_device
[ 13.708000] usb usb1: configuration #1 chosen from 1 choice
[ 13.708000] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 13.708000] hub 1-0:1.0: usb_probe_interface
[ 13.708000] hub 1-0:1.0: usb_probe_interface - got id
[ 13.716000] drivers/usb/core/inode.c: creating file '001'
[ 14.152000] drivers/usb/core/inode.c: creating file '002'
[ 14.228000] usb usb2: default language 0x0409
[ 14.228000] usb usb2: udev 1, busnum 2, minor = 128
[ 14.228000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 14.232000] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 14.240000] usb usb2: Product: BCM63XX integrated OHCI controller
[ 14.248000] usb usb2: Manufacturer: Linux 3.0.18 ohci_hcd
[ 14.252000] usb usb2: SerialNumber: bcm63xx
[ 14.260000] usb usb2: usb_probe_device
[ 14.260000] usb usb2: configuration #1 chosen from 1 choice
[ 14.260000] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 14.260000] hub 2-0:1.0: usb_probe_interface
[ 14.260000] hub 2-0:1.0: usb_probe_interface - got id
[ 14.268000] drivers/usb/core/inode.c: creating file '001'
root@OpenWrt:/# dmesg | grep hub
[ 11.480000] usbcore: registered new interface driver hub
[ 13.708000] hub 1-0:1.0: usb_probe_interface
[ 13.708000] hub 1-0:1.0: usb_probe_interface - got id
[ 13.708000] hub 1-0:1.0: USB hub found
[ 13.712000] hub 1-0:1.0: 2 ports detected
[ 13.716000] hub 1-0:1.0: standalone hub
[ 13.716000] hub 1-0:1.0: individual port power switching
[ 13.716000] hub 1-0:1.0: individual port over-current protection
[ 13.716000] hub 1-0:1.0: power on to power good time: 20ms
[ 13.716000] hub 1-0:1.0: local power source is good
[ 13.716000] hub 1-0:1.0: enabling power on all ports
[ 13.816000] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.a 02000202 POTPGT=2 NPS NDP=2(1)
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.b 00000000 PPCM=0000 DR=0000
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.status 00008000 DRWE
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.portstatus [0] 0x00000100 PPS
[ 14.260000] hub 2-0:1.0: usb_probe_interface
[ 14.260000] hub 2-0:1.0: usb_probe_interface - got id
[ 14.260000] hub 2-0:1.0: USB hub found
[ 14.264000] hub 2-0:1.0: 1 port detected
[ 14.268000] hub 2-0:1.0: standalone hub
[ 14.268000] hub 2-0:1.0: ganged power switching
[ 14.268000] hub 2-0:1.0: global over-current protection
[ 14.268000] hub 2-0:1.0: power on to power good time: 4ms
[ 14.268000] hub 2-0:1.0: local power source is good
[ 14.268000] hub 2-0:1.0: no over-current condition exists
[ 14.268000] hub 2-0:1.0: enabling power on all ports
[ 14.408000] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
root@OpenWrt:/# dmesg | grep ohci
[ 14.140000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 14.144000] ohci_hcd: block sizes: ed 64 td 64
[ 14.144000] bcm63xx_ohci bcm63xx_ohci.0: BCM63XX integrated OHCI controller
[ 14.152000] bcm63xx_ohci bcm63xx_ohci.0: new USB bus registered, assigned bus number 2
[ 14.160000] bcm63xx_ohci bcm63xx_ohci.0: irq 13, io mem 0xfffe1400
[ 14.168000] bcm63xx_ohci bcm63xx_ohci.0: created debug files
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: OHCI controller state
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: OHCI 1.0, NO legacy support registers
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: control 0x083 HCFS=operational CBSR=3
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: cmdstatus 0x00000 SOC=0
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: intrstatus 0x00000004 SF
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: intrenable 0x8000005a MIE RHSC UE RD WDH
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: hcca frame #0005
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.a 02000202 POTPGT=2 NPS NDP=2(1)
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.b 00000000 PPCM=0000 DR=0000
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.status 00008000 DRWE
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.portstatus [0] 0x00000100 PPS
[ 14.248000] usb usb2: Manufacturer: Linux 3.0.18 ohci_hcd
root@OpenWrt:/# dmesg | grep ehci
[ 13.604000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 13.612000] ehci_hcd: block sizes: qh 64 qtd 96 itd 160 sitd 96
[ 13.612000] bcm63xx_ehci bcm63xx_ehci.0: BCM63XX integrated EHCI controller
[ 13.620000] bcm63xx_ehci bcm63xx_ehci.0: new USB bus registered, assigned bus number 1
[ 13.628000] bcm63xx_ehci bcm63xx_ehci.0: park 0
[ 13.628000] bcm63xx_ehci bcm63xx_ehci.0: reset command 0080b02 park=3 ithresh=8 period=1024 Reset HALT
[ 13.628000] bcm63xx_ehci bcm63xx_ehci.0: ...powerdown ports...
[ 13.652000] bcm63xx_ehci bcm63xx_ehci.0: irq 18, io mem 0xfffe1300
[ 13.656000] bcm63xx_ehci bcm63xx_ehci.0: reset command 0080b02 park=3 ithresh=8 period=1024 Reset HALT
[ 13.656000] bcm63xx_ehci bcm63xx_ehci.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[ 13.668000] bcm63xx_ehci bcm63xx_ehci.0: USB 2.0 started, EHCI 1.00, overcurrent ignored
[ 13.696000] usb usb1: Manufacturer: Linux 3.0.18 ehci_hcd
root@OpenWrt:/# dmesg
[ 0.000000] Linux version 3.0.18 (max@max-desktop) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Thu Mar 15 16:44:18 CET 2012
[ 0.000000] Detected Broadcom 0x6358 CPU revision a1
[ 0.000000] CPU frequency is 300 MHz
[ 0.000000] 64MB of RAM installed
[ 0.000000] registering 40 GPIOs
[ 0.000000] board_bcm963xx: Boot address 0xbe000000
[ 0.000000] board_bcm963xx: CFE version: 100.48.56-48.46
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU revision is: 0002a010 (Broadcom BMIPS4350)
[ 0.000000] board_bcm963xx: board name: HW553
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 04000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Zone PFN ranges:
[ 0.000000] Normal 0x00000000 -> 0x00004000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x00004000
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat 8027b5d0, node_mem_map 81000000
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16256 pages, LIFO batch:3
[ 0.000000] Reserving 0MB of memory at 0MB for crashkernel
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Primary instruction cache 16kB, VIPT, 2-way, linesize 16 bytes.
[ 0.000000] Primary data cache 16kB, 2-way, VIPT, cache aliases, linesize 16 bytes
[ 0.000000] Memory: 62048k/65536k available (2115k kernel code, 3488k reserved, 363k data, 172k init, 0k highmem)
[ 0.000000] NR_IRQS:128
[ 0.000000] Calibrating delay loop... 299.26 BogoMIPS (lpj=598528)
[ 0.036000] pid_max: default: 32768 minimum: 301
[ 0.040000] Mount-cache hash table entries: 512
[ 0.052000] NET: Registered protocol family 16
[ 0.068000] registering PCI controller with io_map_base unset
[ 0.080000] bio: create slab <bio-0> at 0
[ 0.088000] pci 0000:00:01.0: [14e4:4318] type 0 class 0x000280
[ 0.092000] pci 0000:00:01.0: reg 10: [mem 0x00000000-0x00001fff]
[ 0.104000] pci 0000:00:01.0: BAR 0: assigned [mem 0x30000000-0x30001fff]
[ 0.108000] pci 0000:00:01.0: BAR 0: set to [mem 0x30000000-0x30001fff] (PCI address [0x30000000-0x30001fff])
[ 0.112000] Switching to clocksource MIPS
[ 0.124000] PCI: Enabling device 0000:00:01.0 (0000 -> 0002)
[ 0.132000] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 0.152000] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x0D, vendor 0x4243)
[ 0.152000] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x09, vendor 0x4243)
[ 0.152000] ssb: Core 2 found: PCI (cc 0x804, rev 0x0C, vendor 0x4243)
[ 0.152000] ssb: Core 3 found: PCMCIA (cc 0x80D, rev 0x07, vendor 0x4243)
[ 0.196000] ssb: Sonics Silicon Backplane found on PCI device 0000:00:01.0
[ 0.204000] NET: Registered protocol family 2
[ 0.208000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.216000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.224000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.232000] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.240000] TCP reno registered
[ 0.240000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.248000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.256000] NET: Registered protocol family 1
[ 0.260000] PCI: CLS 0 bytes, default 32
[ 0.264000] audit: initializing netlink socket (disabled)
[ 0.268000] type=2000 audit(0.268:1): initialized
[ 0.276000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.284000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.296000] msgmni has been set to 121
[ 0.300000] io scheduler noop registered
[ 0.304000] io scheduler deadline registered (default)
[ 0.308000] bcm63xx_uart.0: ttyS0 at MMIO 0xfffe0100 (irq = 10) is a bcm63xx_uart
[ 0.316000] console [ttyS0] enabled, bootconsole disabled
[ 0.332000] bcm963xx-flash bcm963xx-flash.0: 0x02000000 at 0x1e000000
[ 0.340000] bcm963xx: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x002101
[ 0.352000] bcm963xx: Found an alias at 0x1000000 for the chip at 0x0
[ 0.352000] Amd/Fujitsu Extended Query Table at 0x0040
[ 0.356000] Amd/Fujitsu Extended Query version 1.3.
[ 0.360000] number of CFI chips: 1
[ 0.364000] bcm963xx_flash: Read Signature value of CFE1CFE1
[ 0.372000] bcm963xx-flash bcm963xx-flash.0: CFE bootloader detected
[ 0.376000] bcm963xx_flash: CFE boot tag found with version 7 and board type HW553
[ 0.384000] bcm963xx_flash: Partition 0 is CFE offset 0 and length 20000
[ 0.392000] bcm963xx_flash: Partition 1 is kernel offset 20100 and length dff00
[ 0.400000] bcm963xx_flash: Partition 2 is rootfs offset 100000 and length ee0000
[ 0.408000] bcm963xx_flash: Partition 3 is nvram offset fe0000 and length 20000
[ 0.416000] bcm963xx_flash: Partition 4 is linux offset 20000 and length fc0000
[ 0.424000] bcm963xx_flash: Spare partition is 2a0000 offset and length d40000
[ 0.432000] Creating 5 MTD partitions on "bcm963xx":
[ 0.436000] 0x000000000000-0x000000020000 : "CFE"
[ 0.444000] 0x000000020100-0x000000100000 : "kernel"
[ 0.448000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[ 0.464000] 0x000000100000-0x000000fe0000 : "rootfs"
[ 0.476000] mtd: partition "rootfs" set to be root filesystem
[ 0.480000] mtd: partition "rootfs_data" created automatically, ofs=280000, len=D60000
[ 0.488000] 0x000000280000-0x000000fe0000 : "rootfs_data"
[ 0.500000] 0x000000fe0000-0x000001000000 : "nvram"
[ 0.508000] 0x000000020000-0x000000fe0000 : "linux"
[ 0.524000] bcm63xx_enet MII bus: probed
[ 0.532000] bcm63xx-wdt bcm63xx-wdt.0: started, timer margin: 30 sec
[ 0.540000] Registered led device: lan:red
[ 0.540000] Registered led device: lan:blue
[ 0.540000] Registered led device: adsl:red
[ 0.540000] Registered led device: adsl:blue
[ 0.544000] Registered led device: power:red
[ 0.544000] Registered led device: power:blue
[ 0.544000] Registered led device: wifi:red
[ 0.544000] Registered led device: internetkey:red
[ 0.544000] Registered led device: internetkey:blue
[ 0.548000] TCP westwood registered
[ 0.552000] NET: Registered protocol family 17
[ 0.556000] 802.1Q VLAN Support v1.8
[ 0.568000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[ 0.580000] Freeing unused kernel memory: 172k freed
[ 3.280000] eth1: link forced UP - 100/full - flow control off/off
[ 3.516000] roboswitch: Probing device eth0:
[ 3.520000] roboswitch: [/home/max/Desktop/openwrt/trunk/build_dir/linux-brcm63xx/kmod-switch/switch-robo.c:121] SIOCGETCPHYRD failed!
[ 3.532000] roboswitch: [/home/max/Desktop/openwrt/trunk/build_dir/linux-brcm63xx/kmod-switch/switch-robo.c:121] SIOCGETCPHYRD failed!
[ 3.544000] No Robo switch in managed mode found, phy_id = 0xffffffff
[ 3.552000] roboswitch: Probing device eth1: found a 5325! It's a 5350.
[ 9.640000] JFFS2 notice: (333) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 4 of xref (0 dead, 2 orphan) found.
[ 11.476000] usbcore: registered new interface driver usbfs
[ 11.480000] usbcore: registered new interface driver hub
[ 11.492000] usbcore: registered new device driver usb
[ 12.844000] wl: module license 'unspecified' taints kernel.
[ 12.848000] Disabling lock debugging due to kernel taint
[ 12.952000] SSB/BCMA glue driver successfully attached
[ 12.972000] Got version 2 SPROM from SSB
[ 12.980000] wl0: Broadcom BCM4318 802.11 Wireless Controller 5.10.56.27
[ 13.148000] Button Hotplug driver version 0.4.1
[ 13.200000] PPP generic driver version 2.4.2
[ 13.308000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 13.540000] NET: Registered protocol family 24
[ 13.604000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 13.612000] ehci_hcd: block sizes: qh 64 qtd 96 itd 160 sitd 96
[ 13.612000] bcm63xx_ehci bcm63xx_ehci.0: BCM63XX integrated EHCI controller
[ 13.616000] drivers/usb/core/inode.c: creating file 'devices'
[ 13.620000] drivers/usb/core/inode.c: creating file '001'
[ 13.620000] bcm63xx_ehci bcm63xx_ehci.0: new USB bus registered, assigned bus number 1
[ 13.628000] bcm63xx_ehci bcm63xx_ehci.0: park 0
[ 13.628000] bcm63xx_ehci bcm63xx_ehci.0: reset command 0080b02 park=3 ithresh=8 period=1024 Reset HALT
[ 13.628000] bcm63xx_ehci bcm63xx_ehci.0: ...powerdown ports...
[ 13.652000] bcm63xx_ehci bcm63xx_ehci.0: irq 18, io mem 0xfffe1300
[ 13.656000] bcm63xx_ehci bcm63xx_ehci.0: reset command 0080b02 park=3 ithresh=8 period=1024 Reset HALT
[ 13.656000] bcm63xx_ehci bcm63xx_ehci.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[ 13.668000] bcm63xx_ehci bcm63xx_ehci.0: USB 2.0 started, EHCI 1.00, overcurrent ignored
[ 13.676000] usb usb1: default language 0x0409
[ 13.676000] usb usb1: udev 1, busnum 1, minor = 0
[ 13.676000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 13.680000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 13.688000] usb usb1: Product: BCM63XX integrated EHCI controller
[ 13.696000] usb usb1: Manufacturer: Linux 3.0.18 ehci_hcd
[ 13.700000] usb usb1: SerialNumber: bcm63xx
[ 13.708000] usb usb1: usb_probe_device
[ 13.708000] usb usb1: configuration #1 chosen from 1 choice
[ 13.708000] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 13.708000] hub 1-0:1.0: usb_probe_interface
[ 13.708000] hub 1-0:1.0: usb_probe_interface - got id
[ 13.708000] hub 1-0:1.0: USB hub found
[ 13.712000] hub 1-0:1.0: 2 ports detected
[ 13.716000] hub 1-0:1.0: standalone hub
[ 13.716000] hub 1-0:1.0: individual port power switching
[ 13.716000] hub 1-0:1.0: individual port over-current protection
[ 13.716000] hub 1-0:1.0: power on to power good time: 20ms
[ 13.716000] hub 1-0:1.0: local power source is good
[ 13.716000] hub 1-0:1.0: enabling power on all ports
[ 13.716000] drivers/usb/core/inode.c: creating file '001'
[ 13.752000] nf_conntrack version 0.5.0 (972 buckets, 3888 max)
[ 13.816000] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 14.140000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 14.144000] ohci_hcd: block sizes: ed 64 td 64
[ 14.144000] bcm63xx_ohci bcm63xx_ohci.0: BCM63XX integrated OHCI controller
[ 14.152000] drivers/usb/core/inode.c: creating file '002'
[ 14.152000] bcm63xx_ohci bcm63xx_ohci.0: new USB bus registered, assigned bus number 2
[ 14.160000] bcm63xx_ohci bcm63xx_ohci.0: irq 13, io mem 0xfffe1400
[ 14.168000] bcm63xx_ohci bcm63xx_ohci.0: created debug files
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: OHCI controller state
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: OHCI 1.0, NO legacy support registers
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: control 0x083 HCFS=operational CBSR=3
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: cmdstatus 0x00000 SOC=0
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: intrstatus 0x00000004 SF
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: intrenable 0x8000005a MIE RHSC UE RD WDH
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: hcca frame #0005
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.a 02000202 POTPGT=2 NPS NDP=2(1)
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.b 00000000 PPCM=0000 DR=0000
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.status 00008000 DRWE
[ 14.228000] bcm63xx_ohci bcm63xx_ohci.0: roothub.portstatus [0] 0x00000100 PPS
[ 14.228000] usb usb2: default language 0x0409
[ 14.228000] usb usb2: udev 1, busnum 2, minor = 128
[ 14.228000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 14.232000] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 14.240000] usb usb2: Product: BCM63XX integrated OHCI controller
[ 14.248000] usb usb2: Manufacturer: Linux 3.0.18 ohci_hcd
[ 14.252000] usb usb2: SerialNumber: bcm63xx
[ 14.260000] usb usb2: usb_probe_device
[ 14.260000] usb usb2: configuration #1 chosen from 1 choice
[ 14.260000] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 14.260000] hub 2-0:1.0: usb_probe_interface
[ 14.260000] hub 2-0:1.0: usb_probe_interface - got id
[ 14.260000] hub 2-0:1.0: USB hub found
[ 14.264000] hub 2-0:1.0: 1 port detected
[ 14.268000] hub 2-0:1.0: standalone hub
[ 14.268000] hub 2-0:1.0: ganged power switching
[ 14.268000] hub 2-0:1.0: global over-current protection
[ 14.268000] hub 2-0:1.0: power on to power good time: 4ms
[ 14.268000] hub 2-0:1.0: local power source is good
[ 14.268000] hub 2-0:1.0: no over-current condition exists
[ 14.268000] hub 2-0:1.0: enabling power on all ports
[ 14.268000] drivers/usb/core/inode.c: creating file '001'
[ 14.408000] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
[ 20.692000] bcm63xx_enet bcm63xx_enet.0: attached PHY at address 1 [Generic PHY]
[ 22.292000] eth1: link forced UP - 100/full - flow control off/off
[ 22.832000] device eth1 entered promiscuous mode
[ 22.984000] br-lan: port 1(eth1) entering forwarding state
[ 22.988000] br-lan: port 1(eth1) entering forwarding state
root@OpenWrt:/#
root@OpenWrt:/# cat /proc/bus/usb/devices
T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 1
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0001 Rev= 3.00
S: Manufacturer=Linux 3.0.18 ohci_hcd
S: Product=BCM63XX integrated OHCI controller
S: SerialNumber=bcm63xx
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 2
B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0002 Rev= 3.00
S: Manufacturer=Linux 3.0.18 ehci_hcd
S: Product=BCM63XX integrated EHCI controller
S: SerialNumber=bcm63xx
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms
hope that someone can point me towards a possible solution
(Last edited by protomax on 15 Mar 2012, 23:37)