I compiled Kamikaze from trunk r11384 yesterday, for Broadcom 2.6. It fixed the C++ issue that I had, but now USB isn't working. I'm plugging a ZWave dongle (cp2101 USB-Serial device), and now the router gives me this:
PCI: Enabling device 0000:00:03.2 (0000 -> 0002)
PCI: Fixing up device 0000:00:03.2
ehci_hcd 0000:00:03.2: EHCI Host Controller
ehci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:03.2: irq 6, io mem 0x40002000
ehci_hcd 0000:00:03.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
hub 1-0:1.0: unable to enumerate USB device on port 1
And the dongle isn't initialized (its LED is off, no /dev/ttyUSB device from cp2101), unlike other posts I've found on the net (Fedora forums) which said that this message was just an extra and the devices worked.
Is this a 2.6.25 new bug in the USB layer or something?