NetBSD/sys/dev/usb
augustss 3a36335ddf Don't turn on the dubug flag by default.
Don't print interface class/subclass; it's pointless since the device
doesn't follow any standard class definition.
2001-01-23 02:25:02 +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 Use ${RM} 2000-01-31 21:08:11 +00:00
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 driver for Prolific PL2303 serial adapter. 2001-01-23 01:24:10 +00:00
hid.c Bring the coding style into the 80s, i.e., get rid of __P and use 2000-06-01 14:28:57 +00:00
hid.h Bring the coding style into the 80s, i.e., get rid of __P and use 2000-06-01 14:28:57 +00:00
if_aue.c Change watchdog routine. (From FreeBSD.) 2001-01-21 19:42:29 +00:00
if_auereg.h Handle the Linksys USB100H1 like the other Linksys adapters. 2000-05-06 20:38:59 +00:00
if_cue.c Defer stopping the interface on error to a process context. 2001-01-21 22:09:23 +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 Several changes: 2001-01-21 15:55:05 +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 Add code to use soft interrupt to handle USB interrupt processing. 2001-01-21 02:39:52 +00:00
ohcireg.h Change my email address. 2000-04-27 15:26:44 +00:00
ohcivar.h Bring the coding style into the 80s, i.e., get rid of __P and use 2000-06-01 14:28:57 +00:00
uaudio.c Cosmetic changes. 2001-01-21 00:07:13 +00:00
uaudioreg.h Add audio terminal types. 2000-12-28 00:29:58 +00:00
ucom.c Adapt to the new line discipline scheme. 2000-11-02 00:01:44 +00:00
ucomvar.h Handle output packet headers in a cleaner way. From IWAMOTO Toshihiro 2000-09-03 19:15:45 +00:00
uftdi.c Set the debug level to 0. 2000-12-08 01:53:44 +00:00
uftdireg.h Add driver for FTDI FT8U100AX serial adapter. 2000-04-14 14:51:22 +00:00
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 Update many URLs. 2000-12-29 01:24:55 +00:00
ukbdmap.c Change my email address. 2000-04-27 15:26:44 +00:00
ukbdvar.h Bring the coding style into the 80s, i.e., get rid of __P and use 2000-06-01 14:28:57 +00:00
ulpt.c Try both the old (wrong) and new SOFT_RESET request type. 2001-01-07 14:26:19 +00:00
umass.c Add a quirk for devices that cannot handle full length INQUIRY. 2001-01-21 18:56:38 +00:00
umodem.c Put the UQ_ASSUME_CM_OVER_DATA quirk back in. Without it, the Ricochet GS modem fails to work even with the other changes. 2001-01-11 20:35:02 +00:00
ums.c Update many URLs. 2000-12-29 01:24:55 +00:00
uplcom.c Don't turn on the dubug flag by default. 2001-01-23 02:25:02 +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 Change my email address. 2000-04-27 15:26:44 +00:00
usb.c Ad a comment. 2001-01-21 19:00:29 +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 Bring the coding style into the 80s, i.e., get rid of __P and use 2000-06-01 14:28:57 +00:00
usb_mem.h remove include of <vm/vm.h> 2000-06-28 16:39:25 +00:00
usb_port.h Add code to use soft interrupt to handle USB interrupt processing. 2001-01-21 02:39:52 +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 Use attribute packed for on-the-wire data structures. 2000-05-30 10:10:17 +00:00
usbdevs Another hub. 2001-01-21 15:57:41 +00:00
usbdevs.h Regen. 2001-01-21 15:58:01 +00:00
usbdevs_data.h Regen. 2001-01-21 15:58:01 +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 Change the operation of the USB event thread. Before it only performed 2001-01-21 19:00:06 +00:00
usbdi_util.c Make it compile with USB_DEBUG. 2000-06-01 15:51:26 +00:00
usbdi_util.h Improve some portability items. 2000-06-01 14:37:51 +00:00
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 Add Epson 1640 scanner. (From FreeBSD) 2001-01-07 14:46:31 +00:00
usscanner.c No-op commit to force update to a non-"-kk" revision. 2001-01-18 17:47:58 +00:00
uvisor.c Handle output packet headers in a cleaner way. From IWAMOTO Toshihiro 2000-09-03 19:15:45 +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