| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a USB_PNP_INFO and use it to export the existing PNP | imp | 2015-12-11 | 1 | -0/+1 |
* | Ensure the USB audio driver doesn't attach twice on the same USB | hselasky | 2015-05-08 | 1 | -3/+13 |
* | Add support for more than 8 audio channels per PCM stream for USB | hselasky | 2015-05-08 | 1 | -14/+27 |
* | Use the feedback value from the synchronization endpoint as fallback | hselasky | 2015-03-24 | 1 | -0/+7 |
* | The synchronisation value returned by the so-called feedback endpoint | hselasky | 2015-03-21 | 1 | -122/+268 |
* | Revert r274918 and make a better solution. Poll the synchronisation | hselasky | 2015-02-10 | 1 | -42/+54 |
* | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | hselasky | 2015-01-05 | 1 | -2/+2 |
* | Don't use the synchronization endpoint unless referenced by the | hselasky | 2014-11-23 | 1 | -2/+13 |
* | Instead of creating the full range of possible ports, try to figure | hselasky | 2014-09-28 | 1 | -22/+37 |
* | Update mixer description for FastTrackPro. | hselasky | 2014-09-07 | 1 | -2/+2 |
* | Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actual | hselasky | 2014-08-18 | 1 | -13/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -9/+3 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -3/+9 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -9/+3 |
* | Make sure the USB audio driver is loaded last. This is important when | hselasky | 2014-05-14 | 1 | -1/+1 |
* | Workaround for USB MIDI adapters which use non-supported values of | hselasky | 2014-03-14 | 1 | -0/+19 |
* | Add support for more sample rates to USB audio driver. | hselasky | 2014-03-14 | 1 | -1/+5 |
* | Don't clear stall at first time use of USB MIDI endpoints. | hselasky | 2013-05-18 | 1 | -5/+4 |
* | Fix issue with "Logitech Webcam C525": | hselasky | 2013-05-18 | 1 | -0/+27 |
* | Fix for duplicate sample rate detection after recent patches. | hselasky | 2013-04-24 | 1 | -6/+13 |
* | Fix the USB audio feedback endpoint algorithm. There should not | hselasky | 2013-04-24 | 1 | -4/+0 |
* | Fix playback for Focusrite Scarlett 2i2 USB recording interface. | hselasky | 2013-04-24 | 1 | -0/+4 |
* | Add support for runtime switching of sample rate for | hselasky | 2013-04-23 | 1 | -250/+431 |
* | Add support for mute buttons on USB audio devices and | hselasky | 2013-02-07 | 1 | -18/+28 |
* | Add support for buttons on USB audio devices, | hselasky | 2013-02-06 | 1 | -1/+219 |
* | Reduce stack usage in the USB audio driver by moving some large stack | hselasky | 2012-12-21 | 1 | -292/+282 |
* | Add support for various Yamaha keyboards. | hselasky | 2012-12-08 | 1 | -1/+125 |
* | Correct buffer size printout. | hselasky | 2012-11-01 | 1 | -10/+4 |
* | Increase default volume for FastTracker playback channels. | hselasky | 2012-11-01 | 1 | -1/+4 |
* | Fix sysctl free bug in last commit, which eventually leads to a panic. | hselasky | 2012-11-01 | 1 | -14/+188 |
* | Export all mixer nodes into dev.pcm.X.mixer.Y sysctl nodes, hence the | hselasky | 2012-11-01 | 1 | -32/+264 |
* | Implement support for the so-called USB feedback endpoint for USB | hselasky | 2012-10-28 | 1 | -19/+163 |
* | Make sure the vendor class quirk only matches the vendor specific | hselasky | 2012-10-26 | 1 | -1/+2 |
* | Fix USB audio specification compliance by filtering which descriptors can | hselasky | 2012-10-24 | 1 | -11/+17 |
* | Implement support for USB Audio v2.0. Remove some redundant | hselasky | 2012-09-17 | 1 | -535/+1430 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 1 | -15/+13 |
* | Avoid creating PCM devices for MIDI adapters. | hselasky | 2012-02-23 | 1 | -11/+19 |
* | Use usbd_transfer_unsetup() instead of usbd_transfer_stop() so that | hselasky | 2011-12-14 | 1 | -2/+4 |
* | Stop USB audio transfers early so that any audio applications | hselasky | 2011-12-14 | 1 | -1/+9 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -2/+5 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix precedence warning when compiling kernel with clang. | hselasky | 2011-09-06 | 1 | -2/+2 |
* | Restore USB MIDI transmit buffer size to 1Kbyte. | hselasky | 2011-07-14 | 1 | -1/+1 |
* | Introduce a quirk for broken USB MIDI hardware instead of limiting performance | hselasky | 2011-07-03 | 1 | -11/+11 |
* | Fix problem about USB MIDI TX data format, that some devices only accept | hselasky | 2011-07-02 | 1 | -23/+30 |
* | - Move all USB device ID arrays into so-called sections, | hselasky | 2011-06-24 | 1 | -0/+9 |
* | usb: change to one-pass probing of device drivers | avg | 2011-05-18 | 1 | -5/+2 |
* | Workaround for broken no-name USB audio devices sold by dealextreme | hselasky | 2011-05-09 | 1 | -1/+48 |
* | Only set the sample rate if the USB audio channel reports | hselasky | 2011-04-20 | 1 | -4/+3 |
* | - Add support for some non-standard USB MIDI devices from Roland, by | hselasky | 2011-02-24 | 1 | -15/+32 |