NetBSD/sys/dev/usb
augustss cc381bcb7c Add usbd_reload_device_desc() to get the device descriptor again from a device.
Useful if e.g. downloading firmware updates the revision number.
2000-01-16 23:11:43 +00:00
..
FILES Add umass.c. 2000-01-13 20:19:14 +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 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
if_aue.c typo 2000-01-16 18:34:42 +00:00
if_auereg.h Add initial version of a driver for the ADMtek AN986 Pegasus USB to 2000-01-16 13:45:56 +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 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 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 Enable AUE_DEBUG the usual way. 2000-01-16 15:36:28 +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 usbd_reload_device_desc() to get the device descriptor again from a device. 2000-01-16 23:11:43 +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 Add usbd_reload_device_desc() to get the device descriptor again from a device. 2000-01-16 23:11:43 +00:00
usbdi.h Add usbd_reload_device_desc() to get the device descriptor again from a device. 2000-01-16 23:11:43 +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