]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Move all USB device ID arrays into so-called sections,
authorhselasky <hselasky@FreeBSD.org>
Fri, 24 Jun 2011 02:30:02 +0000 (02:30 +0000)
committerhselasky <hselasky@FreeBSD.org>
Fri, 24 Jun 2011 02:30:02 +0000 (02:30 +0000)
commitdc0788739aaaf15b40f6d2fded382c167e26133d
tree6e82b2865a1b1c3596523a9b28c7c73c29ffd4ec
parent1d215b1285ab0897c64a473f1b6b30f0311b87d0
- Move all USB device ID arrays into so-called sections,
  sorted according to the mode which they support:
host, device or dual mode
- Add generic tool to extract these data:
tools/bus_autoconf

Discussed with: imp
Suggested by: Robert Millan <rmh@debian.org>
PR: misc/157903
MFC after: 14 days
45 files changed:
sys/dev/sound/usb/uaudio.c
sys/dev/usb/input/atp.c
sys/dev/usb/input/uhid.c
sys/dev/usb/net/if_aue.c
sys/dev/usb/net/if_axe.c
sys/dev/usb/net/if_cdce.c
sys/dev/usb/net/if_cue.c
sys/dev/usb/net/if_ipheth.c
sys/dev/usb/net/if_kue.c
sys/dev/usb/net/if_mos.c
sys/dev/usb/net/if_rue.c
sys/dev/usb/net/if_udav.c
sys/dev/usb/net/uhso.c
sys/dev/usb/serial/u3g.c
sys/dev/usb/serial/uark.c
sys/dev/usb/serial/ubsa.c
sys/dev/usb/serial/uchcom.c
sys/dev/usb/serial/ucycom.c
sys/dev/usb/serial/uftdi.c
sys/dev/usb/serial/ugensa.c
sys/dev/usb/serial/uipaq.c
sys/dev/usb/serial/ulpt.c
sys/dev/usb/serial/umcs.c
sys/dev/usb/serial/umct.c
sys/dev/usb/serial/umodem.c
sys/dev/usb/serial/umoscom.c
sys/dev/usb/serial/uplcom.c
sys/dev/usb/serial/uslcom.c
sys/dev/usb/serial/uvisor.c
sys/dev/usb/serial/uvscom.c
sys/dev/usb/storage/umass.c
sys/dev/usb/usbdi.h
sys/dev/usb/wlan/if_rum.c
sys/dev/usb/wlan/if_run.c
sys/dev/usb/wlan/if_uath.c
sys/dev/usb/wlan/if_upgt.c
sys/dev/usb/wlan/if_ural.c
sys/dev/usb/wlan/if_urtw.c
sys/dev/usb/wlan/if_zyd.c
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
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]