..
devlist2h.awk
Fixes from PR#23177. Various lint/logic fixes:
2003-12-15 07:32:20 +00:00
ehci.c
Michael van Elst reports his USB2 disk works stable after latest Chuck's
2004-01-17 13:15:05 +00:00
ehcireg.h
Rest of PR23128, so that ehci.c compiles again.
2003-10-13 00:05:10 +00:00
ehcivar.h
ezload.c
Oops, fix a commito.
2003-10-29 03:54:17 +00:00
ezload.h
FILES
files.usb
Following Matt Thomas's request, rename ata attribute to ata_hl, and
2003-10-08 20:57:59 +00:00
hid.c
hid.h
if_aue.c
Add an HP adapter. From FreeBSD.
2004-01-05 13:36:24 +00:00
if_auereg.h
if_cue.c
if_cuereg.h
if_kue.c
if_kuereg.h
if_uax.c
Add MELCO LUA-U2-KTX 10/100 USB network interface IDs. Uses uax driver.
2003-12-22 10:27:51 +00:00
if_uaxreg.h
Split out register definitions.
2003-02-16 17:18:47 +00:00
if_udav.c
Remove advertising clauses from code written by Shingo WATANABE.
2003-09-04 15:17:38 +00:00
if_udavreg.h
Remove advertising clauses from code written by Shingo WATANABE.
2003-09-04 15:17:38 +00:00
if_upl.c
if_url.c
Remove advertising clauses from code written by Shingo WATANABE.
2003-09-04 15:17:38 +00:00
if_urlreg.h
Remove advertising clauses from code written by Shingo WATANABE.
2003-09-04 15:17:38 +00:00
kue_fw.h
Makefile
Makefile.usbdevs
ohci.c
Use the correct wValue to get hub desriptors.
2003-12-29 08:17:10 +00:00
ohcireg.h
ohcivar.h
Use mstohz() in <sys/param.h> rather than homegrown MS_TO_TICKS().
2003-02-22 05:24:16 +00:00
TODO
uaudio.c
Fix mixer wraparound. Closes PR 16652.
2003-10-14 13:12:19 +00:00
uaudioreg.h
ubsa.c
Get rid of some vnode.h includes.
2004-01-05 13:28:18 +00:00
ubt.c
Kill the flow control interface. Bluetooth devices are not equipped to deal
2004-01-04 05:47:43 +00:00
ubtbcmfw.c
Revert revision 1.3 "add sysctl support to firmware loader" by
2003-12-01 01:09:24 +00:00
ubtreg.h
Make the ubt driver functional. This is an experimental, incomplete, but
2003-01-05 05:20:20 +00:00
ucom.c
Make the DPRINTF text for bulk in/out opening errors match which one
2003-11-24 19:47:07 +00:00
ucomvar.h
udsbr.c
uftdi.c
Add another FTDI device. From FreeBSD.
2004-01-28 21:50:28 +00:00
uftdireg.h
ugen.c
Cast a printf() arg so that USB_DEBUG compiles on multiple platforms.
2003-09-04 03:47:03 +00:00
ugraphire_rdesc.h
make uhid_graphire*_report_descr[] const
2004-01-04 08:35:52 +00:00
uhci.c
Use the correct wValue to get hub desriptors.
2003-12-29 08:17:10 +00:00
uhcireg.h
uhcivar.h
uhid.c
cleanup & uniform descriptor owner handling:
2003-09-21 19:16:48 +00:00
uhidev.c
Cosmetic changes.
2004-01-04 11:11:56 +00:00
uhidev.h
uhub.c
Use the correct wValue to get hub desriptors.
2003-12-29 08:17:10 +00:00
uirda.c
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
2003-06-29 22:28:00 +00:00
ukbd.c
Update URLs for the HID spec.
2003-03-11 16:44:00 +00:00
ukbdmap.c
Add Dvorak keyboard map. From PR kern/23230, jacereda@tractor.act.uji.es.
2003-10-22 17:24:43 +00:00
ukbdvar.h
ulpt.c
Several changes:
2003-10-04 21:19:50 +00:00
umass_isdata.c
No longer need to include <dev/ic/wdcreg.h>
2003-12-30 19:30:39 +00:00
umass_isdata.h
umass_quirks.c
eUSB ORCA Quad Reader (SHUTTLE) returns invalid CSWTAGs
2003-11-07 01:04:27 +00:00
umass_quirks.h
umass_scsipi.c
PQUIRK_NOSENSE is dead here. Remove the code supporting it.
2003-10-17 00:20:28 +00:00
umass_scsipi.h
umass.c
netbsd.org -> NetBSD.org
2003-12-04 13:57:30 +00:00
umassvar.h
Exorcise UMASS_QUIRK_FORCE_SHORT_INQUIRY.
2003-09-10 05:25:44 +00:00
umct.c
Update URL; from Jared Yanovich via jmc@openbsd.
2003-11-10 08:58:39 +00:00
umct.h
umidi_quirks.c
netbsd.org -> NetBSD.org
2003-12-04 13:57:30 +00:00
umidi_quirks.h
netbsd.org -> NetBSD.org
2003-12-04 13:57:30 +00:00
umidi.c
In alloc_all_endpoints_genuine(), search for the endpoint descriptors
2004-01-19 07:36:35 +00:00
umidireg.h
netbsd.org -> NetBSD.org
2003-12-04 13:57:30 +00:00
umidivar.h
Make the chars in the umidi_endpoint buffer unsigned; this fixes at
2003-12-05 06:05:53 +00:00
umodem.c
URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter.
2003-11-07 17:03:25 +00:00
ums.c
Update URLs for the HID spec.
2003-03-11 16:44:00 +00:00
uplcom.c
Add a serial adapter. From PR 24482
2004-02-19 01:12:05 +00:00
urio.c
Add a device. From OpenBSD.
2003-11-24 00:00:07 +00:00
urio.h
usb_mem.c
Fix bug in error path. From OpenBSD.
2004-01-05 13:30:45 +00:00
usb_mem.h
DMA, not dma nor Dma.
2003-05-03 18:10:37 +00:00
usb_port.h
Check in some work-in-progress (not yet operational).
2003-02-15 18:33:29 +00:00
usb_quirks.c
add Logitech "QuickCam for Notebook Pro" and "QuickCam Pro 4000".
2003-12-31 14:33:20 +00:00
usb_quirks.h
usb_subr.c
On disconnect, set the "subdev" pointer to NULL, otherwise
2004-02-25 21:52:59 +00:00
usb.c
URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter.
2003-11-07 17:03:25 +00:00
usb.h
usbcdc.h
usbdevs
Add a serial adapter. From PR 24482
2004-02-19 01:10:42 +00:00
usbdevs_data.h
Regen.
2004-02-19 01:11:13 +00:00
usbdevs.h
Regen.
2004-02-19 01:11:13 +00:00
usbdi_util.c
usbdi_util.h
usbdi.c
usbdi.h
usbdivar.h
usbhid.h
uscanner.c
Add more scanners.
2004-01-05 13:29:49 +00:00
usscanner.c
ustir.c
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
2003-06-29 22:28:00 +00:00
ustirreg.h
uvisor.c
Add Sony Clie v3.5. From FreeBSD.
2004-01-28 22:01:38 +00:00
uvscom.c
Get rid of some vnode.h includes.
2004-01-05 13:28:18 +00:00
uyap_firmware.h
uyap.c