.. |
FILES
|
…
|
|
Makefile
|
…
|
|
Makefile.usbdevs
|
…
|
|
TODO
|
…
|
|
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.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
|
…
|
|
if_udav.c
|
…
|
|
if_udavreg.h
|
…
|
|
if_upl.c
|
…
|
|
if_url.c
|
…
|
|
if_urlreg.h
|
…
|
|
kue_fw.h
|
…
|
|
ohci.c
|
Use the correct wValue to get hub desriptors.
|
2003-12-29 08:17:10 +00:00 |
ohcireg.h
|
…
|
|
ohcivar.h
|
…
|
|
uaudio.c
|
sprintf -> snprintf
|
2004-04-22 00:17:10 +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
|
…
|
|
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
|
…
|
|
ugraphire_rdesc.h
|
make uhid_graphire*_report_descr[] const
|
2004-01-04 08:35:52 +00:00 |
uhci.c
|
Interrupt descriptors might become invalid while being processed in
|
2004-03-02 16:32:05 +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
|
…
|
|
ukbd.c
|
…
|
|
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
|
MAXBSIZE->MAXPHYS -- this mysteriously broke all *kinds* of stuff when
|
2004-03-22 14:55:42 +00:00 |
umass.c
|
sprintf -> snprintf
|
2004-04-22 00:17:10 +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
|
…
|
|
umassvar.h
|
MAXBSIZE->MAXPHYS -- this mysteriously broke all *kinds* of stuff when
|
2004-03-22 14:55:42 +00:00 |
umct.c
|
Update URL; from Jared Yanovich via jmc@openbsd.
|
2003-11-10 08:58:39 +00:00 |
umct.h
|
…
|
|
umidi.c
|
In alloc_all_endpoints_genuine(), search for the endpoint descriptors
|
2004-01-19 07:36:35 +00:00 |
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 |
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
|
…
|
|
uplcom.c
|
Initialize sc_rts and sc_dts to 0, instead of -1, as suggested in
|
2004-04-09 19:06:52 +00:00 |
urio.c
|
Add a device. From OpenBSD.
|
2003-11-24 00:00:07 +00:00 |
urio.h
|
…
|
|
usb.c
|
URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter.
|
2003-11-07 17:03:25 +00:00 |
usb.h
|
…
|
|
usb_mem.c
|
Fix bug in error path. From OpenBSD.
|
2004-01-05 13:30:45 +00:00 |
usb_mem.h
|
…
|
|
usb_port.h
|
…
|
|
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
|
sprintf -> snprintf
|
2004-04-22 00:17:10 +00:00 |
usbcdc.h
|
…
|
|
usbdevs
|
Add Dell BC02 Bluetooth USB Adapter
|
2004-04-08 05:36:00 +00:00 |
usbdevs.h
|
Regen.
|
2004-04-08 05:36:30 +00:00 |
usbdevs_data.h
|
Regen.
|
2004-04-08 05:36:30 +00:00 |
usbdi.c
|
…
|
|
usbdi.h
|
…
|
|
usbdi_util.c
|
…
|
|
usbdi_util.h
|
…
|
|
usbdivar.h
|
…
|
|
usbhid.h
|
…
|
|
uscanner.c
|
Add Epson Perfection 1670 scanner
|
2004-03-15 11:09:23 +00:00 |
usscanner.c
|
MAXBSIZE->MAXPHYS -- this mysteriously broke all *kinds* of stuff when
|
2004-03-22 14:55:42 +00:00 |
ustir.c
|
…
|
|
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.c
|
…
|
|
uyap_firmware.h
|
…
|
|