NetBSD/sys/dev/usb
drochner db154a4d20 "attach radio at radio":
using one word as both attribute and device doesn't work well,
radio.c is pulled in even with no such device in the configuration,
and the kernel doesn't link due to missing "radio_cd".
So call the attribute "radiodev" to avoid confusion.
2002-01-07 17:44:42 +00:00
..
FILES Add some missing files. 2001-12-30 11:01:24 +00:00
Makefile
Makefile.usbdevs
TODO Add an item 2001-12-09 03:06:46 +00:00
devlist2h.awk
ehci.c Change abort slightly. 2001-12-31 12:16:57 +00:00
ehcireg.h Improve xfer abort sequence. 2001-11-23 01:16:27 +00:00
ehcivar.h Change abort slightly. 2001-12-31 12:16:57 +00:00
ezload.c add RCSIDs 2001-11-13 06:24:53 +00:00
ezload.h
files.usb "attach radio at radio": 2002-01-07 17:44:42 +00:00
hid.c Fix another descriptor parsing bug. Thanks to Tero Kivinen for 2002-01-02 11:10:50 +00:00
hid.h Introduce an extra driver level for HID devices, uhidev. This uhidev driver 2001-12-28 17:32:36 +00:00
if_aue.c Integrate fix from PR 10155. 2001-12-14 23:56:21 +00:00
if_auereg.h Add a reference counter to avoid blowing away the softc while frobbing 2001-10-10 02:14:16 +00:00
if_cue.c Remove some stupid casts. 2001-12-12 15:36:08 +00:00
if_cuereg.h
if_kue.c Remove some stupid casts. 2001-12-12 15:36:08 +00:00
if_kuereg.h
if_upl.c add RCSIDs 2001-11-13 06:24:53 +00:00
kue_fw.h
ohci.c Change xfer abort to wait for the softintr to run. 2001-12-31 12:20:35 +00:00
ohcireg.h
ohcivar.h Change xfer abort to wait for the softintr to run. 2001-12-31 12:20:35 +00:00
uaudio.c add RCSIDs 2001-11-13 06:24:53 +00:00
uaudioreg.h
ucom.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
ucomvar.h Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
udsbr.c Correct the frequency calculation. 2002-01-03 21:52:26 +00:00
uftdi.c Uoo 2001-12-17 14:34:37 +00:00
uftdireg.h support BREAK function, 2001-12-17 14:31:02 +00:00
ugen.c More whitespace fixes from FreeBSD. 2002-01-02 16:20:14 +00:00
ugraphire_rdesc.h
uhci.c Use NULL not 0. 2001-11-21 15:48:37 +00:00
uhcireg.h Don't write back status bits that are cleared when written. 2001-08-06 15:15:08 +00:00
uhcivar.h
uhid.c Some more usb_proc_ptr changes. 2002-01-02 20:55:58 +00:00
uhidev.c Make the driver a little less talkative on errors. 2001-12-29 20:50:16 +00:00
uhidev.h Be more paranoid about input sizes. 2001-12-29 18:56:52 +00:00
uhub.c Add a comment. 2001-11-20 16:08:37 +00:00
uirda.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
ukbd.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
ukbdmap.c add RCSIDs 2001-11-13 06:24:53 +00:00
ukbdvar.h
ulpt.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
umass.c Dump enpoint number instead of endpoint index. 2001-12-31 15:54:27 +00:00
umass_isdata.c Add a preliminary version of a driver for In-System Designs non-standard 2001-12-24 13:43:24 +00:00
umass_isdata.h Add a preliminary version of a driver for In-System Designs non-standard 2001-12-24 13:43:24 +00:00
umass_quirks.c Move some USB device quirks to the umass_quirk table. 2001-12-29 14:06:18 +00:00
umass_quirks.h Introduce a field, busquirks, in the umass quirk table that is passed 2001-12-29 13:46:23 +00:00
umass_scsipi.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
umass_scsipi.h Make the separation between wire protocol (umass.c) and command protocol 2001-12-24 13:25:52 +00:00
umassvar.h Introduce a field, busquirks, in the umass quirk table that is passed 2001-12-29 13:46:23 +00:00
umct.c In BREAK, the value of LCR is held. 2001-12-17 14:19:39 +00:00
umct.h
umidi.c Get rid of a few stray __P(). 2002-01-02 17:20:09 +00:00
umidi_quirks.c add RCSIDs 2001-11-13 06:24:53 +00:00
umidi_quirks.h fix for Roland/EDIROL UM-880. 2001-09-29 22:00:47 +00:00
umidireg.h
umidivar.h
umodem.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
ums.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
uplcom.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
urio.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
urio.h
usb.c Add a DIAGNOSTIC check. From FreeBSD. 2002-01-03 22:20:45 +00:00
usb.h Add a missing subclass definition. 2002-01-01 14:23:37 +00:00
usb_mem.c add RCSIDs 2001-11-13 06:24:53 +00:00
usb_mem.h
usb_port.h Add USTIR_DEBUG. 2002-01-03 18:57:36 +00:00
usb_quirks.c add RCSIDs 2001-11-13 06:24:53 +00:00
usb_quirks.h
usb_subr.c Correct a comment. 2001-11-22 21:59:33 +00:00
usbcdc.h
usbdevs Fix typo in last commit. 2001-12-30 11:01:44 +00:00
usbdevs.h Regen. 2001-12-30 11:08:19 +00:00
usbdevs_data.h Regen. 2001-12-30 11:08:19 +00:00
usbdi.c Make sure we don't have any pending softintrs when entering polling mode. 2001-12-30 20:26:59 +00:00
usbdi.h Add some more DIAGNOSTIC tests. 2001-12-24 21:36:15 +00:00
usbdi_util.c Add usbd_get_protocol(). 2001-12-27 11:24:42 +00:00
usbdi_util.h Add usbd_get_protocol(). 2001-12-27 11:24:42 +00:00
usbdivar.h Change some DIAGNOSTIC #defines. 2001-12-27 18:43:46 +00:00
usbhid.h Add some more #defines. 2001-12-28 00:20:24 +00:00
uscanner.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
usscanner.c add RCSIDs 2001-11-13 06:24:53 +00:00
ustir.c Add the ustir driver, for SigmaTel STIr4200 USB/IrDA Bridge. 2002-01-03 18:54:31 +00:00
ustirreg.h Add the ustir driver, for SigmaTel STIr4200 USB/IrDA Bridge. 2002-01-03 18:54:31 +00:00
uvisor.c add RCSIDs 2001-11-13 06:24:53 +00:00
uyap.c add RCSIDs 2001-11-13 06:24:53 +00:00
uyap_firmware.h