NetBSD/sys/dev/usb
augustss eb7268f16c XXX Add a temporary, gruesome hack. It allows transfers to
XXX be done using delay() instead of tsleep().
XXX This enables transfers to be made from an interrupt context, which
XXX is needed until some more threads are added to the kernel.
XXX Using this hack (which is rare) causes the kernel to busy-wait
XXX for up to 1 ms at splusb().
2000-01-16 13:22:18 +00:00
..
FILES Add umass.c. 2000-01-13 20:19:14 +00:00
Makefile
Makefile.usbdevs
TODO Add another item. 2000-01-13 20:19:43 +00:00
devlist2h.awk Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. 1999-11-18 23:32:25 +00:00
files.usb Add some files for ethernet adapters (the files are not there yet). 2000-01-16 09:40:07 +00:00
hid.c Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. 1999-11-18 23:32:25 +00:00
hid.h Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. 1999-11-18 23:32:25 +00:00
ohci.c Add a flag, USBD_FORCE_SHORT_XFER, to transfers. Using this flag will 2000-01-16 13:12:05 +00:00
ohcireg.h Add framework for doing isoc transfers. The actual scheduling code 2000-01-16 10:35:24 +00:00
ohcivar.h Add framework for doing isoc transfers. The actual scheduling code 2000-01-16 10:35:24 +00:00
uaudio.c Start of implementation of UpDown processing unit control. 2000-01-16 09:32:56 +00:00
uaudioreg.h Start of implementation of UpDown processing unit control. 2000-01-16 09:32:56 +00:00
ucom.c A number of stylistic changes to increase readability (many suggested 1999-11-12 00:34:57 +00:00
ugen.c Change the way the initial configuration value is picked. 1999-12-18 23:22:54 +00:00
uhci.c Remove some debug code that was commited by mistake. 2000-01-16 13:14:43 +00:00
uhcireg.h Propagate the USB revision number to the usb driver. 1999-11-20 00:57:08 +00:00
uhcivar.h Add shutdown hooks to ensure that the host controller is halted when 2000-01-16 10:27:51 +00:00
uhid.c Avoid freeing already free data when attach fails. 2000-01-16 13:05:48 +00:00
uhub.c Add some more debug printing. 1999-11-24 23:13:19 +00:00
ukbd.c Add a DPRINTF on keyboard errors. 2000-01-16 09:41:22 +00:00
ukbdmap.c
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 Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. 1999-11-18 23:32:25 +00:00
umass.c A few more purely stylistic changes that I missed in the last round. 1999-11-17 23:00:49 +00:00
umodem.c Don't complain when umodemstartread() returns USBD_IN_PROGRESS. It's normal. 1999-11-26 09:12:50 +00:00
ums.c Absolute pointing device support. 2000-01-08 02:57:22 +00:00
usb.c Use the flags `locator' to govern if devices are detected early or 1999-12-22 23:54:09 +00:00
usb.h Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. 1999-11-18 23:32:25 +00:00
usb_mem.c Make these files compile on 64 bit archs. 1999-12-18 22:47:11 +00:00
usb_mem.h Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. 1999-11-18 23:32:25 +00:00
usb_port.h Change compat defines a little for power hooks. 2000-01-16 10:38:58 +00:00
usb_quirks.c Reverse the sign on the wheel data. I got it wrong from the start. 1999-12-24 01:14:01 +00:00
usb_quirks.h Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. 1999-11-18 23:32:25 +00:00
usb_subr.c Add another debug printf. 1999-12-18 22:51:58 +00:00
usbcdc.h Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. 1999-11-18 23:32:25 +00:00
usbdevs Sync with FreeBSD. 2000-01-13 19:58:14 +00:00
usbdevs.h Regen. 2000-01-13 19:58:40 +00:00
usbdevs_data.h Regen. 2000-01-13 19:58:40 +00:00
usbdi.c XXX Add a temporary, gruesome hack. It allows transfers to 2000-01-16 13:22:18 +00:00
usbdi.h Add a flag, USBD_FORCE_SHORT_XFER, to transfers. Using this flag will 2000-01-16 13:12:05 +00:00
usbdi_util.c More USB_DEBUG and DIAGNOSTIC output. 1999-11-28 22:49:53 +00:00
usbdi_util.h Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. 1999-11-18 23:32:25 +00:00
usbdivar.h Add comments. 2000-01-16 09:43:43 +00:00
usbhid.h Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. 1999-11-18 23:32:25 +00:00