NetBSD/sys/dev/usb
kent 551d40fc9e Regen 2002-05-03 15:20:29 +00:00
..
FILES Add some missing files. 2001-12-30 11:01:24 +00:00
Makefile Added some clarifying comments after my mistake. 2002-04-12 17:56:14 +00:00
Makefile.usbdevs Added some clarifying comments after my mistake. 2002-04-12 17:56:14 +00:00
TODO Add an item 2001-12-09 03:06:46 +00:00
devlist2h.awk constify 2001-01-18 20:28:15 +00:00
ehci.c Change abort slightly. 2001-12-31 12:16:57 +00:00
ehcireg.h Improve xfer abort sequence. 2001-11-23 01:16:27 +00:00
ehcivar.h Change abort slightly. 2001-12-31 12:16:57 +00:00
ezload.c add RCSIDs 2001-11-13 06:24:53 +00:00
ezload.h constify 2001-01-18 20:28:15 +00:00
files.usb Rename the audio "bus" attribute audiobus to avoid confusion with audio 2002-04-22 09:41:19 +00:00
hid.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:58:16 +00:00
hid.h Introduce an extra driver level for HID devices, uhidev. This uhidev driver 2001-12-28 17:32:36 +00:00
if_aue.c Add Siemens speedstream, from Alicia da Conceicao. 2002-03-18 14:01:02 +00:00
if_auereg.h Add a reference counter to avoid blowing away the softc while frobbing 2001-10-10 02:14:16 +00:00
if_cue.c Remove some stupid casts. 2001-12-12 15:36:08 +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 Whitespace fixes. 2002-03-17 18:02:52 +00:00
if_kuereg.h Ad define for warm boot rev. 2001-01-21 02:35:31 +00:00
if_upl.c bring in latest ALTQ from kjc. ALTQify some of the drivers. 2002-03-05 04:12:57 +00:00
if_url.c URL_DEBUG was related to usb_port.h 2002-03-28 21:49:19 +00:00
if_urlreg.h add driver for Realtek RL8150L USB ethernet adapter 2002-03-28 21:09:10 +00:00
kue_fw.h constify 2001-01-19 08:54:21 +00:00
ohci.c Whitespace fixes. 2002-03-17 18:02:52 +00:00
ohcireg.h
ohcivar.h Change xfer abort to wait for the softintr to run. 2001-12-31 12:20:35 +00:00
uaudio.c uaudio_set_params(): 2002-04-20 17:36:16 +00:00
uaudioreg.h Sampling rate and mono-stereo conversion described in 2002-03-07 14:37:02 +00:00
ucom.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
ucomvar.h Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
udsbr.c Remove obsolete prototype for "udsbr_search". 2002-02-12 10:51:49 +00:00
uftdi.c Uoo 2001-12-17 14:34:37 +00:00
uftdireg.h support BREAK function, 2001-12-17 14:31:02 +00:00
ugen.c Prefix structure members to protect them against clashes with eg. c++ keywords. 2002-02-20 20:30:12 +00:00
ugraphire_rdesc.h Supply our own report descriptor (from Nick Hibma) for the Wacom Graphire. 2000-12-29 01:47:49 +00:00
uhci.c Whitespace fixes. 2002-03-17 18:02:52 +00:00
uhcireg.h Switch to new abort mechanism. 2002-02-11 11:41:30 +00:00
uhcivar.h Switch to new abort mechanism. 2002-02-11 11:41:30 +00:00
uhid.c Whitespace fixes. 2002-03-17 18:02:52 +00:00
uhidev.c Avoid a race condition spotted by UCHIYAMA Yasushi <uch@vnop.net>. 2002-02-27 01:30:50 +00:00
uhidev.h Be more paranoid about input sizes. 2001-12-29 18:56:52 +00:00
uhub.c Add a comment. 2001-11-20 16:08:37 +00:00
uirda.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
ukbd.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
ukbdmap.c Add Swiss keyboard mappings. From OpenBSD. 2002-03-17 18:01:07 +00:00
ukbdvar.h
ulpt.c Fix an uninitilized request. From Alfred Perlstein <bright@mu.org>. 2002-02-25 22:39:01 +00:00
umass.c Whitespace fixes. 2002-03-17 18:02:52 +00:00
umass_isdata.c Add a preliminary version of a driver for In-System Designs non-standard 2001-12-24 13:43:24 +00:00
umass_isdata.h Add a preliminary version of a driver for In-System Designs non-standard 2001-12-24 13:43:24 +00:00
umass_quirks.c Another disk quirk. 2002-04-22 12:48:40 +00:00
umass_quirks.h Introduce a field, busquirks, in the umass quirk table that is passed 2001-12-29 13:46:23 +00:00
umass_scsipi.c Make a typedef for struct proc to make portingeasier. 2001-12-31 12:15:21 +00:00
umass_scsipi.h Make the separation between wire protocol (umass.c) and command protocol 2001-12-24 13:25:52 +00:00
umassvar.h Add quirk for devices without Get Max Lun. 2002-02-07 13:52:54 +00:00
umct.c In BREAK, the value of LCR is held. 2001-12-17 14:19:39 +00:00
umct.h support USB-RS232 Converter of Magic Control Technology Corp. 2001-03-28 18:42:13 +00:00
umidi.c free_all_endpoints(): Fix a problem with disabled device. 2002-03-08 17:24:06 +00:00
umidi_quirks.c add RCSIDs 2001-11-13 06:24:53 +00:00
umidi_quirks.h fix for Roland/EDIROL UM-880. 2001-09-29 22:00: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 Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
ums.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
uplcom.c add device TDK USB-PDC Adapter UPA9664 2002-03-16 16:10:19 +00:00
urio.c Give usbd_do_request_flags() an extra argument for the timeout. 2002-02-11 15:11:49 +00:00
urio.h
usb.c Check for write permission for some ioctls. 2002-04-23 06:34:11 +00:00
usb.h A small fix for FreeBSD. 2002-02-26 10:27:49 +00:00
usb_mem.c add RCSIDs 2001-11-13 06:24:53 +00:00
usb_mem.h
usb_port.h URL_DEBUG was related to usb_port.h 2002-03-28 21:49:19 +00:00
usb_quirks.c add RCSIDs 2001-11-13 06:24:53 +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 Prefix structure members to protect them against clashes with eg. c++ keywords. 2002-02-20 20:30:12 +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 the following: 2002-05-03 15:19:15 +00:00
usbdevs.h Regen 2002-05-03 15:20:29 +00:00
usbdevs_data.h Regen 2002-05-03 15:20:29 +00:00
usbdi.c Don't use NULL for non-pointer arguments. 2002-02-28 04:49:16 +00:00
usbdi.h Remove an accidental change from last commit. 2002-02-11 15:20:23 +00:00
usbdi_util.c Add usbd_get_protocol(). 2001-12-27 11:24:42 +00:00
usbdi_util.h Whitespace fixes. 2002-03-17 18:02:52 +00:00
usbdivar.h Change some DIAGNOSTIC #defines. 2001-12-27 18:43:46 +00:00
usbhid.h Add some more #defines. 2001-12-28 00:20:24 +00:00
uscanner.c Some minor fixes from FreeBSD. 2002-02-11 10:09:14 +00:00
usscanner.c add RCSIDs 2001-11-13 06:24:53 +00:00
ustir.c Whitespace fixes. 2002-03-17 18:02:52 +00:00
ustirreg.h Add the ustir driver, for SigmaTel STIr4200 USB/IrDA Bridge. 2002-01-03 18:54:31 +00:00
uvisor.c Add some more stuff that might make Palm and Sony devices work. 2002-02-27 23:00:03 +00:00
uvscom.c Small rearrangment of the FreeBSD part of the code. 2002-03-27 19:51:39 +00:00
uyap.c add RCSIDs 2001-11-13 06:24:53 +00:00
uyap_firmware.h Use the real Y@P firmware. Permission granted by Kamal Parmar, 2001-01-16 03:10:09 +00:00