]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USB
authorDag-Erling Smørgrav <des@FreeBSD.org>
Sun, 5 Sep 2004 09:43:47 +0000 (09:43 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Sun, 5 Sep 2004 09:43:47 +0000 (09:43 +0000)
commit8985c52bb61824eccfdc7a60242fd54176a9dab4
tree43d52bb311b27dcac51006a337e210225fb88954
parent597451b50ff664f494101447bc826f77ecf72ded
Device driver for the Cypress CY7C637xx and CY7C640/1xx families of USB
to RS232 bridges, such as the one found in the DeLorme Earthmate USB GPS
receiver (which is the only device currently supported by this driver).

While other USB to serial drivers in the tree rely heavily on ucom, this
one is self-contained.  The reason for that is that ucom assumes that
the bridge uses bulk pipes for I/O, while the Cypress parts actually
register as human interface devices and use HID reports for configuration
and I/O.

The driver is not entirely complete: there is no support yet for flow
control, and output doesn't seem to work, though I don't know if that is
because of a bug in the code, or simply because the Earthmate is a read-
only device.
sys/conf/files
sys/dev/usb/ucycom.c [new file with mode: 0644]
sys/modules/Makefile
sys/modules/ucycom/Makefile [new file with mode: 0644]