usbdux driver update from Bernd Porr:
authorFrank Mori Hess <fmhess@speakeasy.net>
Sat, 20 Mar 2004 13:32:52 +0000 (13:32 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sat, 20 Mar 2004 13:32:52 +0000 (13:32 +0000)
commit5fbe92200e448331d69ac2f1435e5829407f4b07
treeeab19d28bac76797f0cf28e6a8a65d4f5f197fbe
parent580b2b4c2c54f40341ae949f85294d1f8489e9c3
usbdux driver update from Bernd Porr:

This patch resolves problems with buggy VIA/SIS USB controllers. They tend to
loose IRQs in high speed mode. In the 2.6.4 kernel there's now a watchdog timer
which triggers an interrupt after 5ms. To make this safely work with the usbdux
driver the number of buffers has been increased to 10 for the high speed mode
and to 5 for the full speed mode.
There are also some minor changes: removed unnecessary defines and removed the
text that firmware upload through comedi is deprecated. In fact some distros
have fxload not installed so that comedi itself has (still) to do the job.
comedi/drivers/usbdux.c