NetBSD/sys/dev/usb
augustss 16bb013530 Add Palm Zire. From kern/20206, Michael van Elst. 2003-02-05 00:50:14 +00:00
..
FILES
Makefile Added some clarifying comments after my mistake. 2002-04-12 17:56:14 +00:00
Makefile.usbdevs Added some clarifying comments after my mistake. 2002-04-12 17:56:14 +00:00
TODO
devlist2h.awk
ehci.c Fix a botched loop copied from the ohci driver (already fixed in ohci.c). 2003-02-04 18:41:20 +00:00
ehcireg.h
ehcivar.h
ezload.c Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
ezload.h
files.usb Add driver for Belkin (and other) serial adapter. 2002-10-08 13:08:02 +00:00
hid.c Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
hid.h Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
if_aue.c Add a Netgear adapter. From OpenBSD. 2002-09-29 19:55:52 +00:00
if_auereg.h
if_cue.c Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
if_cuereg.h
if_kue.c Refetch interface handle on reset. Avoids potential access to freed memory. 2002-07-16 22:00:31 +00:00
if_kuereg.h
if_upl.c Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
if_url.c When padding to URL_MIN_FRAME_LEN, memset the extra buffer space used. 2003-01-15 22:40:34 +00:00
if_urlreg.h
kue_fw.h
ohci.c Grrr. So much for my ability to use grep(1) effectively. Pointed out 2003-01-20 07:12:12 +00:00
ohcireg.h Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
ohcivar.h Put some ifdefs around USB_USE_SOFTINTR stuff. From FreeBSD. 2002-09-30 16:36:19 +00:00
uaudio.c Don't stuff extra data when we receive data less than expected. 2002-12-02 02:36:14 +00:00
uaudioreg.h remove duplicate cpp defs. 2002-10-23 02:32:36 +00:00
ubsa.c Avoid uninitialized var usage in detach. 2002-11-25 00:51:33 +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 Fix a name I forgot. 2002-08-24 17:58:15 +00:00
ubtbcmfw.h Add sysctl support to firmware loader. 2002-08-24 17:24:04 +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 Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
ucomvar.h
udsbr.c Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
uftdi.c Remove breaks after returns, unreachable returns and returns after 2002-09-23 05:51:10 +00:00
uftdireg.h Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
ugen.c si_ -> sel_ 2002-11-26 18:49:40 +00:00
ugraphire_rdesc.h
uhci.c Reissue the MAXP command on resume. From FreeBSD. 2003-01-01 16:25:59 +00:00
uhcireg.h Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
uhcivar.h Use a somewhat bigger buffer for the vendor string. 2002-12-31 00:39:11 +00:00
uhid.c si_ -> sel_ 2002-11-26 18:49:40 +00:00
uhidev.c Knock off some XXX'd code: Use malloc() instead of a fixed length buffer 2003-01-02 11:00:21 +00:00
uhidev.h Add support for uhidev children (eg, ums, ukbd) as rnd entropy 2002-10-08 09:56:17 +00:00
uhub.c Initialise uhubdebug so that it's patchable in a kernel image 2003-01-02 03:20:09 +00:00
uirda.c si_ -> sel_ 2002-11-26 18:49:40 +00:00
ukbd.c Make sure we are at splusb() while polling. 2002-10-09 01:02:26 +00:00
ukbdmap.c Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
ukbdvar.h
ulpt.c When detaching a ulpt device, call vdevgone() for the corresponding 2003-01-05 10:19:42 +00:00
umass.c successful with only one l. 2003-01-06 12:46:05 +00:00
umass_isdata.c Use PRId64 for daddr_t in a DPRINTF. 2003-01-27 13:06:38 +00:00
umass_isdata.h
umass_quirks.c Fix typo in last commit. 2003-01-21 21:00:56 +00:00
umass_quirks.h
umass_scsipi.c Make sure to set xs->datalen when we force a short inquiry. From kern/19971, 2003-01-21 20:56:57 +00:00
umass_scsipi.h
umassvar.h kern/12837: Provide a way to get working devices that violate the usb spec by 2002-12-06 03:57:51 +00:00
umct.c Remove breaks after returns, unreachable returns and returns after 2002-09-23 05:51:10 +00:00
umct.h
umidi.c Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
umidi_quirks.c add ROLAND/EDIROL SC-8850/SD-90. 2002-06-19 13:55:30 +00:00
umidi_quirks.h
umidireg.h
umidivar.h No trailing , in enum (from OpenBSD). 2002-09-12 21:00:42 +00:00
umodem.c Remove breaks after returns, unreachable returns and returns after 2002-09-23 05:51:10 +00:00
ums.c Don't return a value in a void function. 2002-09-23 05:59:01 +00:00
uplcom.c Remove breaks after returns, unreachable returns and returns after 2002-09-23 05:51:10 +00:00
urio.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
urio.h
usb.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
usb.h Increasre the reset recovery time. 2002-09-22 23:20:50 +00:00
usb_mem.c Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
usb_mem.h Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
usb_port.h Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
usb_quirks.c Merge changes from FreeBSD: 2003-01-02 04:19:00 +00:00
usb_quirks.h
usb_subr.c Try to get full device descriptor a few times. This makes some slow 2003-01-10 11:19:13 +00:00
usbcdc.h
usbdevs Add Palm Zire. 2003-02-05 00:48:47 +00:00
usbdevs.h Regen. 2003-02-05 00:49:05 +00:00
usbdevs_data.h Regen. 2003-02-05 00:49:05 +00:00
usbdi.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
usbdi.h Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
usbdi_util.c Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
usbdi_util.h Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
usbdivar.h Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
usbhid.h
uscanner.c Undo last (not supposed to be committed). 2003-01-27 00:32:44 +00:00
usscanner.c Remove breaks after returns, unreachable returns and returns after 2002-09-23 05:51:10 +00:00
ustir.c This device has a single FIFO shared by both incoming and outgoing data. 2002-12-28 04:55:30 +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 Add Palm Zire. From kern/20206, Michael van Elst. 2003-02-05 00:50:14 +00:00
uvscom.c Remove breaks after returns, unreachable returns and returns after 2002-09-23 05:51:10 +00:00
uyap.c Get rid of trailing white space. 2002-07-11 21:14:24 +00:00
uyap_firmware.h Avoid lint complaints. 2002-11-03 09:57:40 +00:00