NetBSD/sys/dev/usb
augustss 09774ca21c Remove one, add none! 1999-09-15 21:14:44 +00:00
..
FILES A small roadmap of the USB files. 1999-08-16 20:18:07 +00:00
Makefile Add a Communication Class header file. 1999-01-01 07:43:13 +00:00
Makefile.usbdevs Generate appropriate RCS headers. 1999-01-07 22:18:23 +00:00
TODO Remove one, add none! 1999-09-15 21:14:44 +00:00
devlist2h.awk Fix from FreeBSD. 1999-08-28 10:01:42 +00:00
files.usb Add needs-flag to ukbd. Fixes PR 8385 from Izumi Tsutsui 1999-09-12 17:40:57 +00:00
hid.c Some changes from FreeBSD (no functional differences). 1999-08-14 14:49:31 +00:00
hid.h Make the copyright header conform to the NetBSD template. 1998-11-25 22:32:04 +00:00
ohci.c Handle the case when a USB transfer is so long that it crosses two page 1999-09-15 21:14:03 +00:00
ohcireg.h Handle the case when a USB transfer is so long that it crosses two page 1999-09-15 21:14:03 +00:00
ohcivar.h Handle the case when a USB transfer is so long that it crosses two page 1999-09-15 21:14:03 +00:00
uaudio.c Add a flag in the request to determine if the data copying is done by the 1999-09-12 08:23:42 +00:00
uaudioreg.h An EXPERIMENTAL audio driver. It still needs work, e.g., in the mixer 1999-09-09 12:28:25 +00:00
ucom.c Change the internal API to allow DMA buffers to be pre-allocated by 1999-09-09 12:26:43 +00:00
ugen.c Change the internal API to allow DMA buffers to be pre-allocated by 1999-09-09 12:26:43 +00:00
uhci.c Cosmetic change: s/xfer/data/ 1999-09-15 21:12:29 +00:00
uhcireg.h Merge the soft_{td,qh} with the real {td,qh}. This saves time and space. 1999-08-22 23:19:56 +00:00
uhcivar.h Add preliminary (untested) code for detaching the USB host controller 1999-09-15 10:25:30 +00:00
uhid.c Change the way the `struct device' base part of all driver softc are 1999-09-05 19:32:18 +00:00
uhub.c Add preliminary (untested) code for detaching the USB host controller 1999-09-15 10:25:30 +00:00
ukbd.c Dot't forget to deactivate subdevices. 1999-09-12 08:21:49 +00:00
ukbdmap.c Fix some buglets pointed out by "Brett D. Slager" <bds@snarf.thnet.com> 1999-02-28 10:05:00 +00:00
ukbdvar.h Rework the way ukbd attaches itself as the console (again). We now allow 1999-05-13 23:34:38 +00:00
ulpt.c Use a bigger buffer when transferring data. 1999-09-15 21:11:27 +00:00
umass.c Put a reference counter in the softc. Without this the driver might access 1999-09-13 21:35:08 +00:00
umodem.c * Move DMA buffer allocation to HC independent code. 1999-09-11 08:19:26 +00:00
ums.c Dot't forget to deactivate subdevices. 1999-09-12 08:21:49 +00:00
usb.c Move the code around a little and clearly mark how to delay attachment 1999-09-15 21:10:11 +00:00
usb.h * Move DMA buffer allocation to HC independent code. 1999-09-11 08:19:26 +00:00
usb_mem.c Rearrange the code a little so we can decide if we are in process 1999-09-13 19:18:17 +00:00
usb_mem.h Rearrange the code a little so we can decide if we are in process 1999-09-13 19:18:17 +00:00
usb_port.h * Move DMA buffer allocation to HC independent code. 1999-09-11 08:19:26 +00:00
usb_quirks.c Make vendor names more consistent. 1999-09-15 13:57:09 +00:00
usb_quirks.h Add a quirk for mice with reversed Z-axis. 1999-06-26 00:09:15 +00:00
usb_subr.c Add preliminary (untested) code for detaching the USB host controller 1999-09-15 10:25:30 +00:00
usbcdc.h Add more CDC definitions. 1999-08-16 20:20:19 +00:00
usbdevs Make vendor names more consistent. 1999-09-15 13:57:09 +00:00
usbdevs.h Regen. 1999-09-15 13:57:26 +00:00
usbdevs_data.h Regen. 1999-09-15 13:57:26 +00:00
usbdi.c Add a sanity check to the computed actual transfer length. 1999-09-15 21:08:59 +00:00
usbdi.h Add a flag in the request to determine if the data copying is done by the 1999-09-12 08:23:42 +00:00
usbdi_util.c Change the internal API to allow DMA buffers to be pre-allocated by 1999-09-09 12:26:43 +00:00
usbdi_util.h Change the way the `struct device' base part of all driver softc are 1999-09-05 19:32:18 +00:00
usbdivar.h Change SPLUSBCHECK diagnostic macro a little. 1999-09-15 21:08:19 +00:00
usbhid.h More digitizer defines. 1999-05-13 23:29:11 +00:00