NetBSD/sys/dev/usb
augustss c99c03da4d Make the USB event queue longer. Mine overflows before the (user-land)
event handler has started.  But then I have about 25 devices connected. :)
2000-03-16 00:46:38 +00:00
..
FILES
Makefile
Makefile.usbdevs Use ${RM} 2000-01-31 21:08:11 +00:00
TODO Remove an item. 2000-01-25 13:27:07 +00:00
devlist2h.awk
files.usb Avoid linker error if no PHY is attached. 2000-02-14 20:29:54 +00:00
hid.c
hid.h
if_aue.c Avoid accessing the device if it is dying. 2000-03-12 21:57:50 +00:00
if_auereg.h Protect the use of bpf_mtap so bpf isn't needed. 2000-03-01 19:00:51 +00:00
if_cue.c Fix some uninitialized variables. From Krister Walfridsson <cato@df.lth.se> 2000-03-15 22:40:30 +00:00
if_cuereg.h Use ratecheck() to limit error messages on disconnect. 2000-03-02 12:37:50 +00:00
if_kue.c Fix some uninitialized variables. From Krister Walfridsson <cato@df.lth.se> 2000-03-15 22:40:30 +00:00
if_kuereg.h Use ratecheck() to limit error messages on disconnect. 2000-03-02 12:37:50 +00:00
kue_fw.h
ohci.c Fix thinko in the handling of FORCE_SHORT_XFER so that it actually 2000-03-16 00:41:50 +00:00
ohcireg.h Rename TAILMASK to HEADMASK, since it really masks the head pointer. 2000-01-31 22:35:13 +00:00
ohcivar.h Prepare a little for having USB interrupt processing done outside the hard 2000-02-22 11:30:54 +00:00
uaudio.c Distinguish between device and interface classes. 2000-02-29 21:37:00 +00:00
uaudioreg.h
ucom.c Use NULL instead of 0. 2000-02-08 18:45:27 +00:00
ucomvar.h Add methods for ucom to call back on open/close. 2000-02-08 09:18:01 +00:00
ugen.c Generate better error codes on bulk write. 2000-03-06 20:59:17 +00:00
uhci.c Distinguish between device and interface classes. 2000-02-29 21:37:00 +00:00
uhcireg.h
uhcivar.h Save and restore a couple ofregisters in the power hook in case BIOS doesn't. 2000-02-22 16:03:42 +00:00
uhid.c Distinguish between device and interface classes. 2000-02-29 21:37:00 +00:00
uhub.c Distinguish between device and interface classes. 2000-02-29 21:37:00 +00:00
ukbd.c Distinguish between device and interface classes. 2000-02-29 21:37:00 +00:00
ukbdmap.c
ukbdvar.h
ulpt.c Remove irrelevant comment. 2000-03-06 20:58:39 +00:00
umass.c Distinguish between device and interface classes. 2000-02-29 21:37:00 +00:00
umodem.c Fix some uninitialized variables. From Krister Walfridsson <cato@df.lth.se> 2000-03-15 22:40:30 +00:00
ums.c Distinguish between device and interface classes. 2000-02-29 21:37:00 +00:00
usb.c Make the USB event queue longer. Mine overflows before the (user-land) 2000-03-16 00:46:38 +00:00
usb.h Distinguish between device and interface classes. 2000-02-29 21:37:00 +00:00
usb_mem.c
usb_mem.h Fix DMAADDR(): 2000-03-12 23:10:29 +00:00
usb_port.h Change the USB event mechanism to include more information about devices 2000-02-02 07:33:59 +00:00
usb_quirks.c
usb_quirks.h
usb_subr.c Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
usbcdc.h
usbdevs Add Palm serial adapter. 2000-03-13 17:14:27 +00:00
usbdevs.h Regen. 2000-03-13 21:17:32 +00:00
usbdevs_data.h Regen. 2000-03-13 21:17:32 +00:00
usbdi.c Get the status right when a polled transfer times out. 2000-03-08 15:34:10 +00:00
usbdi.h Use ratecheck() to limit error messages on disconnect. 2000-03-02 12:37:50 +00:00
usbdi_util.c Fix (mostly harmless) typo. 2000-02-22 11:25:06 +00:00
usbdi_util.h
usbdivar.h Prepare a little for having USB interrupt processing done outside the hard 2000-02-22 11:30:54 +00:00
usbhid.h