NetBSD/sys/dev/usb
2009-09-04 18:14:41 +00:00
..
devlist2h.awk
ehci.c Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). 2009-09-04 17:53:12 +00:00
ehcireg.h
ehcivar.h Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). 2009-09-04 17:53:12 +00:00
ezload.c
ezload.h
FILES
files.usb port the MOSCHIP MCS7703 driver from openbsd, based on changes between 2009-06-19 01:16:23 +00:00
hid.c
hid.h
if_atu.c Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_atureg.h Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_aue.c Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_auereg.h Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_axe.c Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_axereg.h Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_cdce.c Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_cdcereg.h Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_cue.c
if_cuereg.h Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_kue.c Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_kuereg.h
if_rum.c add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573). 2009-08-02 20:55:45 +00:00
if_rumreg.h add missing NetBSD RCS ID tags 2009-05-29 18:49:21 +00:00
if_rumvar.h add missing NetBSD RCS ID tags 2009-05-29 18:49:21 +00:00
if_udav.c
if_udavreg.h Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_upl.c
if_ural.c
if_uralreg.h
if_uralvar.h
if_url.c
if_urlreg.h Change spaces to tabs and remove some unnecessary parentheses. No 2009-09-04 18:10:08 +00:00
if_zyd.c Use &zn->ni instead of (struct ieee80211_node *)zn because it is 2009-06-26 00:15:23 +00:00
if_zydreg.h
kue_fw.h
Makefile
Makefile.usbdevs
moscom.c port the MOSCHIP MCS7703 driver from openbsd, based on changes between 2009-06-19 01:16:23 +00:00
ohci.c aprint-ify. 2009-09-01 21:46:07 +00:00
ohcireg.h
ohcivar.h
pseye.c Enable UVC-style headers and use them to help detect stream errors. 2009-09-04 11:26:54 +00:00
stuirda.c There's no need to #include <dev/usb/usb_port.h> after #including 2009-09-04 17:01:29 +00:00
TODO
u3g.c add missing NetBSD RCS ID tags 2009-05-29 18:49:21 +00:00
uaudio.c
uaudioreg.h
uberry.c
ubsa_common.c
ubsa.c
ubsavar.h
ubt.c (perhaps) fix a long standing issue that I came across recently. If 2009-08-30 18:35:53 +00:00
uchcom.c
ucom.c typo in comment. 2009-07-30 19:57:07 +00:00
ucomvar.h
ucycom.c Make ucycomstart use usbd_setup_xfer and a callback so that it doesn't 2009-08-06 07:07:30 +00:00
udsbr.c
uep.c
uftdi.c add VID 0x6011 case to match FT4232H chip. 2009-05-25 11:38:49 +00:00
uftdireg.h
ugen.c
ugensa.c
ugraphire_rdesc.h
uhci.c Correct previous: detaching uhubN makes the bus pointer NULL 2009-05-02 22:28:41 +00:00
uhcireg.h
uhcivar.h
uhid.c
uhidev.c
uhidev.h
uhmodem.c
uhub.c Expand some definitions from <dev/usb/usb_port.h>. 2009-09-04 18:14:41 +00:00
uipaq.c
uirda.c
uirdavar.h
ukbd.c Fix WSKBD_RAW mode ukbd -> pckbd translation for Pause/Break and 2009-07-11 18:26:58 +00:00
ukbdmap.c Stop #including <dev/usb/usb_port.h>, this time more gracefully: 2009-09-04 16:54:32 +00:00
ukbdvar.h
ukyopon.c
ukyopon.h
ulpt.c
umass_isdata.c
umass_isdata.h
umass_quirks.c
umass_quirks.h
umass_scsipi.c
umass_scsipi.h
umass.c Print devinfo on the same line as locators, and make the transfer mode 2009-08-23 19:03:18 +00:00
umassvar.h
umct.c struct cfdata * -> cfdata_t, no functional changes intended. 2009-05-12 13:15:24 +00:00
umct.h
umidi_quirks.c
umidi_quirks.h
umidi.c
umidireg.h
umidivar.h
umodem_common.c
umodem.c
umodemvar.h
ums.c
uplcom.c
urio.c
urio.h
usb_mem.c
usb_mem.h
usb_port.h Extract some definitions from usb_port.h and put them into usb.h. 2009-09-04 17:55:48 +00:00
usb_quirks.c Without UQ_ASSUME_CM_OVER_DATA, the PANTECH UM175 has a 2009-07-29 16:04:14 +00:00
usb_quirks.h
usb_subr.c Expand some of the portability macros from sys/dev/usb/usb_port.h. 2009-09-03 20:54:03 +00:00
usb.c Use device_t instead of device_ptr_t. Stop using USB_MATCH() and 2009-06-16 19:42:44 +00:00
usb.h Extract some definitions from usb_port.h and put them into usb.h. 2009-09-04 17:55:48 +00:00
usbcdc.h
usbdevices.config
usbdevs add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573) 2009-08-02 20:52:26 +00:00
usbdevs_data.h regen. 2009-08-02 20:53:41 +00:00
usbdevs.h regen. 2009-08-02 20:53:41 +00:00
usbdi_util.c Use a separately defined USBD_CONFIG_TIMEOUT when requesting a device 2009-08-16 13:20:40 +00:00
usbdi_util.h Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). 2009-09-04 17:53:12 +00:00
usbdi.c
usbdi.h Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). 2009-09-04 17:53:12 +00:00
usbdivar.h Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). 2009-09-04 17:53:12 +00:00
usbhid.h
usbroothub_subr.c
usbroothub_subr.h
uscanner.c
uslsa.c
usscanner.c
ustir.c
ustirreg.h
utoppy.c
utoppy.h
uvideo.c
uvideoreg.h
uvisor.c
uvscom.c
uyap_firmware.h rename a macro which is used to typecast constant strings from "U" 2009-08-18 11:08:37 +00:00
uyap.c
xboxcontroller.c