NetBSD/sys/dev/usb
dsl 454af1c0e8 Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
2009-03-14 15:35:58 +00:00
..
devlist2h.awk
ehci.c replace bitmask_snprintf(9) with snprintb(3) 2008-12-16 22:35:21 +00:00
ehcireg.h Fixed high-speed isoc USB transfers, 64 bit capable host controllers have a different transfer descriptor to non-capable controllers. 2008-11-28 17:18:21 +00:00
ehcivar.h kern/39727: race condition in ehci isoc abort xfer path 2008-10-14 18:12:38 +00:00
ezload.c
ezload.h
FILES
files.usb Add u3g(4) driver from FreeBSD. This driver provides better support for 2008-10-10 16:37:15 +00:00
hid.c
hid.h
if_atu.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
if_atureg.h
if_aue.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_auereg.h
if_axe.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_axereg.h
if_cdce.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_cdcereg.h
if_cue.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_cuereg.h
if_kue.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_kuereg.h
if_rum.c remove extra semicolons. 2009-01-03 03:43:21 +00:00
if_rumreg.h
if_rumvar.h
if_udav.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
if_udavreg.h
if_upl.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_ural.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_uralreg.h
if_uralvar.h
if_url.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
if_urlreg.h
if_zyd.c remove extra semicolons. 2009-01-03 03:43:21 +00:00
if_zydreg.h
kue_fw.h
Makefile
Makefile.usbdevs Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
ohci.c replace bitmask_snprintf(9) with snprintb(3) 2008-12-16 22:35:21 +00:00
ohcireg.h
ohcivar.h Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4), 2008-06-28 17:42:53 +00:00
pseye.c Add kmod glue. 2009-02-03 13:31:24 +00:00
stuirda.c Load firmware from .../firmware/stuirda, not ../uirda, to avoid confusion. 2008-10-13 10:01:24 +00:00
TODO
u3g.c remove extra semicolons. 2009-01-03 03:43:21 +00:00
uaudio.c These don't need <sys/tty.h>. 2009-03-09 15:59:33 +00:00
uaudioreg.h
uberry.c Cleanup, use pmf, and ensure that we keep the device active in the 2008-05-26 03:20:56 +00:00
ubsa_common.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
ubsa.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
ubsavar.h -ubsa needs to be attached as whole device on USB, because it sets 2008-07-31 22:01:15 +00:00
ubt.c Don't pmf_device_deregister() if it was not registered, which happens 2008-07-28 14:19:26 +00:00
uchcom.c Add HL-340 usb2Serial addapter. 2008-10-22 10:35:50 +00:00
ucom.c Change major()/minor() to return 32-bit types again, called 2009-01-20 18:20:47 +00:00
ucomvar.h Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
ucycom.c Change major()/minor() to return 32-bit types again, called 2009-01-20 18:20:47 +00:00
udsbr.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
uep.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
uftdi.c PR/38202: Jeff McMahill: Support for Sealevel SeaPORT+4 USB to Serial adaptor. 2008-09-06 21:42:05 +00:00
uftdireg.h
ugen.c Change major()/minor() to return 32-bit types again, called 2009-01-20 18:20:47 +00:00
ugensa.c Remove two devices that are handled by ubsa and might need special 2008-10-19 11:40:02 +00:00
ugraphire_rdesc.h
uhci.c Make it safe to call uhci_init() from a kernel thread with interrupts 2009-03-06 23:40:50 +00:00
uhcireg.h
uhcivar.h Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4), 2008-06-28 17:42:53 +00:00
uhid.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
uhidev.c Fix a dereference if a softc pointer which can legally be zero, leading 2008-05-26 19:01:51 +00:00
uhidev.h Fix a dereference if a softc pointer which can legally be zero, leading 2008-05-26 19:01:51 +00:00
uhmodem.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
uhub.c Implement uhub_rescan(). After this change, "modload uaudio.kmod" 2008-08-18 18:03:21 +00:00
uipaq.c WILLCOM Advanced W-ZERO3[es] device IDs. From Ryo Shimizu. 2008-07-08 08:47:32 +00:00
uirda.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
uirdavar.h Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
ukbd.c These don't need <sys/tty.h>. 2009-03-09 15:59:33 +00:00
ukbdmap.c Enable Colemak altgr keys. 2009-02-03 17:50:28 +00:00
ukbdvar.h
ukyopon.c kill some abuse of __strong_alias which is not compatible with 2008-06-27 16:05:59 +00:00
ukyopon.h
ulpt.c More printf format fixes. 2009-02-13 23:31:23 +00:00
umass_isdata.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
umass_isdata.h
umass_quirks.c Remove E220 quirk -- u3g(4) does implement that directly. 2008-10-27 21:46:43 +00:00
umass_quirks.h
umass_scsipi.c make this compile 2009-01-11 10:58:26 +00:00
umass_scsipi.h
umass.c PR#39651 2008-12-12 05:35:11 +00:00
umassvar.h PR/37948: Yojiro UO: Support for Sony GPS GPS-CS1 devices. Check the support 2008-09-06 21:49:00 +00:00
umct.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
umct.h
umidi_quirks.c Constify most umidi-quirk data. Addresses PR#39017. 2008-07-08 11:34:43 +00:00
umidi_quirks.h Constify most umidi-quirk data. Addresses PR#39017. 2008-07-08 11:34:43 +00:00
umidi.c make this compile 2009-01-11 10:58:26 +00:00
umidireg.h PR kern/38774: cosmetic typo in umidireg.h: SubType/Subtype, from 2008-05-28 12:59:30 +00:00
umidivar.h Constify most umidi-quirk data. Addresses PR#39017. 2008-07-08 11:34:43 +00:00
umodem_common.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
umodem.c kill some abuse of __strong_alias which is not compatible with 2008-06-27 16:05:59 +00:00
umodemvar.h
ums.c These don't need <sys/tty.h>. 2009-03-09 15:59:33 +00:00
uplcom.c PR/39971 - SHIMAOKA Shunsuke -- Recognize Corega CG-USBRS232R as a 2008-11-20 10:50:42 +00:00
urio.c Change major()/minor() to return 32-bit types again, called 2009-01-20 18:20:47 +00:00
urio.h
usb_mem.c In usb_reserve_allocm(), return an error immediately if the requested 2009-02-10 17:00:06 +00:00
usb_mem.h Add appropriate bus_dmamap_sync() calls to uhci(4), ohci(4) and ehci(4), 2008-06-28 17:42:53 +00:00
usb_port.h We don't need to include opt_usbverbose.h here. 2008-06-28 09:06:20 +00:00
usb_quirks.c Add USB_VENDOR_CYBERPOWER/USB_PRODUCT_CYBERPOWER_UPS to the HID blacklist. 2009-02-14 17:13:01 +00:00
usb_quirks.h
usb_subr.c Implement uhub_rescan(). After this change, "modload uaudio.kmod" 2008-08-18 18:03:21 +00:00
usb.c some cleanup: 2008-05-26 18:00:33 +00:00
usb.h High speed isochronous transfer support, from Jeremy Morse as part of 2008-08-02 23:14:34 +00:00
usbcdc.h
usbdevices.config
usbdevs Add CyberPower Systems, Inc. vendor ID, as well as one of their product IDs, 2009-02-14 17:01:23 +00:00
usbdevs_data.h regen. 2009-02-14 17:03:33 +00:00
usbdevs.h regen. 2009-02-14 17:03:33 +00:00
usbdi_util.c some cleanup: 2008-05-26 18:00:33 +00:00
usbdi_util.h Include the right header to get usb_hid_descriptor_t. 2009-02-02 18:15:36 +00:00
usbdi.c PR#39651 2008-12-12 05:35:11 +00:00
usbdi.h PR#39651 2008-12-12 05:35:11 +00:00
usbdivar.h Implement uhub_rescan(). After this change, "modload uaudio.kmod" 2008-08-18 18:03:21 +00:00
usbhid.h
usbroothub_subr.c
usbroothub_subr.h
uscanner.c These don't need <sys/tty.h>. 2009-03-09 15:59:33 +00:00
uslsa.c Correct license. I have not formally contributed this to TNF. 2009-01-05 17:22:18 +00:00
usscanner.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
ustir.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
ustirreg.h
utoppy.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
utoppy.h
uvideo.c These don't need <sys/tty.h>. 2009-03-09 15:59:33 +00:00
uvideoreg.h Add UYVY support. 2008-09-20 18:17:56 +00:00
uvisor.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
uvscom.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00
uyap_firmware.h
uyap.c These don't need <sys/tty.h>. 2009-03-09 15:59:33 +00:00
xboxcontroller.c Split device_t and softc for all USB device drivers, and related cosmetic 2008-05-24 16:40:58 +00:00