NetBSD/sys/dev/usb
augustss 992297a008 Keep a flag for each port that keeps track of if the port has been reset
instead of having one flag for the controller.

Also, don't try to modify read-only power bits if the controller doesn't
support power cobntrol.
2005-11-20 14:27:25 +00:00
..
FILES Add uipaq(4). From OpenBSD. 2005-07-18 11:36:46 +00:00
Makefile
Makefile.usbdevs
TODO
devlist2h.awk
ehci.c Keep a flag for each port that keeps track of if the port has been reset 2005-11-20 14:27:25 +00:00
ehcireg.h Keep a flag for each port that keeps track of if the port has been reset 2005-11-20 14:27:25 +00:00
ehcivar.h Keep a flag for each port that keeps track of if the port has been reset 2005-11-20 14:27:25 +00:00
ezload.c another UNCONST.. 2005-05-30 04:55:35 +00:00
ezload.h - const poisoning 2005-05-30 04:21:39 +00:00
files.usb Add a driver for Cypress microcontroller based USB serial adapters. 2005-07-30 06:14:49 +00:00
hid.c
hid.h - const poisoning 2005-05-30 04:21:39 +00:00
if_atu.c Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
if_atureg.h Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
if_aue.c - const poisoning 2005-05-30 04:21:39 +00:00
if_auereg.h
if_axe.c Abuse types a little less. 2005-11-10 12:05:01 +00:00
if_axereg.h
if_cdce.c - const poisoning 2005-05-30 04:21:39 +00:00
if_cdcereg.h
if_cue.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
if_cuereg.h
if_kue.c - const poisoning 2005-05-30 04:21:39 +00:00
if_kuereg.h
if_udav.c - const poisoning 2005-05-30 04:21:39 +00:00
if_udavreg.h
if_upl.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
if_ural.c Adapt to new net80211(9). 2005-11-19 08:06:03 +00:00
if_uralreg.h add drivers for Ralink RT2500-based wireless adapters, written by 2005-07-01 20:06:56 +00:00
if_uralvar.h pad radiotap header to ensure alignment 2005-07-12 12:46:37 +00:00
if_url.c - const poisoning 2005-05-30 04:21:39 +00:00
if_urlreg.h
kue_fw.h
ohci.c Make it possible to decide endianess dynamically. From port-evbmips/31912 2005-11-14 13:40:23 +00:00
ohcireg.h
ohcivar.h Make it possible to decide endianess dynamically. From port-evbmips/31912 2005-11-14 13:40:23 +00:00
uaudio.c - const poisoning 2005-05-30 04:21:39 +00:00
uaudioreg.h
ubsa.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
ubt.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
ubtbcmfw.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
ubtreg.h
ucom.c Remove duplicated "portno %d" from the attach message. 2005-09-23 14:15:30 +00:00
ucomvar.h s/locdesc_t/int/g 2005-08-26 12:42:11 +00:00
ucycom.c Change the driver open function's conditional for overriding exclusive tty 2005-09-06 21:40:37 +00:00
udsbr.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
uep.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
uftdi.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
uftdireg.h
ugen.c PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
ugensa.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
ugraphire_rdesc.h
uhci.c Make sure we don't enable host controller interrupts until all 2005-07-18 11:08:00 +00:00
uhcireg.h
uhcivar.h
uhid.c PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
uhidev.c If an unknown endpoint is found, ignore it, rather than abort attach. 2005-10-20 13:09:18 +00:00
uhidev.h Add support for optional interrupt output pipes as described in the 2005-05-08 06:19:10 +00:00
uhub.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
uipaq.c Add uipaq(4). From OpenBSD. 2005-07-18 11:36:46 +00:00
uirda.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
ukbd.c Provide a header for UKBD_LAYOUT. It makes more sense, and it avoids 2005-06-13 16:41:44 +00:00
ukbdmap.c Add a key symbol for the "Power" key. 2005-06-08 09:11:09 +00:00
ukbdvar.h
ukyopon.c The ukyopon device doesn't notify the DCD (Data Carrier Detect) status. 2005-09-24 12:00:18 +00:00
ukyopon.h Tweak to make sure the enum size is not affected 2005-09-24 12:03:31 +00:00
ulpt.c Fix a long standing typo noticed by Alex Pivovarov on PR/32061. 2005-11-13 10:47:39 +00:00
umass.c cast-qual fallout 2005-05-31 19:20:37 +00:00
umass_isdata.c
umass_isdata.h
umass_quirks.c Third version of the DiskOnKey chip needs the same trick as the two others. 2005-09-21 21:19:27 +00:00
umass_quirks.h
umass_scsipi.c umass_scsipi_sense_cb(): don't set XS_STS_DONE in xs->xs_status; 2005-09-22 22:39:37 +00:00
umass_scsipi.h
umassvar.h
umct.c - const poisoning 2005-05-30 04:21:39 +00:00
umct.h
umidi.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
umidi_quirks.c Add some Roland devices. From kern/30986, DHOYASHIKI Shinichi. 2005-08-14 21:08:45 +00:00
umidi_quirks.h
umidireg.h
umidivar.h
umodem.c
umodem_common.c - const poisoning 2005-05-30 04:21:39 +00:00
umodemvar.h
ums.c Support more than 7 buttons for USB mice. Patch from kern/30248 2005-08-13 14:55:39 +00:00
uplcom.c Match ELECOM UC-SGT0. 2005-10-09 02:16:35 +00:00
urio.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
urio.h
usb.c Allow a NULL pointer as argument to usb_get_next_event(), and don't 2005-09-09 12:04:30 +00:00
usb.h
usb_mem.c
usb_mem.h
usb_port.h Add a driver for Cypress microcontroller based USB serial adapters. 2005-07-30 06:14:49 +00:00
usb_quirks.c
usb_quirks.h
usb_subr.c usbd_setup_pipe(): Don't call usbd_clear_endpoint_stall(). It's not 2005-09-21 20:17:22 +00:00
usbcdc.h
usbdevices.config Add 'uhci at cardbus'. 2005-07-24 08:53:50 +00:00
usbdevs Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC. 2005-11-18 11:29:47 +00:00
usbdevs.h Regen. 2005-11-18 11:31:41 +00:00
usbdevs_data.h Regen. 2005-11-18 11:31:41 +00:00
usbdi.c - const poisoning 2005-05-30 04:21:39 +00:00
usbdi.h - const poisoning 2005-05-30 04:21:39 +00:00
usbdi_util.c make the definitions consistent with the declarations. 2005-05-30 04:56:13 +00:00
usbdi_util.h - const poisoning 2005-05-30 04:21:39 +00:00
usbdivar.h
usbhid.h
uscanner.c PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
usscanner.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
ustir.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
ustirreg.h
uvisor.c - const poisoning 2005-05-30 04:21:39 +00:00
uvscom.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
uyap.c Don't keep the devinfo string on the stack, instead use malloc/free. 2005-05-11 10:02:28 +00:00
uyap_firmware.h - const poisoning 2005-05-30 04:21:39 +00:00