]> git.sur5r.net Git - openocd/commit - src/jtag/Makefile.am
add jtag/usb_common.[ch] files
authorZachary T Welch <zw@superlucidity.net>
Thu, 19 Nov 2009 20:02:07 +0000 (12:02 -0800)
committerZachary T Welch <zw@superlucidity.net>
Tue, 24 Nov 2009 15:30:19 +0000 (07:30 -0800)
commit3a660e229301c905392a0b2826e5ebf08c4e01b9
treed8d14d934592a41c75f3996c745846b066001b7e
parent3efc99b34a934cb4d657ec27a164769c46c10f28
add jtag/usb_common.[ch] files

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.
configure.in
src/jtag/Makefile.am
src/jtag/usb_common.c [new file with mode: 0644]
src/jtag/usb_common.h [new file with mode: 0644]