NetBSD/sys/dev/usb
plunky 999bb1e465 It seems that EHCI at least will complete a empty transfer with
status == NORMAL_COMPLETION.

Guard against that.
2006-08-30 19:42:37 +00:00
..
FILES The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219. 2006-08-19 16:35:02 +00:00
Makefile integrate kauth. 2006-05-14 21:42:26 +00:00
Makefile.usbdevs
TODO Remove an item - uhidev(4) now exists. 2005-03-13 08:21:50 +00:00
devlist2h.awk merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ehci.c fix incomplete initializers 2006-08-30 00:42:41 +00:00
ehcireg.h Add some definitions for the extended capability registers. 2005-11-20 18:36:20 +00:00
ehcivar.h From OpenBSD: 2006-01-17 12:30:00 +00:00
ezload.c Coverity CID 729: Remove dead code. 2006-04-14 17:21:17 +00:00
ezload.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
files.usb The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219. 2006-08-19 16:35:02 +00:00
hid.c Bluetooth fixes by Iain Hibbert: 2006-07-26 10:40:50 +00:00
hid.h Bluetooth fixes by Iain Hibbert: 2006-07-26 10:40:50 +00:00
if_atu.c First round at adapting to our net80211 stack. Unfinished work, but at least 2006-05-22 21:01:15 +00:00
if_atureg.h Don't use a private variable for storing the desired ssid, the net80211 layer 2006-05-08 17:12:42 +00:00
if_aue.c kern/33071: Dave J. Barnes: Recognize ADMtek ADM8515 USB2.0 Ethernet Converter 2006-03-13 16:29:58 +00:00
if_auereg.h
if_axe.c Free allocated memory if attach fails. 2006-03-19 22:30:56 +00:00
if_axereg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
if_cdce.c Use device_unit(). 2006-03-28 17:38:24 +00:00
if_cdcereg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
if_cue.c Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in 2005-11-28 13:31:09 +00:00
if_cuereg.h
if_kue.c Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in 2005-11-28 13:31:09 +00:00
if_kuereg.h
if_udav.c Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
if_udavreg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
if_upl.c Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in 2005-11-28 13:31:09 +00:00
if_ural.c Patches contributed by KIYOHARA Takashi, taken from FreeBSD. 2006-07-05 18:46:42 +00:00
if_uralreg.h Patches contributed by KIYOHARA Takashi, taken from FreeBSD. 2006-07-05 18:46:42 +00:00
if_uralvar.h Patches contributed by KIYOHARA Takashi, taken from FreeBSD. 2006-07-05 18:46:42 +00:00
if_url.c Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"), 2006-02-25 00:58:34 +00:00
if_urlreg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kue_fw.h
ohci.c make [OU]READ[124]() real inline functions instead of macros. 2006-05-12 01:25:00 +00:00
ohcireg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ohcivar.h changes for making DIAGNOSTIC not change the kernel ABI: 2005-12-27 04:06:45 +00:00
uaudio.c in uaudio_process_as() initialise ai.aformat and ai.ifaceh. 2006-05-11 19:09:25 +00:00
uaudioreg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ubsa.c Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
ubt.c It seems that EHCI at least will complete a empty transfer with 2006-08-30 19:42:37 +00:00
ucom.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
ucomvar.h cleanup more SET/CLR/ISSET lossage 2006-03-05 17:33:33 +00:00
ucycom.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
udsbr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uep.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uftdi.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uftdireg.h
ugen.c Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request read 2006-07-24 14:24:48 +00:00
ugensa.c Initialize portno 2006-06-28 18:20:36 +00:00
ugraphire_rdesc.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uhci.c Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, 2006-06-19 15:44:33 +00:00
uhcireg.h Add bit definitions for PCI_LEGSUP register. 2006-03-10 17:18:54 +00:00
uhcivar.h changes for making DIAGNOSTIC not change the kernel ABI: 2005-12-27 04:06:45 +00:00
uhid.c Use device_unit(). 2006-03-28 17:38:24 +00:00
uhidev.c Don't allocate >1K on the stack. 2006-06-12 21:01:58 +00:00
uhidev.h Normally a ugen device only attaches if no other driver wants the device. 2005-11-23 08:54:47 +00:00
uhub.c Coverity CID 2330: Spell out that we are going to use the memory we allocated. 2006-04-14 16:26:46 +00:00
uipaq.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uirda.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ukbd.c Use device_unit(). 2006-03-28 17:38:24 +00:00
ukbdmap.c Fix apostrophe key on Spanish keyboards. 2006-03-18 17:33:16 +00:00
ukbdvar.h
ukyopon.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ukyopon.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ulpt.c integrate kauth. 2006-05-14 21:42:26 +00:00
umass.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
umass_isdata.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
umass_isdata.h
umass_quirks.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
umass_quirks.h
umass_scsipi.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
umass_scsipi.h
umassvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
umct.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
umct.h
umidi.c Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
umidi_quirks.c Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
umidi_quirks.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
umidireg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
umidivar.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
umodem.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
umodem_common.c Increase the size of UMODEMIBUFSIZE and UMODEMOBUFSIZE. These are the 2006-06-07 18:03:00 +00:00
umodemvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ums.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uplcom.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
urio.c Use device_unit(). 2006-03-28 17:38:24 +00:00
urio.h
usb.c stack police: don't allocate usb_events on the stack, malloc them directly. 2006-06-09 21:33:42 +00:00
usb.h Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request read 2006-07-24 14:24:48 +00:00
usb_mem.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
usb_mem.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
usb_port.h Use device_unit(). 2006-03-28 17:38:24 +00:00
usb_quirks.c Add a {UQ_ASSUME_CM_OVER_DATA quirk for Siemens AG Wireless Modules MC75. 2005-11-28 19:37:18 +00:00
usb_quirks.h
usb_subr.c Don't free subdevs on normal completion. The detach code needs it. 2006-06-11 16:00:08 +00:00
usbcdc.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
usbdevices.config Add utoppy* at uhub? 2006-04-03 08:53:22 +00:00
usbdevs Add an ArkMicroChips serial adapter 2006-07-01 08:14:46 +00:00
usbdevs.h Regen 2006-07-01 08:15:16 +00:00
usbdevs_data.h Regen 2006-07-01 08:15:16 +00:00
usbdi.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:27:29 +00:00
usbdi.h Add a new match level, UMATCH_HIGHEST. 2005-11-28 13:14:48 +00:00
usbdi_util.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
usbdi_util.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
usbdivar.h changes for making DIAGNOSTIC not change the kernel ABI: 2005-12-27 04:06:45 +00:00
usbhid.h
uscanner.c Use device_unit(). 2006-03-28 17:38:24 +00:00
usscanner.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ustir.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ustirreg.h
utoppy.c Add "goto done;" in the usbd_open_pipe(IN) failure case. 2006-04-11 23:08:08 +00:00
utoppy.h Add a kernel driver and userland program for the Topfield TF5000PVR range 2006-04-03 08:15:48 +00:00
uvisor.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uvscom.c Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
uyap.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
uyap_firmware.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00