by ftcodes » Sun Jan 08, 2012 9:40 am
I am checking what is inside the original kernel anyways to find out where that device connect problem comes from.
But it is good when it is checked on other hardware as well.
BTW, if a module for the LEDs and so on is useful on HMNDCE or PogoPlugPro, it is possible to derive a module from the Medion NAS specific module I did.
Update: I compared the modifications inside EHCI against vanilla EHCI. Although that stuff looks like EHCI, it is not exactly EHCI.
Remarks about HUB:
Check connect/disconnect on the Root HUB ports.
USB hubs use a different means to detect connect/disconnect. They use USB interrupt transfers.
The root hub uses registers and interrupts in the system. Root hub USB transfers are practically emulated. Those are not really using any physical USB transfers.
Update 2:
I added two LED gpio modules specific for HMNDCE and PogoPlugPro. Their LED definitions are untested and may have wrong polarity.