NetBSD/sys/dev/usb
elad bdc51baebb Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!
Also, add forgotten splx() calls in some places.
2006-10-01 19:28:43 +00:00
..
devlist2h.awk
ehci.c Add "name" parameter to powerhook_establish, to aid debugging. No objections 2006-09-24 03:53:07 +00:00
ehcireg.h
ehcivar.h
ezload.c
ezload.h
FILES The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219. 2006-08-19 16:35:02 +00:00
files.usb update to bluetooth device attachment: 2006-09-10 15:45:55 +00:00
hid.c Bluetooth fixes by Iain Hibbert: 2006-07-26 10:40:50 +00:00
hid.h Bluetooth fixes by Iain Hibbert: 2006-07-26 10:40:50 +00:00
if_atu.c PR/34654 -- Peter Szilagyi -- add support for Belkin F5D6050 802.11b dongle 2006-10-01 02:06:34 +00:00
if_atureg.h
if_aue.c Simply use the device name for the workqueue name. 2006-09-15 11:22:21 +00:00
if_auereg.h aue_ioctl() for the murpose of adding/deleting multicast addresses is called 2006-09-15 10:47:34 +00:00
if_axe.c remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
if_axereg.h
if_cdce.c remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
if_cdcereg.h
if_cue.c remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
if_cuereg.h
if_kue.c remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
if_kuereg.h
if_udav.c remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
if_udavreg.h
if_upl.c remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
if_ural.c Patches contributed by KIYOHARA Takashi, taken from FreeBSD. 2006-07-05 18:46:42 +00:00
if_uralreg.h Patches contributed by KIYOHARA Takashi, taken from FreeBSD. 2006-07-05 18:46:42 +00:00
if_uralvar.h Patches contributed by KIYOHARA Takashi, taken from FreeBSD. 2006-07-05 18:46:42 +00:00
if_url.c remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
if_urlreg.h
kue_fw.h
Makefile integrate kauth. 2006-05-14 21:42:26 +00:00
Makefile.usbdevs
ohci.c Add "name" parameter to powerhook_establish, to aid debugging. No objections 2006-09-24 03:53:07 +00:00
ohcireg.h
ohcivar.h
TODO
uaudio.c add missing initializer 2006-09-03 07:07:20 +00:00
uaudioreg.h
ubsa.c Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
ubt.c explicitly disallow changing the config # when the device is enabled. 2006-09-19 20:34:33 +00:00
ucom.c Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! 2006-10-01 19:28:43 +00:00
ucomvar.h
ucycom.c Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! 2006-10-01 19:28:43 +00:00
udsbr.c
uep.c use c99 initializers 2006-09-03 07:13:46 +00:00
uftdi.c From Claus Andersen: 2006-09-24 17:17:17 +00:00
uftdireg.h
ugen.c add missing initializer 2006-09-03 07:14:47 +00:00
ugensa.c Initialize portno 2006-06-28 18:20:36 +00:00
ugraphire_rdesc.h
uhci.c Only display "interrupt while not running ignored" if DIAGNOSTIC is set, as 2006-09-25 22:15:15 +00:00
uhcireg.h
uhcivar.h
uhid.c - add missing initializer 2006-09-03 21:09:46 +00:00
uhidev.c Don't allocate >1K on the stack. 2006-06-12 21:01:58 +00:00
uhidev.h
uhub.c
uipaq.c
uirda.c
ukbd.c add missing initializer 2006-09-03 21:16:09 +00:00
ukbdmap.c
ukbdvar.h
ukyopon.c
ukyopon.h
ulpt.c add missing initializer 2006-09-03 21:16:09 +00:00
umass_isdata.c
umass_isdata.h
umass_quirks.c
umass_quirks.h
umass_scsipi.c
umass_scsipi.h
umass.c
umassvar.h
umct.c
umct.h
umidi_quirks.c fix initializers. 2006-09-03 21:28:03 +00:00
umidi_quirks.h fix initializers. 2006-09-03 21:28:03 +00:00
umidi.c Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
umidireg.h
umidivar.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
umodem_common.c Increase the size of UMODEMIBUFSIZE and UMODEMOBUFSIZE. These are the 2006-06-07 18:03:00 +00:00
umodem.c
umodemvar.h
ums.c
uplcom.c Add support for IO-DATA's USB-Serial adapter (USB-RSAQ3), 2006-09-04 15:39:39 +00:00
urio.c add missing initializer. 2006-09-03 21:30:24 +00:00
urio.h
usb_mem.c
usb_mem.h
usb_port.h
usb_quirks.c PR# 31437: Philips Toucam Pro II is yet another 'audio' USB camera 2006-09-23 13:07:06 +00:00
usb_quirks.h
usb_subr.c Don't free subdevs on normal completion. The detach code needs it. 2006-06-11 16:00:08 +00:00
usb.c add missing initializer. 2006-09-03 21:30:24 +00:00
usb.h Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request read 2006-07-24 14:24:48 +00:00
usbcdc.h
usbdevices.config
usbdevs Add IDs for Ralink RT2501USB/RT2601USB. From OpenBSD. 2006-09-28 16:53:40 +00:00
usbdevs_data.h Regen. 2006-09-28 16:54:16 +00:00
usbdevs.h Regen. 2006-09-28 16:54:16 +00:00
usbdi_util.c
usbdi_util.h
usbdi.c
usbdi.h
usbdivar.h
usbhid.h
uscanner.c add missing initializer. 2006-09-03 21:30:24 +00:00
usscanner.c
ustir.c
ustirreg.h
utoppy.c add missing initializer. 2006-09-03 21:30:24 +00:00
utoppy.h
uvisor.c
uvscom.c Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
uyap_firmware.h
uyap.c