freebsd-skq/sys/dev/usb
Bill Paul 76fd432173 Fix a couple of bugs:
- The busy wait hack in usbdi.c was doing its timeout in microseconds
  instead of milliseconds.
- if_aue.c:aue_intr() is creating a bitmask by and'ing two bits when it
  should be or'ing them.

Submitted by:	Lennart Augustsson
2000-01-19 01:01:56 +00:00
..
devlist2h.awk
FILES
hid.c
hid.h
if_aue.c Fix a couple of bugs: 2000-01-19 01:01:56 +00:00
if_auereg.h Remove device name strings from vendor/product lists since we don't use 2000-01-16 22:45:07 +00:00
if_cue.c The correct part number for the CATC ASIC is USB-EL1210A, not 2000-01-17 18:49:20 +00:00
if_cuereg.h Remove device name strings from vendor/product lists since we don't use 2000-01-16 22:45:07 +00:00
if_kue.c Change the mechanism by which we detect that the firmware is already 2000-01-17 23:14:40 +00:00
if_kuereg.h Remove device name strings from vendor/product lists since we don't use 2000-01-16 22:45:07 +00:00
kue_fw.h Add device driver support for USB ethernet adapters based on the 2000-01-05 04:27:24 +00:00
Makefile.usbdevs
ohci_pci.c
ohci.c Add an extra debugging message. 2000-01-10 22:33:43 +00:00
ohcireg.h
ohcivar.h
ugen.c
uhci_pci.c
uhci.c
uhcireg.h
uhcivar.h
uhid.c
uhub.c
ukbd.c Rework shifta/ctla/alta key handling. It appears that there was 2000-01-11 13:39:05 +00:00
ulpt.c
umass.c
umodem.c
ums.c
usb_ethersubr.c Pull my head out of my ass and actually make the tx netisr stuff work right. 2000-01-14 01:36:16 +00:00
usb_ethersubr.h Pull my head out of my ass and actually make the tx netisr stuff work right. 2000-01-14 01:36:16 +00:00
usb_if.m
usb_mem.h
usb_port.h
usb_quirks.c Bunch of updates: 2000-01-13 20:13:58 +00:00
usb_quirks.h
usb_subr.c
usb.c
usb.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
usbcdc.h
usbdevs Bunch of updates: 2000-01-13 20:13:58 +00:00
usbdevs_data.h Regenerate. 2000-01-13 20:17:11 +00:00
usbdevs.h Regenerate. 2000-01-13 20:17:11 +00:00
usbdi_util.c
usbdi_util.h
usbdi.c Fix a couple of bugs: 2000-01-19 01:01:56 +00:00
usbdi.h
usbdivar.h
usbhid.h