NetBSD/sys/dev/usb
rin e868280e94 Add missing __KERNEL_RCSID. 2018-08-12 06:02:38 +00:00
..
FILES
Makefile Add a port of the umb(4) driver from OpenBSD 2018-07-31 16:44:28 +00:00
Makefile.usbdevs Fix the same typo again in the same comment. 2017-04-18 19:04:25 +00:00
TODO
TODO.usbmp
aubtfwl.c
aubtfwlreg.h
auvitek.c
auvitek_audio.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
auvitek_board.c
auvitek_dtv.c
auvitek_i2c.c
auvitek_video.c
auvitekreg.h
auvitekvar.h
ehci.c fix DIAGNOSTIC build by not copying ub_usepolling to stack before use 2018-08-09 18:17:39 +00:00
ehcireg.h
ehcivar.h pull across abort fixes from nick-nhusb. add more abort fixes, using 2018-08-09 06:26:47 +00:00
emdtv.c
emdtv_board.c
emdtv_board.h
emdtv_dtv.c
emdtv_i2c.c
emdtv_ir.c
emdtvreg.h
emdtvvar.h
ezload.c
ezload.h
files.usb Add a port of the umb(4) driver from OpenBSD 2018-07-31 16:44:28 +00:00
if_athn_usb.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_athn_usb.h Pull across from nick-nhusb. 2017-01-21 12:45:22 +00:00
if_atu.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_atureg.h
if_aue.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_auereg.h
if_axe.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_axen.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_axenreg.h
if_axereg.h
if_bwfm_usb.c Add missing __KERNEL_RCSID. 2018-08-12 06:02:38 +00:00
if_cdce.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
if_cdcereg.h
if_cue.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_cuereg.h
if_kue.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
if_kuereg.h
if_otus.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_otusreg.h
if_otusvar.h
if_rum.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_rumreg.h
if_rumvar.h
if_run.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_runvar.h Use a #define instead of a magic number 2017-11-17 13:08:48 +00:00
if_smsc.c Add missing __KERNEL_RCSID. 2018-08-12 06:02:38 +00:00
if_smscreg.h
if_smscvar.h
if_udav.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_udavreg.h
if_umb.c Fix building umb(4) on NetBSD-current 2018-08-01 18:27:58 +00:00
if_umbreg.h Add a port of the umb(4) driver from OpenBSD 2018-07-31 16:44:28 +00:00
if_upgt.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_upgtvar.h
if_upl.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
if_ural.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_uralreg.h
if_uralvar.h
if_url.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_urlreg.h
if_urndis.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
if_urndisreg.h
if_urtw.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_urtwn.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_urtwnreg.h - Unify the "rtwn" and "urtwn" register definitions and initialization 2018-06-29 04:02:10 +00:00
if_urtwnvar.h - Unify the "rtwn" and "urtwn" register definitions and initialization 2018-06-29 04:02:10 +00:00
if_urtwreg.h
if_zyd.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
if_zydreg.h Remove set but not used sc_flags. 2018-04-30 01:14:07 +00:00
irmce.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
kue_fw.h
mbim.h Add a port of the umb(4) driver from OpenBSD 2018-07-31 16:44:28 +00:00
moscom.c Add first channel of mcs7720. 2017-06-26 20:36:01 +00:00
motg.c pull across abort fixes from nick-nhusb. add more abort fixes, using 2018-08-09 06:26:47 +00:00
motgreg.h
motgvar.h Stop potential misuse of vendor names and USB vendor IDs in root hub 2018-04-09 16:21:09 +00:00
ohci.c whitespace 2018-08-09 21:23:23 +00:00
ohcireg.h
ohcivar.h pull across abort fixes from nick-nhusb. add more abort fixes, using 2018-08-09 06:26:47 +00:00
pseye.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
slurm.c
stuirda.c
u3g.c - USB_VENDOR_QUALCOMM -> USB_VENDOR_LG 2018-07-24 08:15:57 +00:00
ualea.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
uark.c
uatp.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
uaudio.c Change aprint_error_dev to aprint_normal_dev for normal completion case. 2018-06-16 08:24:55 +00:00
uaudioreg.h
uberry.c
ubsa.c
ubsa_common.c
ubsavar.h
ubt.c m_free -> m_freem, m_copyback could have added mbufs in the chain 2018-04-18 14:56:35 +00:00
uchcom.c
ucom.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
ucomvar.h
ucycom.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
udl.c Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@) 2018-04-01 04:35:01 +00:00
udl.h
udsbr.c
udsir.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
uep.c
uftdi.c Attach uftdi to each interface found in the device separately. 2018-02-20 15:48:37 +00:00
uftdireg.h
ugen.c Fix last: 2018-03-05 09:35:01 +00:00
ugensa.c - USB_VENDOR_QUALCOMM -> USB_VENDOR_LG 2018-07-24 08:15:57 +00:00
ugraphire_rdesc.h Support some Wacom pen tablets: 2017-09-02 04:35:51 +00:00
uhci.c Sprinkle __diagused 2018-08-09 21:16:43 +00:00
uhcireg.h
uhcivar.h pull across abort fixes from nick-nhusb. add more abort fixes, using 2018-08-09 06:26:47 +00:00
uhid.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
uhidev.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
uhidev.h
uhmodem.c
uhso.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
uhub.c Mark DVF_DETACH_SHUTDOWN to USB root HUB. This change makes USB host 2018-02-01 09:50:48 +00:00
uipad.c Remove comment about BlackBerry devices which are not relevant here. 2017-09-30 13:01:50 +00:00
uipaq.c
uirda.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
uirdavar.h
ukbd.c tidy up debugging (make it compile with the 'ALL' kernel) 2018-01-09 17:58:09 +00:00
ukbdvar.h
ukyopon.c
ukyopon.h
ulpireg.h
ulpt.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
umass.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
umass_isdata.c move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() 2017-10-20 07:06:05 +00:00
umass_isdata.h Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch 2017-10-07 16:05:31 +00:00
umass_quirks.c Update the kernhist(9) kernel history code to address issues identified 2017-10-28 00:37:11 +00:00
umass_quirks.h
umass_scsipi.c Update the kernhist(9) kernel history code to address issues identified 2017-10-28 00:37:11 +00:00
umass_scsipi.h
umassvar.h
umcs.c Fix build 2018-08-03 13:19:33 +00:00
umcs.h
umct.c
umct.h
umidi.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
umidi_quirks.c
umidi_quirks.h
umodem.c
umodem_common.c
umodemvar.h
umodeswitch.c - USB_VENDOR_QUALCOMM -> USB_VENDOR_LG 2018-07-24 08:15:57 +00:00
ums.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
uplcom.c
urio.c
urio.h
usb.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
usb.h Add a port of the umb(4) driver from OpenBSD 2018-07-31 16:44:28 +00:00
usb_mem.c Update the kernhist(9) kernel history code to address issues identified 2017-10-28 00:37:11 +00:00
usb_mem.h
usb_quirks.c - USB_VENDOR_QUALCOMM -> USB_VENDOR_LG 2018-07-24 08:15:57 +00:00
usb_quirks.h
usb_subr.c Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
usb_verbose.c
usb_verbose.h
usbcdc.h
usbdevices.config Add bwfm 2017-10-19 23:59:30 +00:00
usbdevs Add SMSC LAN7505 USB 2.0 gigabit ethernet device. 2018-08-12 04:17:54 +00:00
usbdevs.h regen. 2018-08-12 04:19:31 +00:00
usbdevs_data.h regen. 2018-08-12 04:19:31 +00:00
usbdi.c pull across abort fixes from nick-nhusb. add more abort fixes, using 2018-08-09 06:26:47 +00:00
usbdi.h Fix usb_rem_task_wait API. 2018-08-02 06:09:04 +00:00
usbdi_util.c On detach, print error message with aprint_error_dev() instead of printf(). 2018-07-24 03:58:36 +00:00
usbdi_util.h
usbdivar.h pull across abort fixes from nick-nhusb. add more abort fixes, using 2018-08-09 06:26:47 +00:00
usbhid.h Side-load dev/hid/hid.h to restore the previous visibility of macros 2018-07-15 18:36:51 +00:00
usbhist.h
usbroothub.c Add missing __KERNEL_RCSID. 2018-08-12 06:02:38 +00:00
usbroothub.h Some USB3 support from nick-nhusb 2017-11-28 07:36:08 +00:00
uscanner.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
uslsa.c missing comma 🙄 2017-12-22 14:41:55 +00:00
uslsareg.h
usscanner.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
ustir.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
ustirreg.h
uthum.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
utoppy.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
utoppy.h
uts.c Add extra newline for normal message from uts(4) 2018-03-25 09:34:02 +00:00
uvideo.c PR kern/52931 Kernel panics with Atheros usb wireless interface 2018-01-21 13:57:11 +00:00
uvideoreg.h
uvisor.c
uvscom.c
uyap.c
uyap_firmware.h
uyurex.c Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
x1input_rdesc.h
xhci.c pull across abort fixes from nick-nhusb. add more abort fixes, using 2018-08-09 06:26:47 +00:00
xhcireg.h Read xHCI 1.1's HCCPARAMS2 registar and print it with aprint_debug_dev(). 2018-07-18 10:44:17 +00:00
xhcivar.h pull across abort fixes from nick-nhusb. add more abort fixes, using 2018-08-09 06:26:47 +00:00
xinput_rdesc.h