See attached patch.
I had to add that ifdef because config.h didn't have defined the CONFIG_USBDEBUG_DIRECT option and compilation failed. If anyone has an idea how I can get it defined there, I'm all ears.
Signed-off-by: Cristi Magherusan cristi.magherusan@net.utcluj.ro
On 6/19/10 11:48 PM, Cristi Magherusan wrote:
See attached patch.
I had to add that ifdef because config.h didn't have defined the CONFIG_USBDEBUG_DIRECT option and compilation failed. If anyone has an idea how I can get it defined there, I'm all ears.
Why not just leave it as it is? Someone might plug an USB2 card into a system that doesn't have the chip onboard.
Stefan
On Sun, 2010-06-20 at 02:00 +0200, Stefan Reinauer wrote:
On 6/19/10 11:48 PM, Cristi Magherusan wrote:
See attached patch.
I had to add that ifdef because config.h didn't have defined the CONFIG_USBDEBUG_DIRECT option and compilation failed. If anyone has an idea how I can get it defined there, I'm all ears.
Why not just leave it as it is? Someone might plug an USB2 card into a system that doesn't have the chip onboard.
Stefan
Compilation fails if you select the option and the support is not implemented. If anyone wants to use the device with another motherboard, he could easily mark it as supported by adding it to this list after the support code done.
Regards, Cristi