summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uaudio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* sync uaudio with NetBSDnate2002-05-061-257/+480
|
* Synchronize usb code with NetBSD.nate2001-10-311-18/+18
|
* Save the result of the configure children, so that the devicedrahn2001-09-171-5/+1
| | | | | can be unconfigured. Allows uaudio to be unplugged. Tested by lebel, aaron did not understand why the code was that way.
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-11/+20
| | | | kue(4) Ethernet devices.
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-153/+218
| | | | | | driver. I would appreciate it if someone with the hardware looked into it. I also have to take a closer look at changes to the USB Ethernet drivers, as well as import some drivers we are missing (uftdi, if_upl, yap, etc.)
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-287/+182
| | | | umass.c and ukbd.c as the diffs are a bit hairier.
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-2/+2
|
* Permit detach of audio devices, such as uaudio. Selected codeho2000-05-241-5/+2
| | | | from NetBSD/Lennart Augustsson. (niklas@ ok)
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-57/+57
|
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-133/+122
| | | | | | form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested).
* Sync with NetBSD.aaron2000-03-261-96/+218
|
* USB Audio, from NetBSD (augustss@carlstedt.se). Imported by me and niklas@.ho1999-11-111-0/+2239