NetBSD/sys/dev/usb
nia 984ee03fd6 regen 2021-03-15 07:30:40 +00:00
..
FILES
Makefile
Makefile.usbdevs
TODO
TODO.usbmp
aubtfwl.c aubtfwl(4): Use kmem_asprintf() for firmware file name creation. 2020-05-30 17:19:45 +00:00
aubtfwlreg.h
auvitek.c
auvitek_audio.c
auvitek_board.c
auvitek_dtv.c
auvitek_i2c.c
auvitek_video.c
auvitekreg.h
auvitekvar.h
ehci.c More converstion from usbd_status to int for function error reporting. 2021-01-05 18:00:21 +00:00
ehcireg.h
ehcivar.h
emdtv.c
emdtv_board.c
emdtv_board.h
emdtv_dtv.c
emdtv_i2c.c
emdtv_ir.c
emdtvreg.h
emdtvvar.h
files.usb mark USBNET_DEBUG as a defflag that depends on USB_DEBUG. 2020-07-13 04:44:03 +00:00
if_athn_usb.c
if_athn_usb.h
if_atu.c atu(4): Reject packets larger than MCLBYTES. 2020-08-28 19:02:19 +00:00
if_atureg.h
if_aue.c
if_auereg.h
if_axe.c reduce aprint_error(9) abuse 2021-03-01 17:41:00 +00:00
if_axen.c
if_axenreg.h
if_axereg.h
if_bwfm_usb.c Sort #includes. Nix trailing whitespace. 2020-07-22 17:18:10 +00:00
if_cdce.c
if_cdcereg.h
if_cue.c
if_cuereg.h
if_kue.c
if_kuereg.h
if_mos.c
if_mosreg.h
if_mue.c prop_data_data_nocopy -> prop_data_value 2020-06-27 13:32:00 +00:00
if_muereg.h
if_muevar.h
if_otus.c Stricter bounds check for some packet length we get from the usb chip, 2020-06-11 09:51:37 +00:00
if_otusreg.h
if_otusvar.h
if_rum.c
if_rumreg.h
if_rumvar.h
if_run.c disable inlining for couple functions which allocate usb_device_request_t 2020-06-24 21:06:39 +00:00
if_runvar.h Conditionally enable the formerly #if'ed-out code to use the 2020-06-06 13:53:43 +00:00
if_smsc.c prop_data_data_nocopy -> prop_data_value 2020-06-27 13:32:00 +00:00
if_smscreg.h
if_udav.c
if_udavreg.h
if_umb.c
if_umbreg.h
if_upgt.c
if_upgtvar.h
if_upl.c
if_ural.c
if_uralreg.h
if_uralvar.h
if_ure.c
if_urereg.h
if_urevar.h
if_url.c
if_urlreg.h
if_urndis.c
if_urtw.c
if_urtwn.c Opps....Remove irrelavent debug code and don't free_m before IFQ_DEQUEUE(). 2021-03-02 22:21:38 +00:00
if_urtwnreg.h
if_urtwnvar.h
if_urtwreg.h
if_zyd.c
if_zydreg.h
irmce.c
kue_fw.h
mbim.h
motg.c
motgreg.h
motgvar.h
ohci.c More converstion from usbd_status to int for function error reporting. 2021-01-05 18:00:21 +00:00
ohcireg.h Convert ohcireg.h to __BITS. NFCI. 2020-06-03 15:38:02 +00:00
ohcivar.h Restructure the abort code for TD based transfers (ctrl, bulk, intr). 2020-12-09 07:10:01 +00:00
pseye.c
slurm.c
stuirda.c
u3g.c Replace calls to usbd_device2interface_handle in u3g_match() and 2020-06-05 08:02:32 +00:00
ualea.c Set up the USB xfer for every transfer, not just once in the attach 2020-07-13 13:53:04 +00:00
uark.c
uatp.c
uaudio.c Fix my copy-and-paste bug in rev1.160. 2021-02-15 13:39:18 +00:00
uaudioreg.h
uberry.c
ubsa.c
ubsa_common.c
ubsavar.h
ubt.c
uchcom.c
ucom.c properly wait for refcounts to drain. 2020-10-26 12:24:10 +00:00
ucomvar.h
ucycom.c
udl.c Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
udl.h
udsbr.c
udsir.c Use sel{record,remove}_knote(). 2020-12-18 01:31:49 +00:00
uep.c
uftdi.c
uftdireg.h
ugen.c Use sel{record,remove}_knote(). 2020-12-18 01:31:49 +00:00
ugensa.c usb/ugensa: Support Linux USB 3.0 debugging port serial communication 2020-07-04 08:07:02 +00:00
ugraphire_rdesc.h
uhci.c More converstion from usbd_status to int for function error reporting. 2021-01-05 18:00:21 +00:00
uhcireg.h
uhcivar.h
uhid.c Use sel{record,remove}_knote(). 2020-12-18 01:31:49 +00:00
uhidev.c usb: Overhaul uhid(4) and uhidev(4) locking. 2020-11-29 22:54:51 +00:00
uhidev.h usb: Overhaul uhid(4) and uhidev(4) locking. 2020-11-29 22:54:51 +00:00
uhmodem.c
uhso.c
uhub.c Register eight vHCI buses, and use separate KCOV mailboxes for them. 2020-06-05 17:20:56 +00:00
uipad.c
uipaq.c
uirda.c Use sel{record,remove}_knote(). 2020-12-18 01:31:49 +00:00
uirdavar.h
ukbd.c ukbd: GC some 20 year old code (NFC) 2021-03-02 00:18:22 +00:00
ukbdvar.h
ukyopon.c
ukyopon.h
ulpireg.h
ulpt.c Fix NULL deref on attach failure. Found via vHCI fuzzing. 2020-06-27 07:29:11 +00:00
umass.c
umass_quirks.c Add umass quirk for Alcor AU6366 multi-card reader. 2020-06-19 11:52:42 +00:00
umass_quirks.h
umass_scsipi.c
umass_scsipi.h
umassvar.h
umcs.c
umcs.h
umct.c
umct.h
umidi.c fix free_all_endpoints() to not try calling free_pipe() when no endpoints 2021-01-20 22:46:33 +00:00
umidi_quirks.c
umidi_quirks.h
umodem.c
umodem_common.c
umodemvar.h
umodeswitch.c
ums.c I have a cheap USB optical mouse (CHICONY product 0x0939, also known 2021-02-03 23:26:08 +00:00
uplcom.c
usb.c fix sparc build: db_expr_t is larger than a pointer. 2021-02-24 01:46:57 +00:00
usb.h
usb_mem.c More converstion from usbd_status to int for function error reporting. 2021-01-05 18:00:21 +00:00
usb_mem.h More converstion from usbd_status to int for function error reporting. 2021-01-05 18:00:21 +00:00
usb_quirks.c Add a bunch of USB loader devices for Freescale SoC that should not 2021-02-21 12:36:38 +00:00
usb_quirks.h
usb_sdt.h
usb_subr.c Expose more descriptor items as device properties. 2021-02-17 06:30:57 +00:00
usb_verbose.c
usb_verbose.h
usbcdc.h
usbdevices.config Expose Yubikey CCID interface to userland via ugenif. 2020-08-16 02:38:06 +00:00
usbdevs correct usb device id for BELKIN F5D7050E 2021-03-15 07:29:26 +00:00
usbdevs.h regen 2021-03-15 07:30:40 +00:00
usbdevs_data.h regen 2021-03-15 07:30:40 +00:00
usbdi.c s/ be be / be / 2020-08-19 02:19:06 +00:00
usbdi.h
usbdi_util.c remove unused 2020-06-16 17:25:56 +00:00
usbdi_util.h remove unused 2020-06-16 17:25:56 +00:00
usbdivar.h Register eight vHCI buses, and use separate KCOV mailboxes for them. 2020-06-05 17:20:56 +00:00
usbhid.h
usbhist.h
usbnet.c reduce aprint_error(9) abuse 2021-03-01 17:41:00 +00:00
usbnet.h note that "enum usbnet_ep un_ed" member is the wrong type, and should 2021-03-01 22:59:52 +00:00
usbroothub.c
usbroothub.h
uscanner.c Use sel{record,remove}_knote(). 2020-12-18 01:31:49 +00:00
uslsa.c
uslsareg.h
usscanner.c
ustir.c Use sel{record,remove}_knote(). 2020-12-18 01:31:49 +00:00
ustirreg.h
uthum.c
utoppy.c
utoppy.h
uts.c
uvideo.c Add some extra V4L ioctl() requests to latest V4L userland to work. 2020-08-10 19:27:27 +00:00
uvideoreg.h
uvisor.c
uvscom.c
uxrcom.c Clean up some useless ugliness. NFC. 2020-07-09 13:43:04 +00:00
vhci.c Register eight vHCI buses, and use separate KCOV mailboxes for them. 2020-06-05 17:20:56 +00:00
vhci.h
x1input_rdesc.h
xhci.c More converstion from usbd_status to int for function error reporting. 2021-01-05 18:00:21 +00:00
xhcireg.h More __BITS. NFCI. 2020-06-06 08:56:30 +00:00
xhcivar.h xhci(4): initial support for Isochronous pipes 2020-08-21 20:46:03 +00:00
xinput_rdesc.h