Patches needed for usb host on xm?

Hi,

i am running the meego kernel on my beagleboards. It's a heavily patched
2.6.35.3. Everything works out of the box on the beagleboard c4 incl. 3d sgx
acceleration using nokias/imations modified sgx drivers. These work even on the
bb-xm which is a surprise since the GFX drivers from TI the ubuntu/angstrom
approach uses needs special library versions for the three different omap3
variants.

But the usb high speed port (the one with the on-board hub and the ethernet)
isn't working on the xm. I don't see any patches related to the USB in the
ubuntu kernel. Does the xm need something special for this usb port? The same
kernel works fine with that port (the high-speed-only port) on the C4.

Thanks,
  Till

Without a git/source link it's hard to say, but they are probably
missing a variation of this patch:

http://www.spinics.net/lists/linux-omap/msg41619.html

Regards,

Hi,

thanks, i'll give that patch a try.

For the records: The meego n900 kernel is here:
http://meego.gitorious.org/~quadros/meego-os-base/n900-kernel-source

Thanks again,
  Till

BTW: Robert, i took your sd-card generation script, modified it a bit and it's now part of my instructions here
http://wiki.meego.com/ARM/Meego_on_Beagleboard_from_scratch
Thanks for that as well!

Hi,

thanks, i'll give that patch a try.

For the records: The meego n900 kernel is here:
http://meego.gitorious.org/~quadros/meego-os-base/n900-kernel-source

Looking at their patches, it looks like their beagle support is mostly
mainline, that would explain the usb issue on the xM.. You'll then
also need the beagle detection patches that went into 2.6.37 to use
that patch i posted..

BTW: Robert, i took your sd-card generation script, modified it a bit and it's now part of my instructions here
http://wiki.meego.com/ARM/Meego_on_Beagleboard_from_scratch
Thanks for that as well!

Yeah i saw that, very cool... You might want to diff it again, i
pushed some changes for util-linux-ng 2.18 found in fedora 14 and
tweaked the formating of the first partition..

Regards,