NetBSD/sys/dev/usb
yamt 4242cee2bd make ugen use updated frlengths. 2001-09-16 18:06:32 +00:00
..
FILES Update with recent files. 2001-01-16 11:54:13 +00:00
Makefile Put back all header files defining ioctls 2001-04-11 19:07:36 +00:00
Makefile.usbdevs
TODO
devlist2h.awk constify 2001-01-18 20:28:15 +00:00
ehci.c
ehcireg.h The latest EHCI spec is 0.96 2001-08-20 07:16:35 +00:00
ehcivar.h
ezload.c Don't reset twice. 2001-07-11 04:53:48 +00:00
ezload.h constify 2001-01-18 20:28:15 +00:00
files.usb Split the umass driver into the part that handles the X-over-USB protocol 2001-04-13 12:24:10 +00:00
hid.c
hid.h
if_aue.c Add an I/O Data adapter. 2001-08-03 11:17:17 +00:00
if_auereg.h Add support for Pegasus II adapters (from Linux). 2001-07-16 18:33:13 +00:00
if_cue.c Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
if_cuereg.h Defer stopping the interface on error to a process context. 2001-01-21 22:09:23 +00:00
if_kue.c Alphabetize. 2001-07-16 13:54:23 +00:00
if_kuereg.h Ad define for warm boot rev. 2001-01-21 02:35:31 +00:00
if_upl.c change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. 2001-06-14 05:44:23 +00:00
kue_fw.h constify 2001-01-19 08:54:21 +00:00
ohci.c Don't go top mode OPERATIONAL (before reset) on startup even if BIOS claims to 2001-09-11 07:00:19 +00:00
ohcireg.h
ohcivar.h There is no reason to exclude FreeBSD :). 2001-02-21 10:19:30 +00:00
uaudio.c Don't leak memory in case of a realloc failure. 2001-05-12 19:18:57 +00:00
uaudioreg.h
ucom.c Clear busy flag on write error. From PR 13731, IWAMOTO Toshihiro. 2001-08-16 22:31:24 +00:00
ucomvar.h Ad support for an extra message in the ucom attach code. 2001-01-23 21:56:17 +00:00
uftdi.c Ad support for an extra message in the ucom attach code. 2001-01-23 21:56:17 +00:00
uftdireg.h retrieve, not retreive 2001-06-12 14:59:27 +00:00
ugen.c make ugen use updated frlengths. 2001-09-16 18:06:32 +00:00
ugraphire_rdesc.h
uhci.c Don't write back status bits that are cleared when written. 2001-08-06 15:15:08 +00:00
uhcireg.h Don't write back status bits that are cleared when written. 2001-08-06 15:15:08 +00:00
uhcivar.h
uhid.c correct debug messages. 2001-09-15 16:16:27 +00:00
uhub.c Change the operation of the USB event thread. Before it only performed 2001-01-21 19:00:06 +00:00
ukbd.c Allow a UKBD_LAYOUT option to determine the default keyboard layout. 2001-04-06 22:54:15 +00:00
ukbdmap.c Add a bunch of language specific keymaps. From OpenBSD. 2001-04-07 00:27:55 +00:00
ukbdvar.h
ulpt.c Use the bi-directional protocol if the printer supports it. 2001-04-16 00:18:06 +00:00
umass.c Remove overly paranoid test (and not in the spec either). From OpenBSD. 2001-06-04 06:01:40 +00:00
umassbus.c make it compile when defined(USB_DEBUG)&&defined(SCSIPI_DEBUG)&&!defined(SCSIDEBUG) 2001-09-15 16:47:41 +00:00
umassbus.h Use SCSI/ATAPI common definition for MODE_{SELECT,SENSE}{,_BIG}. Define 2001-05-14 20:35:27 +00:00
umassvar.h Clean up formatting a little. 2001-04-17 00:50:13 +00:00
umct.c Fix some bad indentation. 2001-04-01 03:28:11 +00:00
umct.h support USB-RS232 Converter of Magic Control Technology Corp. 2001-03-28 18:42:13 +00:00
umidi.c fix for UX96 (and all Yamaha specific devices, hopefully). 2001-05-28 20:52:06 +00:00
umidi_quirks.c initial commit of USB midi driver. 2001-01-30 23:26:47 +00:00
umidi_quirks.h initial commit of USB midi driver. 2001-01-30 23:26:47 +00:00
umidireg.h fix for UX96 (and all Yamaha specific devices, hopefully). 2001-05-28 20:52:06 +00:00
umidivar.h separate mididev and jack logically. 2001-02-03 18:50:31 +00:00
umodem.c Small code rearrangement. 2001-03-25 23:02:34 +00:00
ums.c Make sure driver attach/detach events are generated in a consistent manner. 2001-01-23 14:04:13 +00:00
uplcom.c correct interrupt pipe of USB-RSAQ1. 2001-07-31 12:33:11 +00:00
urio.c
urio.h
usb.c Ad function to remove a usb task. 2001-01-23 17:04:30 +00:00
usb.h Add the constant for the IEEE 1284-mode protocol for the printer 2001-07-23 15:17:50 +00:00
usb_mem.c
usb_mem.h
usb_port.h Use SCSI/ATAPI common definition for MODE_{SELECT,SENSE}{,_BIG}. Define 2001-05-14 20:35:27 +00:00
usb_quirks.c Use a better symbolic name. 2001-04-15 10:26:36 +00:00
usb_quirks.h Add quirk for printers that cannot handle bidir mode (not used yet). 2001-04-15 09:38:01 +00:00
usb_subr.c Add a little infrastructure so that individual drivers can easily check 2001-08-15 00:04:59 +00:00
usbcdc.h Connect to the interrupt endpoint on the control interface to receive 2001-02-16 20:15:57 +00:00
usbdevs Add a Todos smartcard reader. 2001-09-06 11:45:33 +00:00
usbdevs.h Regen. 2001-09-06 11:45:55 +00:00
usbdevs_data.h Regen. 2001-09-06 11:45:55 +00:00
usbdi.c Add a DIAGNOSTIC. 2001-04-17 00:05:33 +00:00
usbdi.h Add a little infrastructure so that individual drivers can easily check 2001-08-15 00:04:59 +00:00
usbdi_util.c Null a pointer on error return. 2001-07-04 16:23:40 +00:00
usbdi_util.h
usbdivar.h Change the operation of the USB event thread. Before it only performed 2001-01-21 19:00:06 +00:00
usbhid.h
uscanner.c Add HP 3400. 2001-04-19 00:47:49 +00:00
usscanner.c Make it compile with DEBUG after SCSI changes. 2001-04-28 14:48:39 +00:00
uvisor.c Ad support for an extra message in the ucom attach code. 2001-01-23 21:56:17 +00:00
uyap.c Minor formatting fix. 2001-07-11 04:53:18 +00:00
uyap_firmware.h Use the real Y@P firmware. Permission granted by Kamal Parmar, 2001-01-16 03:10:09 +00:00