NetBSD/sys/dev/usb
kenh d6cdd9ad5b Connect to the interrupt endpoint on the control interface to receive
notification messages.  This lets us properly pass line status changes
down to the ucom driver (specifically, DSR, DCD, and RI).
2001-02-16 20:15:57 +00:00
..
FILES Update with recent files. 2001-01-16 11:54:13 +00:00
Makefile Install usbdevs.h as well. 2000-08-20 22:25:20 +00:00
Makefile.usbdevs
TODO Implement what in Intel-speech is known as "bandwidth reclamation". 2000-08-13 16:18:09 +00:00
devlist2h.awk constify 2001-01-18 20:28:15 +00:00
ehci.c Even stubs need improvements. 2000-12-24 06:42:34 +00:00
ehcireg.h Even stubs need improvements. 2000-12-24 06:42:34 +00:00
ehcivar.h Add some placeholders for the EHCI (USB 2) driver. 2000-12-24 06:39:01 +00:00
ezload.c constify 2001-01-18 20:28:15 +00:00
ezload.h constify 2001-01-18 20:28:15 +00:00
files.usb initial commit of USB midi driver. 2001-01-30 23:26:47 +00:00
hid.c
hid.h
if_aue.c Handle allmulti case correctly as a NetBSD network driver; 2001-01-29 01:24:42 +00:00
if_auereg.h
if_cue.c Handle allmulti case correctly as a NetBSD network driver; 2001-01-29 01:24:42 +00:00
if_cuereg.h Defer stopping the interface on error to a process context. 2001-01-21 22:09:23 +00:00
if_kue.c Add Abocom URE450 Ethernet adapter. 2001-01-30 15:04:23 +00:00
if_kuereg.h Ad define for warm boot rev. 2001-01-21 02:35:31 +00:00
if_upl.c Don't IFQ_SET_READY() -- this driver isn't ALTQ'ified. 2001-01-22 21:38:35 +00:00
kue_fw.h constify 2001-01-19 08:54:21 +00:00
ohci.c Put a rate limiter on the scheduling overrun message. 2001-01-28 16:18:09 +00:00
ohcireg.h
ohcivar.h Commit second half of rate limit change. 2001-01-28 19:01:20 +00:00
uaudio.c Make sure driver attach/detach events are generated in a consistent manner. 2001-01-23 14:04:13 +00:00
uaudioreg.h Add audio terminal types. 2000-12-28 00:29:58 +00:00
ucom.c Fiddle enough with the tty so that it wakes up on detach and drops 2001-01-23 22:06:25 +00:00
ucomvar.h Ad support for an extra message in the ucom attach code. 2001-01-23 21:56:17 +00:00
uftdi.c Ad support for an extra message in the ucom attach code. 2001-01-23 21:56:17 +00:00
uftdireg.h
ugen.c Don't try to access a device that is being disconnected when generating 2000-12-13 04:05:14 +00:00
ugraphire_rdesc.h Supply our own report descriptor (from Nick Hibma) for the Wacom Graphire. 2000-12-29 01:47:49 +00:00
uhci.c Add code to use soft interrupt to handle USB interrupt processing. 2001-01-21 02:39:52 +00:00
uhcireg.h Fix race condition when unlinking xfers. Thanks to IWAMOTO Toshihiro 2000-08-13 18:20:14 +00:00
uhcivar.h Implement what in Intel-speech is known as "bandwidth reclamation". 2000-08-13 16:18:09 +00:00
uhid.c Supply our own report descriptor (from Nick Hibma) for the Wacom Graphire. 2000-12-29 01:47:49 +00:00
uhub.c Change the operation of the USB event thread. Before it only performed 2001-01-21 19:00:06 +00:00
ukbd.c Make sure driver attach/detach events are generated in a consistent manner. 2001-01-23 14:04:13 +00:00
ukbdmap.c
ukbdvar.h
ulpt.c Try both the old (wrong) and new SOFT_RESET request type. 2001-01-07 14:26:19 +00:00
umass.c Fix INSYSTEM_USBCALBLE quirk entry: 2001-02-08 13:24:05 +00:00
umidi.c separate mididev and jack logically. 2001-02-03 18:50:31 +00:00
umidi_quirks.c initial commit of USB midi driver. 2001-01-30 23:26:47 +00:00
umidi_quirks.h initial commit of USB midi driver. 2001-01-30 23:26:47 +00:00
umidireg.h initial commit of USB midi driver. 2001-01-30 23:26:47 +00:00
umidivar.h separate mididev and jack logically. 2001-02-03 18:50:31 +00:00
umodem.c Connect to the interrupt endpoint on the control interface to receive 2001-02-16 20:15:57 +00:00
ums.c Make sure driver attach/detach events are generated in a consistent manner. 2001-01-23 14:04:13 +00:00
uplcom.c add uplcom_{open,close} 2001-01-30 13:17:43 +00:00
urio.c Tell usbd_set_config_no() to be verbose. It's nice to know whyit fails. 2000-10-24 14:53:59 +00:00
urio.h
usb.c Ad function to remove a usb task. 2001-01-23 17:04:30 +00:00
usb.h Don't try to access a device that is being disconnected when generating 2000-12-13 04:05:14 +00:00
usb_mem.c
usb_mem.h
usb_port.h MAke USB_DEBUG turn on UVISOR_DEBUG. 2001-01-23 17:03:19 +00:00
usb_quirks.c constify 2001-01-18 20:28:15 +00:00
usb_quirks.h constify 2001-01-18 20:28:15 +00:00
usb_subr.c Trim space off both ends of device product and vendor strings. 2001-01-21 02:34:34 +00:00
usbcdc.h Connect to the interrupt endpoint on the control interface to receive 2001-02-16 20:15:57 +00:00
usbdevs add vendor/product id 2001-02-11 05:49:20 +00:00
usbdevs.h regen 2001-02-11 05:49:42 +00:00
usbdevs_data.h regen 2001-02-11 05:49:42 +00:00
usbdi.c Add code to use soft interrupt to handle USB interrupt processing. 2001-01-21 02:39:52 +00:00
usbdi.h Ad function to remove a usb task. 2001-01-23 17:04:30 +00:00
usbdi_util.c
usbdi_util.h
usbdivar.h Change the operation of the USB event thread. Before it only performed 2001-01-21 19:00:06 +00:00
usbhid.h Add a few more defines. From Nick Hibma and FreeBSD. 2000-09-03 19:09:14 +00:00
uscanner.c Make sure driver attach/detach events are generated in a consistent manner. 2001-01-23 14:04:13 +00:00
usscanner.c Make sure driver attach/detach events are generated in a consistent manner. 2001-01-23 14:04:13 +00:00
uvisor.c Ad support for an extra message in the ucom attach code. 2001-01-23 21:56:17 +00:00
uyap.c constify 2001-01-18 20:28:15 +00:00
uyap_firmware.h Use the real Y@P firmware. Permission granted by Kamal Parmar, 2001-01-16 03:10:09 +00:00