Added PWM to the USBDUX. Also moved any synchronous commands to
authorBernd Porr <Bernd.Porr@f2s.com>
Sun, 25 Nov 2007 21:22:17 +0000 (21:22 +0000)
committerBernd Porr <Bernd.Porr@f2s.com>
Sun, 25 Nov 2007 21:22:17 +0000 (21:22 +0000)
commitd744ea86b3eb7d36608d1c30ed65c452971c35b6
tree39efc76c4588b763fc21487f4adc2cc5292a8b59
parenta0429c13da14937d0f634292645fb7245aab2f1b
Added PWM to the USBDUX. Also moved any synchronous commands to
EP1 which should reduce the latency dramatically because it is
single buffered which forces the host to wait (no race checks
needed anymore). The EP4 is now used for the PWM.
The bit patterns are generated in this driver
and the GPIF on the FX2 streams these automatically out through
the digital port.
comedi/drivers/usbdux.c