summaryrefslogtreecommitdiff
path: root/src/jtag/usb_common.h
Commit message (Collapse)AuthorAgeFilesLines
* add jtag/usb_common.[ch] filesZachary T Welch2009-11-241-0/+30
Begins to consolidate code used by several USB JTAG interfaces. This first patch provides the required build system changes and a common jtag_usb_open routine, which will replace the guts for probing the busses and devices for possible VID/PID matches. The following patches convert each driver to use it.