| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix precedence warning when compiling kernel with clang. | Hans Petter Selasky | 2011-09-06 | 1 | -2/+2 |
| * | Restore USB MIDI transmit buffer size to 1Kbyte. | Hans Petter Selasky | 2011-07-14 | 1 | -1/+1 |
| * | Introduce a quirk for broken USB MIDI hardware instead of limiting performance | Hans Petter Selasky | 2011-07-03 | 1 | -11/+11 |
| * | Fix problem about USB MIDI TX data format, that some devices only accept | Hans Petter Selasky | 2011-07-02 | 1 | -23/+30 |
| * | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky | 2011-06-24 | 1 | -0/+9 |
| * | usb: change to one-pass probing of device drivers | Andriy Gapon | 2011-05-18 | 1 | -5/+2 |
| * | Workaround for broken no-name USB audio devices sold by dealextreme | Hans Petter Selasky | 2011-05-09 | 1 | -1/+48 |
| * | Only set the sample rate if the USB audio channel reports | Hans Petter Selasky | 2011-04-20 | 1 | -4/+3 |
| * | - Add support for some non-standard USB MIDI devices from Roland, by | Hans Petter Selasky | 2011-02-24 | 1 | -15/+32 |
| * | - Make an enum for all the umidi USB transfers. | Hans Petter Selasky | 2011-02-18 | 1 | -108/+62 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | - fix for USB audio devices which use the 7-byte endpoint descriptor instead of | Andrew Thompson | 2010-06-22 | 2 | -54/+9 |
| * | Reduce MIDI input buffer size to one USB packet, hence some USB devices don't | Andrew Thompson | 2010-06-22 | 1 | -8/+2 |
| * | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | Andrew Thompson | 2010-04-22 | 1 | -11/+11 |
| * | Rename usb2_ structures and variables to usb_. | Rebecca Cran | 2010-02-08 | 2 | -78/+78 |
| * | - add support for more than 2 audio channels. [1] | Andrew Thompson | 2009-12-22 | 1 | -70/+146 |
| * | add support for MIDI devices without audio control stream. | Andrew Thompson | 2009-11-22 | 1 | -0/+7 |
| * | remove volume alignment (was previously not correctly implemented) | Andrew Thompson | 2009-11-20 | 1 | -13/+7 |
| * | Improve support for High-speed USB audio devices. | Andrew Thompson | 2009-11-08 | 1 | -121/+120 |
| * | Remove redundant Giant reference. Giant will be dropped | Alfred Perlstein | 2009-08-24 | 1 | -2/+2 |
| * | USB audio: | Alfred Perlstein | 2009-07-30 | 1 | -38/+40 |
| * | Isochronous transfers only have 1 frame buffer, but multiple | Marcel Moolenaar | 2009-07-12 | 1 | -1/+1 |
| * | Use the correct mutex in umidi_open() | Andrew Thompson | 2009-06-27 | 1 | -4/+4 |
| * | Fix a typeo in the frame len function to unbreak the build, make it shorter | Andrew Thompson | 2009-06-23 | 1 | -1/+1 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -95/+122 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -74/+74 |
| * | Sound Mega-commit. Expect further cleanup until code freeze. | Ariff Abdullah | 2009-06-07 | 3 | -13/+77 |
| * | revert r162516. We only support 1 or 2 channels per stream | Andrew Thompson | 2009-06-04 | 1 | -1/+3 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -11/+11 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 2 | -66/+66 |
| * | Provide a workaround for USB devices that do not support mono or stereo | Andrew Thompson | 2009-05-27 | 1 | -3/+5 |
| * | Fix a few variable renames of usb2_mode outside dev/usb. | Andrew Thompson | 2009-05-21 | 1 | -6/+6 |
| * | Remove license clauses 3 and 4 as per rev. 1.112 of uaudio.c and rev. 1.15 of | Joel Dahl | 2009-05-20 | 2 | -14/+0 |
| * | MFp4 //depot/projects/usb@159909 | Andrew Thompson | 2009-04-05 | 1 | -35/+35 |
| * | Rename the ushub device class back to uhub as it was in the old usb stack, | Andrew Thompson | 2009-03-02 | 1 | -1/+1 |
| * | Change USB over to make_dev() for all device nodes, previously it hooked into | Andrew Thompson | 2009-02-27 | 1 | -10/+8 |
| * | Move the uaudio and ata-usb drivers into their correct locations. | Andrew Thompson | 2009-02-23 | 4 | -0/+4452 |
| * | Move two missed usb drivers out to the graveyard location under sys/legacy/dev. | Andrew Thompson | 2009-02-23 | 4 | -5603/+0 |
| * | Handle the error case properly for device_get_children. | Warner Losh | 2008-08-23 | 1 | -4/+3 |
| * | s/logprintf/printf/g | Warner Losh | 2007-06-20 | 1 | -35/+35 |
| * | Explicitly use usb_port.h to get compat macros. | Warner Losh | 2007-06-18 | 1 | -0/+1 |
| * | Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK). | Ariff Abdullah | 2007-06-17 | 1 | -4/+1 |
| * | Last (again ?!?) major commit for RELENG_7, featuring total Giant | Ariff Abdullah | 2007-06-16 | 1 | -10/+10 |
| * | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | Warner Losh | 2007-06-12 | 1 | -6/+5 |
| * | Filter/compress the amount of channel trigger. This should reduce | Ariff Abdullah | 2007-06-11 | 1 | -1/+1 |
| * | Remove const type qualifier from a function- gcc4.2 doesn't accept it. | Matt Jacob | 2007-06-10 | 1 | -3/+3 |
| * | Make this compile. | Ruslan Ermilov | 2007-06-09 | 1 | -1/+1 |
| * | Expand USB_ATTACH_SETUP inline + devinfo tweaks | Warner Losh | 2007-06-09 | 1 | -2/+3 |
| * | Use standard pcm_get/setflags() rather than dereferencing softc while | Ariff Abdullah | 2007-06-02 | 1 | -22/+16 |
| * | Last major commit and updates for RELENG_7: | Ariff Abdullah | 2007-05-31 | 1 | -18/+5 |