.. |
FILES
|
Add umass.c.
|
2000-01-13 20:19:14 +00:00 |
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
|
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
|
1999-11-18 23:32:25 +00:00 |
files.usb
|
Make it compile even if you leave out the ucom attachment.
|
2000-01-25 13:56:23 +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
|
Fiddle with some PHY bits on the D-Link adapter as well. From FreeBSD.
|
2000-02-02 20:06:55 +00:00 |
if_auereg.h
|
Generate usb events on attach and detach.
|
2000-02-02 13:19:44 +00:00 |
if_cue.c
|
Generate usb events on attach and detach.
|
2000-02-02 13:19:44 +00:00 |
if_cuereg.h
|
Generate usb events on attach and detach.
|
2000-02-02 13:19:44 +00:00 |
if_kue.c
|
Generate usb events on attach and detach.
|
2000-02-02 13:21:25 +00:00 |
if_kuereg.h
|
Add rnd_source.
|
2000-02-02 13:22:07 +00:00 |
kue_fw.h
|
Add Bill Paul's FreeBSD driver for the Kawasaki LSI KL5KUSB101B USB Ethernet
|
2000-01-17 01:38:43 +00:00 |
ohci.c
|
Put some #ifdefs around power and shutdown hooks.
|
2000-02-01 05:42:52 +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
|
Put some #ifdefs around power and shutdown hooks.
|
2000-02-01 05:42:52 +00:00 |
uaudio.c
|
Use NULL instead of 0.
|
2000-02-08 18:45:27 +00:00 |
uaudioreg.h
|
Start of implementation of UpDown processing unit control.
|
2000-01-16 09:32:56 +00:00 |
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
|
Use NULL instead of 0.
|
2000-02-08 18:45:27 +00:00 |
uhci.c
|
Add uhci_root_ctrl_done() method.
|
2000-01-28 00:44:27 +00:00 |
uhcireg.h
|
Propagate the USB revision number to the usb driver.
|
1999-11-20 00:57:08 +00:00 |
uhcivar.h
|
Try to avoid accessing the HC if it is dead. Suggested by mycroft.
|
2000-01-26 10:04:38 +00:00 |
uhid.c
|
Generate usb events on attach and detach.
|
2000-02-02 13:18:45 +00:00 |
uhub.c
|
Generate usb events on attach and detach.
|
2000-02-02 13:18:45 +00:00 |
ukbd.c
|
Generate usb events on attach and detach.
|
2000-02-02 13:18:45 +00:00 |
ukbdmap.c
|
…
|
|
ukbdvar.h
|
…
|
|
ulpt.c
|
Generate usb events on attach and detach.
|
2000-02-02 13:18:45 +00:00 |
umass.c
|
Generate usb events on attach and detach.
|
2000-02-02 13:18:45 +00:00 |
umodem.c
|
Add methods for ucom to call back on open/close.
|
2000-02-08 09:18:01 +00:00 |
ums.c
|
Generate usb events on attach and detach.
|
2000-02-02 13:18:45 +00:00 |
usb.c
|
Change the USB event mechanism to include more information about devices
|
2000-02-02 07:33:59 +00:00 |
usb.h
|
Change the USB event mechanism to include more information about devices
|
2000-02-02 07:33:59 +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 the USB event mechanism to include more information about devices
|
2000-02-02 07:33:59 +00:00 |
usb_quirks.c
|
Adjust for ADS name change.
|
2000-01-17 01:43:31 +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
|
Change the USB event mechanism to include more information about devices
|
2000-02-02 07:33:59 +00:00 |
usbcdc.h
|
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
|
1999-11-18 23:32:25 +00:00 |
usbdevs
|
Fix typo.
|
2000-01-28 00:08:57 +00:00 |
usbdevs.h
|
Regen.
|
2000-01-28 00:09:19 +00:00 |
usbdevs_data.h
|
Regen.
|
2000-01-28 00:09:19 +00:00 |
usbdi.c
|
Don't stall the control pipe on error.
|
2000-02-08 18:46:03 +00:00 |
usbdi.h
|
Change the USB event mechanism to include more information about devices
|
2000-02-02 07:33:59 +00:00 |
usbdi_util.c
|
Use NULL instead of 0.
|
2000-02-08 18:45:27 +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
|
Fix typos.
|
2000-01-19 01:16:38 +00:00 |
usbhid.h
|
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
|
1999-11-18 23:32:25 +00:00 |