Add a tool to keep the devd(8) database in sync with our USB device support.
authorSascha Wildner <saw@online.de>
Wed, 12 Mar 2014 20:09:08 +0000 (21:09 +0100)
committerSascha Wildner <saw@online.de>
Wed, 12 Mar 2014 20:09:08 +0000 (21:09 +0100)
commit60c42b5ba70936db881da06d0434f5dd2582d01d
treeb777286253cbbbe5c4985a2f5634450f0f3b5a64
parente348c2adc1626446936f2907dced94b10052dbfb
Add a tool to keep the devd(8) database in sync with our USB device support.

Taken-from: FreeBSD
tools/tools/bus_autoconf/Makefile [new file with mode: 0644]
tools/tools/bus_autoconf/bus_autoconf.c [new file with mode: 0644]
tools/tools/bus_autoconf/bus_autoconf.h [new file with mode: 0644]
tools/tools/bus_autoconf/bus_autoconf.sh [new file with mode: 0644]
tools/tools/bus_autoconf/bus_autoconf_format_example.txt [new file with mode: 0644]
tools/tools/bus_autoconf/bus_load_file.c [new file with mode: 0644]
tools/tools/bus_autoconf/bus_load_file.h [new file with mode: 0644]
tools/tools/bus_autoconf/bus_sections.c [new file with mode: 0644]
tools/tools/bus_autoconf/bus_sections.h [new file with mode: 0644]
tools/tools/bus_autoconf/bus_usb.c [new file with mode: 0644]
tools/tools/bus_autoconf/bus_usb.h [new file with mode: 0644]