.. |
devlist2h.awk
|
|
|
FILES
|
Update with new files.
|
2000-04-23 23:19:36 +00:00 |
files.usb
|
Add USB scanner driver.
|
2000-09-23 04:32:23 +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
|
repair multicast filter setup. PR 11037 from Ryoji Kato.
|
2000-09-20 01:26:14 +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
|
Bring the coding style into the 80s, i.e., get rid of __P and use
|
2000-06-01 14:28:57 +00:00 |
if_cuereg.h
|
Reorder some #defines.
|
2000-04-27 15:25:36 +00:00 |
if_kue.c
|
Bring the coding style into the 80s, i.e., get rid of __P and use
|
2000-06-01 14:28:57 +00:00 |
if_kuereg.h
|
Some OpenBSD portability fixes.
|
2000-03-29 18:24:52 +00:00 |
if_upl.c
|
Minor whitespace change.
|
2000-08-12 14:35:20 +00:00 |
kue_fw.h
|
Change (almost) all static to Static. The symbol `Static' can then be defined
|
2000-03-27 12:33:53 +00:00 |
Makefile
|
Install usbdevs.h as well.
|
2000-08-20 22:25:20 +00:00 |
Makefile.usbdevs
|
|
|
ohci.c
|
Add an XXX comment.
|
2000-08-17 23:18:56 +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 |
TODO
|
Implement what in Intel-speech is known as "bandwidth reclamation".
|
2000-08-13 16:18:09 +00:00 |
uaudio.c
|
Add a quirk for audio devices that claim to have an extension unit, but it
|
2000-08-24 14:11:09 +00:00 |
uaudioreg.h
|
Use attribute packed for on-the-wire data structures.
|
2000-05-30 10:10:17 +00:00 |
ucom.c
|
Change the second argument of tiocm_to_ucom to u_long,
|
2000-09-15 17:03:24 +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
|
Handle output packet headers in a cleaner way. From IWAMOTO Toshihiro
|
2000-09-03 19:15:45 +00:00 |
uftdireg.h
|
Add driver for FTDI FT8U100AX serial adapter.
|
2000-04-14 14:51:22 +00:00 |
ugen.c
|
ANSIfy last patch.
|
2000-09-08 01:27:12 +00:00 |
uhci.c
|
Fix race condition when unlinking xfers. Thanks to IWAMOTO Toshihiro
|
2000-08-13 18:20:14 +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
|
Bring the coding style into the 80s, i.e., get rid of __P and use
|
2000-06-01 14:28:57 +00:00 |
uhub.c
|
Fix a device diconnect bug found by Christian Groessler <cpg@aladdin.de>.
|
2000-09-22 02:34:58 +00:00 |
ukbd.c
|
Implement handling of the UQ_SPUR_BUT_UP quirk. Some keyboards sometimes
|
2000-08-20 22:30:17 +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
|
Bring the coding style into the 80s, i.e., get rid of __P and use
|
2000-06-01 14:28:57 +00:00 |
umass.c
|
From FreeBSD: add code for Insystem USB cable.
|
2000-08-17 23:16:16 +00:00 |
umodem.c
|
Handle output packet headers in a cleaner way. From IWAMOTO Toshihiro
|
2000-09-03 19:15:45 +00:00 |
ums.c
|
Bring the coding style into the 80s, i.e., get rid of __P and use
|
2000-06-01 14:28:57 +00:00 |
urio.c
|
Recognize Rio 600.
|
2000-09-14 03:13:21 +00:00 |
urio.h
|
Change my email address.
|
2000-04-27 15:26:44 +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 USB scanner driver.
|
2000-09-23 04:32:23 +00:00 |
usb_quirks.c
|
Add a quirk for audio devices that claim to have an extension unit, but it
|
2000-08-24 14:11:09 +00:00 |
usb_quirks.h
|
Add a quirk for audio devices that claim to have an extension unit, but it
|
2000-08-24 14:11:09 +00:00 |
usb_subr.c
|
Improve some portability items.
|
2000-06-01 14:37:51 +00:00 |
usb.c
|
Removed unnecessary variable declaration.
|
2000-08-24 14:12:34 +00:00 |
usb.h
|
Reorder a little.
|
2000-06-01 15:43:32 +00:00 |
usbcdc.h
|
Use attribute packed for on-the-wire data structures.
|
2000-05-30 10:10:17 +00:00 |
usbdevs
|
delete "128MB"
|
2000-09-16 11:45:38 +00:00 |
usbdevs_data.h
|
regen.
|
2000-09-16 11:46:17 +00:00 |
usbdevs.h
|
regen.
|
2000-09-16 11:46:17 +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 |
usbdi.c
|
Initialize pointer before doing free of it.
|
2000-06-06 11:36:21 +00:00 |
usbdi.h
|
Bring the coding style into the 80s, i.e., get rid of __P and use
|
2000-06-01 14:28:57 +00:00 |
usbdivar.h
|
Kill SPLUSBCHECK -- it's not portable, and quite annoying on some
|
2000-06-24 04:12:53 +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 USB scanner driver.
|
2000-09-23 04:32:23 +00:00 |
uvisor.c
|
Handle output packet headers in a cleaner way. From IWAMOTO Toshihiro
|
2000-09-03 19:15:45 +00:00 |