Remove unused cctools code paths for old libusb and cp2103 ioctls.
authorKeith Packard <keithp@keithp.com>
Tue, 18 Aug 2009 18:34:28 +0000 (11:34 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 18 Aug 2009 18:34:28 +0000 (11:34 -0700)
commita5782398d968e7cb11f7203afada7c216f233b3b
treed03a48784b4c0ae3201fa37dcf55ba4b3ab0075f
parent7cba411de0780c65e3490ab67186a514f0ea42ec
Remove unused cctools code paths for old libusb and cp2103 ioctls.

Communication with the CP2103 board has gone through three revisions,
first using ioctls supported by the CP2103 kernel driver, then using
the old synchronous usb library and now using the newer libusb
asynchronous interface. There's no reason to keep shipping the old
stale code now that the new stuff works reliably.

Signed-off-by: Keith Packard <keithp@keithp.com>
cctools/lib/Makefile.am
cctools/lib/cc-bitbang.c
cctools/lib/cccp.c [deleted file]
cctools/lib/cccp.h [deleted file]
cctools/lib/cp-usb.c [deleted file]
cctools/lib/cp-usb.h [deleted file]