NetBSD/sys/dev/usb
augustss f3421bec94 Change the way the direction is extracted from the endpoint descriptor.
No functional changes to the drivers.  From Nick Hibma, FreeBSD.
1999-09-04 22:26:11 +00:00
..
FILES A small roadmap of the USB files. 1999-08-16 20:18:07 +00:00
Makefile
Makefile.usbdevs
TODO One item off this list done! 1999-08-29 16:53:04 +00:00
devlist2h.awk Fix from FreeBSD. 1999-08-28 10:01:42 +00:00
files.usb Remove some unneeded needs-flag. 1999-08-23 07:07:47 +00:00
hid.c Some changes from FreeBSD (no functional differences). 1999-08-14 14:49:31 +00:00
hid.h
ohci.c Change the way the direction is extracted from the endpoint descriptor. 1999-09-04 22:26:11 +00:00
ohcireg.h Merge the soft_{td,ed} with the real {td,ed}. This saves time and space. 1999-08-22 23:41:00 +00:00
ohcivar.h Merge the soft_{td,ed} with the real {td,ed}. This saves time and space. 1999-08-22 23:41:00 +00:00
ucom.c Some changes from FreeBSD (no functional differences). 1999-08-14 14:49:31 +00:00
ugen.c Change the way the direction is extracted from the endpoint descriptor. 1999-09-04 22:26:11 +00:00
uhci.c Change the way the direction is extracted from the endpoint descriptor. 1999-09-04 22:26:11 +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 Merge the soft_{td,ed} with the real {td,ed}. This saves time and space. 1999-08-22 23:41:00 +00:00
uhid.c Change the way the direction is extracted from the endpoint descriptor. 1999-09-04 22:26:11 +00:00
uhub.c Avoid null reference, from Nick Hibma, FreeBSD. 1999-09-02 18:13:50 +00:00
ukbd.c Change the way the direction is extracted from the endpoint descriptor. 1999-09-04 22:26:11 +00:00
ukbdmap.c
ukbdvar.h
ulpt.c Change the way the direction is extracted from the endpoint descriptor. 1999-09-04 22:26:11 +00:00
umass.c Change the way the direction is extracted from the endpoint descriptor. 1999-09-04 22:26:11 +00:00
umodem.c Change the way the direction is extracted from the endpoint descriptor. 1999-09-04 22:26:11 +00:00
ums.c Change the way the direction is extracted from the endpoint descriptor. 1999-09-04 22:26:11 +00:00
usb.c Change some 'struct device' to 'bdevice'. From FreeBSD. 1999-08-28 21:42:35 +00:00
usb.h Change the way the direction is extracted from the endpoint descriptor. 1999-09-04 22:26:11 +00:00
usb_mem.c Move more of the transfer completion processing to HC independent code. 1999-08-22 20:12:39 +00:00
usb_mem.h Move more of the transfer completion processing to HC independent code. 1999-08-22 20:12:39 +00:00
usb_port.h Make some small changes to make it compile on OpenBSD. 1999-08-17 16:06:20 +00:00
usb_quirks.c
usb_quirks.h
usb_subr.c Make usbd_errstr() always return a useful error message; it's not like 1999-08-29 19:41:27 +00:00
usbcdc.h Add more CDC definitions. 1999-08-16 20:20:19 +00:00
usbdevs Add Logitech QuickCam. 1999-09-02 22:07:29 +00:00
usbdevs.h Regen. 1999-09-02 22:07:43 +00:00
usbdevs_data.h Regen. 1999-09-02 22:07:43 +00:00
usbdi.c Add some comments. 1999-08-28 10:04:01 +00:00
usbdi.h Make usbd_errstr() always return a useful error message; it's not like 1999-08-29 19:41:27 +00:00
usbdi_util.c Move more of the transfer completion processing to HC independent code. 1999-08-22 20:12:39 +00:00
usbdi_util.h Move more of the transfer completion processing to HC independent code. 1999-08-22 20:12:39 +00:00
usbdivar.h Since we poll around the `done' member of a usbd_request, make it volatile. 1999-08-29 17:57:25 +00:00
usbhid.h