| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r299503,r299504: | ngie | 2016-06-10 | 1 | -19/+13 |
* | MFC r298983: Add some device IDs from Intel Sunrise Point chipsets. | mav | 2016-05-20 | 2 | -0/+4 |
* | MFC r297387: Add some device IDs found on AMD FCH shipsets. | mav | 2016-04-12 | 2 | -0/+6 |
* | MFC r283064: | hselasky | 2015-05-27 | 1 | -1/+1 |
* | MFC r281544: | rpaulo | 2015-04-25 | 4 | -0/+16 |
* | MFC r275101: | mav | 2014-12-03 | 2 | -0/+2 |
* | MFC r263710, r273377, r273378, r273423 and r273455: | hselasky | 2014-10-27 | 1 | -1/+1 |
* | MFC r268584: | markj | 2014-08-05 | 2 | -1/+3 |
* | MFC: r266793, r266799, r266808 | marius | 2014-06-04 | 1 | -7/+8 |
* | MFC: r264832 | marius | 2014-04-26 | 3 | -41/+33 |
* | MFC: r264831 | marius | 2014-04-26 | 2 | -1/+9 |
* | MFC r261507: | hselasky | 2014-02-12 | 2 | -0/+12 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 1 | -1/+1 |
* | MFC r258168, r258170: | mav | 2014-01-05 | 3 | -0/+20 |
* | MFC r260112: | dim | 2014-01-04 | 1 | -0/+6 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 20 | -128/+23 |
* | snd_ds1(4): Fix order of arguments for stereo/16bit mode | uqs | 2013-07-25 | 1 | -1/+1 |
* | Add quirk to configure headphones redirection on ASUS UX31A laptop. | mav | 2013-07-08 | 2 | -0/+8 |
* | Update snd quirks for T520, T420, X220. | sbruno | 2013-05-19 | 1 | -0/+10 |
* | Some fixes to snd_envy24ht(4) driver: | mav | 2013-05-05 | 2 | -32/+13 |
* | - Correct mispellings of word and | gabor | 2013-04-17 | 1 | -1/+1 |
* | Add Subsystem ID field to the quirk table. Use it to identify Mac Pro 1,1, | mav | 2013-03-27 | 1 | -26/+33 |
* | Add quirk for Lenovo T530 headphone redirection. | delphij | 2013-03-13 | 2 | -1/+3 |
* | More Lenovo headphones redirection quirks: Lenovo T430, Lenovo T430S. | glebius | 2013-03-12 | 2 | -1/+5 |
* | Add quirks to enable headphones redirection on number of Lenovo | glebius | 2013-03-07 | 2 | -1/+15 |
* | Plug a memory leak. | glebius | 2013-03-07 | 1 | -1/+5 |
* | Add quirk to enable headphones redirection on Lenovo X220. | mav | 2013-03-04 | 2 | -0/+8 |
* | Fix typo | uqs | 2013-02-19 | 1 | -2/+2 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 3 | -3/+4 |
* | Add Intel Lynx Point PCH HD Audio Device IDs | jfv | 2013-01-02 | 2 | -0/+4 |
* | Add quirks for AD1984A codec and Lenovo X300 laptop. | mav | 2012-12-12 | 2 | -1/+19 |
* | Add a few more translations from IDs to model name. | eadler | 2012-12-02 | 2 | -0/+6 |
* | Add support for hdmi hda codec onboard nvidia gt 440 graphics card | eadler | 2012-12-02 | 2 | -0/+2 |
* | Fix uninitialized variable reported by gcc, but not clang. | mav | 2012-11-26 | 1 | -1/+1 |
* | Remove extra sbuf_trim() copy/pasted into r243530. | mav | 2012-11-26 | 1 | -1/+0 |
* | On multiple requests, compact HDA driver verbose output by hiding CODEC's | mav | 2012-11-25 | 1 | -114/+325 |
* | Summarize information about connected analog pins and EDID-like data received | mav | 2012-11-17 | 1 | -8/+154 |
* | Fix typo; s/ouput/output | kevlo | 2012-11-07 | 1 | -1/+1 |
* | ASUS EeePC 1001px has strange variant of ALC269 CODEC, that mutes speaker | mav | 2012-10-31 | 1 | -0/+15 |
* | Set all pins initial connection status to unknown (2) and then update it | mav | 2012-10-30 | 1 | -10/+10 |
* | Print card and subsystem IDs in verbose logs to help to identify system. | mav | 2012-10-30 | 6 | -5/+16 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 1 | -5/+0 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 1 | -0/+5 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 1 | -5/+0 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Cast vendor-specific spell on VIA VT1818S codecs alike to VT1708S to | mav | 2012-10-09 | 1 | -0/+2 |
* | Free result of device_get_children(9). | kevlo | 2012-09-30 | 2 | -0/+3 |
* | Fix panic caused by wrong pointer dereference, left after pin sense rewrite | mav | 2012-09-24 | 1 | -2/+2 |
* | Add bunch of ATI HDMI HDA controller IDs. | mav | 2012-08-30 | 2 | -0/+18 |
* | Fix "speaker" volume control, broken at r230451. | mav | 2012-08-16 | 1 | -5/+8 |