]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create a USB_PNP_INFO and use it to export the existing PNP
authorimp <imp@FreeBSD.org>
Fri, 11 Dec 2015 05:28:00 +0000 (05:28 +0000)
committerimp <imp@FreeBSD.org>
Fri, 11 Dec 2015 05:28:00 +0000 (05:28 +0000)
commit372c4744b653cb538ad633af447e0f62791de9aa
tree53b2b65701b99fe09809fbc71684efc28a02053e
parent77eac42e70f63160d6d267a51a880c804e5b20e7
Create a USB_PNP_INFO and use it to export the existing PNP
tables. Some drivers needed some slight re-arrangement of declarations
to accommodate this. Change the USB pnp tables slightly to allow
better compatibility with the system by moving linux driver info from
start of each entry to the end. All other PNP tables in the system
have the per-device flags and such at the end of the elements rather
that at the beginning.

Differential Review: https://reviews.freebsd.org/D3458
58 files changed:
sys/dev/sound/usb/uaudio.c
sys/dev/usb/input/atp.c
sys/dev/usb/input/uep.c
sys/dev/usb/input/uhid.c
sys/dev/usb/input/ukbd.c
sys/dev/usb/input/ums.c
sys/dev/usb/input/wsp.c
sys/dev/usb/misc/udbp.c
sys/dev/usb/misc/ufm.c
sys/dev/usb/misc/ugold.c
sys/dev/usb/misc/uled.c
sys/dev/usb/net/if_aue.c
sys/dev/usb/net/if_axe.c
sys/dev/usb/net/if_axge.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_smsc.c
sys/dev/usb/net/if_udav.c
sys/dev/usb/net/if_urndis.c
sys/dev/usb/net/if_usie.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/ufoma.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/storage/urio.c
sys/dev/usb/usb_hub.c
sys/dev/usb/usbdi.h
sys/dev/usb/wlan/if_rsu.c
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_urtwn.c
sys/dev/usb/wlan/if_zyd.c
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c