NetBSD/sys/dev/usb
gson 9798a7bc46 Make the chars in the umidi_endpoint buffer unsigned; this fixes at
least one sign extension bug which caused umidi input to not work.
2003-12-05 06:05:53 +00:00
..
FILES
Makefile
Makefile.usbdevs
TODO
devlist2h.awk Appease new awk by changing \$ to $. 2003-10-28 10:35:12 +00:00
ehci.c Remove assigned-to but otherwise unused variables. 2003-10-18 04:50:35 +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 two more adapters. From FreeBSD. 2003-11-23 18:51:49 +00:00
if_auereg.h
if_cue.c
if_cuereg.h
if_kue.c
if_kuereg.h
if_uax.c Fix build error caused by last change. 2003-10-15 08:28:29 +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
ohci.c Try harder to avoid 0 ports woth AMD756. From OpenBSD. 2003-11-23 19:20:25 +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
uaudio.c Fix mixer wraparound. Closes PR 16652. 2003-10-14 13:12:19 +00:00
uaudioreg.h remove duplicate cpp defs. 2002-10-23 02:32:36 +00:00
ubsa.c Don't free non-malloced memory. From mlang@delysid.org 2003-11-12 11:29:12 +00:00
ubt.c Lower debug level so the match routine isn't so verbose. 2003-01-20 21:14:57 +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 product. From OpenBSD. 2003-11-23 18:17:58 +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
uhci.c Ignore a CRCTO error on a SETUP transaction in combination with STALLED or NAK. 2003-11-04 19:11:21 +00:00
uhcireg.h
uhcivar.h Use a somewhat bigger buffer for the vendor string. 2002-12-31 00:39:11 +00:00
uhid.c cleanup & uniform descriptor owner handling: 2003-09-21 19:16:48 +00:00
uhidev.c Fix uninitialized variable warnings. 2003-10-25 18:28:31 +00:00
uhidev.h
uhub.c change URL pointers of USB[1,2] specification 2003-02-08 03:32:50 +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.c netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
umass_isdata.c Make the ATA mid-layer appears as atabus, as proposed in 2003-10-08 10:58:12 +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 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.c Opening umidi read-only failed to increment ep->num_open because 2003-12-05 06:01:59 +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 Update URLs for the HID spec. 2003-03-11 16:44:00 +00:00
uplcom.c Add some more devices. From FreeBSD. 2003-11-23 12:22:51 +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 Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +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 more printers that report bidir mode, but can't handle it. From Linux. 2003-10-02 19:10:37 +00:00
usb_quirks.h
usb_subr.c Allow a device to reject CLEAR_FEATURE ENDPOINT_STALL (with a STALL) -- the 2003-09-23 21:44:42 +00:00
usbcdc.h
usbdevs Add another device. From FreeBSD. 2003-11-23 19:06:19 +00:00
usbdevs.h Regen. 2003-11-23 19:06:39 +00:00
usbdevs_data.h Regen. 2003-11-23 19:06:39 +00:00
usbdi.c
usbdi.h
usbdi_util.c
usbdi_util.h
usbdivar.h
usbhid.h
uscanner.c Add more scanners. From FreeBSD. 2003-11-23 19:07:10 +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 An earlier revision of the data sheet documented MIR data rate support, 2002-12-28 06:04:18 +00:00
uvisor.c enable support for the TREO 600 2003-11-07 21:27:56 +00:00
uvscom.c add missing __KERNEL_RCSID() 2003-07-14 15:47:00 +00:00
uyap.c
uyap_firmware.h Avoid lint complaints. 2002-11-03 09:57:40 +00:00