NetBSD/sys/dev/usb
2009-01-16 13:31:41 +00:00
..
devlist2h.awk
ehci.c replace bitmask_snprintf(9) with snprintb(3) 2008-12-16 22:35:21 +00:00
ehcireg.h Fixed high-speed isoc USB transfers, 64 bit capable host controllers have a different transfer descriptor to non-capable controllers. 2008-11-28 17:18:21 +00:00
ehcivar.h kern/39727: race condition in ehci isoc abort xfer path 2008-10-14 18:12:38 +00:00
ezload.c
ezload.h
FILES
files.usb Add u3g(4) driver from FreeBSD. This driver provides better support for 2008-10-10 16:37:15 +00:00
hid.c
hid.h
if_atu.c
if_atureg.h
if_aue.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_auereg.h
if_axe.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_axereg.h
if_cdce.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_cdcereg.h
if_cue.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_cuereg.h
if_kue.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_kuereg.h
if_rum.c remove extra semicolons. 2009-01-03 03:43:21 +00:00
if_rumreg.h
if_rumvar.h
if_udav.c
if_udavreg.h
if_upl.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_ural.c *** Summary *** 2008-11-07 00:20:01 +00:00
if_uralreg.h
if_uralvar.h
if_url.c
if_urlreg.h
if_zyd.c remove extra semicolons. 2009-01-03 03:43:21 +00:00
if_zydreg.h
kue_fw.h
Makefile
Makefile.usbdevs Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
ohci.c replace bitmask_snprintf(9) with snprintb(3) 2008-12-16 22:35:21 +00:00
ohcireg.h
ohcivar.h
pseye.c Merge wrstuden-revivesa into HEAD. 2008-10-15 06:51:17 +00:00
stuirda.c Load firmware from .../firmware/stuirda, not ../uirda, to avoid confusion. 2008-10-13 10:01:24 +00:00
TODO
u3g.c remove extra semicolons. 2009-01-03 03:43:21 +00:00
uaudio.c
uaudioreg.h
uberry.c
ubsa_common.c
ubsa.c
ubsavar.h -ubsa needs to be attached as whole device on USB, because it sets 2008-07-31 22:01:15 +00:00
ubt.c Don't pmf_device_deregister() if it was not registered, which happens 2008-07-28 14:19:26 +00:00
uchcom.c Add HL-340 usb2Serial addapter. 2008-10-22 10:35:50 +00:00
ucom.c make this compile 2009-01-11 10:47:37 +00:00
ucomvar.h
ucycom.c make this compile 2009-01-11 10:47:37 +00:00
udsbr.c
uep.c
uftdi.c PR/38202: Jeff McMahill: Support for Sealevel SeaPORT+4 USB to Serial adaptor. 2008-09-06 21:42:05 +00:00
uftdireg.h
ugen.c make this compile 2009-01-11 10:47:37 +00:00
ugensa.c Remove two devices that are handled by ubsa and might need special 2008-10-19 11:40:02 +00:00
ugraphire_rdesc.h
uhci.c replace bitmask_snprintf(9) with snprintb(3) 2008-12-16 22:35:21 +00:00
uhcireg.h
uhcivar.h
uhid.c
uhidev.c
uhidev.h
uhmodem.c
uhub.c Implement uhub_rescan(). After this change, "modload uaudio.kmod" 2008-08-18 18:03:21 +00:00
uipaq.c
uirda.c
uirdavar.h
ukbd.c make this compile 2009-01-11 10:47:37 +00:00
ukbdmap.c
ukbdvar.h
ukyopon.c
ukyopon.h
ulpt.c
umass_isdata.c
umass_isdata.h
umass_quirks.c Remove E220 quirk -- u3g(4) does implement that directly. 2008-10-27 21:46:43 +00:00
umass_quirks.h
umass_scsipi.c make this compile 2009-01-11 10:58:26 +00:00
umass_scsipi.h
umass.c PR#39651 2008-12-12 05:35:11 +00:00
umassvar.h PR/37948: Yojiro UO: Support for Sony GPS GPS-CS1 devices. Check the support 2008-09-06 21:49:00 +00:00
umct.c
umct.h
umidi_quirks.c Constify most umidi-quirk data. Addresses PR#39017. 2008-07-08 11:34:43 +00:00
umidi_quirks.h Constify most umidi-quirk data. Addresses PR#39017. 2008-07-08 11:34:43 +00:00
umidi.c make this compile 2009-01-11 10:58:26 +00:00
umidireg.h
umidivar.h Constify most umidi-quirk data. Addresses PR#39017. 2008-07-08 11:34:43 +00:00
umodem_common.c
umodem.c
umodemvar.h
ums.c
uplcom.c PR/39971 - SHIMAOKA Shunsuke -- Recognize Corega CG-USBRS232R as a 2008-11-20 10:50:42 +00:00
urio.c make this compile 2009-01-11 10:58:26 +00:00
urio.h
usb_mem.c
usb_mem.h
usb_port.h
usb_quirks.c QuickCam Messenger: Set UQ_BAD_ADC quirk so uaudio will attach. The device 2008-09-10 20:34:40 +00:00
usb_quirks.h
usb_subr.c Implement uhub_rescan(). After this change, "modload uaudio.kmod" 2008-08-18 18:03:21 +00:00
usb.c
usb.h High speed isochronous transfer support, from Jeremy Morse as part of 2008-08-02 23:14:34 +00:00
usbcdc.h
usbdevices.config
usbdevs Add HP Generic RNDIS ID 2009-01-16 13:31:01 +00:00
usbdevs_data.h regen for HP Generic RNDIS 2009-01-16 13:31:41 +00:00
usbdevs.h regen for HP Generic RNDIS 2009-01-16 13:31:41 +00:00
usbdi_util.c
usbdi_util.h
usbdi.c PR#39651 2008-12-12 05:35:11 +00:00
usbdi.h PR#39651 2008-12-12 05:35:11 +00:00
usbdivar.h Implement uhub_rescan(). After this change, "modload uaudio.kmod" 2008-08-18 18:03:21 +00:00
usbhid.h
usbroothub_subr.c
usbroothub_subr.h
uscanner.c make this compile 2009-01-11 10:58:26 +00:00
uslsa.c Correct license. I have not formally contributed this to TNF. 2009-01-05 17:22:18 +00:00
usscanner.c
ustir.c
ustirreg.h
utoppy.c
utoppy.h
uvideo.c Fix UVC webcam output by: 2008-12-23 03:22:29 +00:00
uvideoreg.h Add UYVY support. 2008-09-20 18:17:56 +00:00
uvisor.c
uvscom.c
uyap_firmware.h
uyap.c
xboxcontroller.c