Age | Commit message (Expand) | Author |
2016-06-14 | Add missing line feed to DPRINTF makes debug reading easier. | Marcus Glocker |
2016-06-13 | Remove tracking of endpoints in utvfu_{as,vs}_iface structs as these | Marcus Glocker |
2016-06-13 | Ensure expected video endpoint has wMaxPacketSize > 0 during | Marcus Glocker |
2016-06-13 | * Start/stop audio bulk thread as consumer opens/closes device. | Marcus Glocker |
2016-06-13 | Remove the restriction for the usbd_ref_* functions to work just in case | Marcus Glocker |
2016-06-13 | Do not execute the callback if the device is beeing detached. | Martin Pieuchot |
2016-06-12 | Add OF_getpropint() and OF_getpropintarray(). | Mark Kettenis |
2016-06-10 | The power management timer has been made optional in ACPI 5.0A, so don't | Mark Kettenis |
2016-06-08 | Use fdt to find the console to initialise. Try to use /chosen/stdout-path | Jonathan Gray |
2016-06-08 | attach acpitoshiba(4) on more Toshiba laptops | Giovanni Bechis |
2016-06-07 | per trending style, add continue to empty loops. | Ted Unangst |
2016-06-06 | Remove wsmouse_input. | Ulf Brosziewski |
2016-06-06 | Provide a bus_dma tag as part of the pvbus attach arguments | Mike Belopuhov |
2016-06-06 | Kill unused function wrappers, from David Hill. | Martin Pieuchot |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-06-05 | Continue preparing a future merge of urtwn(4) and rtwn(4). | Stefan Sperling |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-06-03 | Put iwn_update_htprot() back, with a fixed implementation this time. | Stefan Sperling |
2016-06-03 | In iwm(4), fix multicast Rx by updating the MAC context again after | Stefan Sperling |
2016-06-02 | Fix two issues in the MSI-X code. First, actually read the MSI-X capability | Mark Kettenis |
2016-06-02 | Fix typo in comment. | Marcus Glocker |
2016-06-01 | Not all architectures implicitly #include <sys/device.h> via earlier | Theo de Raadt |
2016-06-01 | Netgear/Sierra Aircard 340U | Chris Cappuccio |
2016-06-01 | Correctly set the V4L2_BUF_FLAG_QUEUED and V4L2_BUF_FLAG_DONE buffer flags. | Marcus Glocker |
2016-06-01 | regen | Marcus Glocker |
2016-06-01 | New USB device driver for Audio/Video capture devices based on the | Marcus Glocker |
2016-06-01 | Fix the loop iterating on extended capabilities. It turns out that we | Martin Pieuchot |
2016-06-01 | regen | David Gwynne |
2016-06-01 | intel use the same device id for multiple nvme parts, so just call | David Gwynne |
2016-06-01 | regen | Chris Cappuccio |
2016-06-01 | Netgear/Sierra Aircard 340U | Chris Cappuccio |
2016-05-31 | Provide a function for calculting the rebuild percentage, rather than | Joel Sing |
2016-05-31 | Ensure that softraid crypto is not run on the crypto taskq. | Joel Sing |
2016-05-30 | replace m_copym2 with m_dup_pkt. | David Gwynne |
2016-05-30 | Do not forward declare an enum, makes gcc3 happy. | Martin Pieuchot |
2016-05-28 | Add support for Intel Wireless 3165 devices to iwm(4). | Stefan Sperling |
2016-05-28 | In iwm(4), don't parse nvram antenna data for 7k devices, they don't have it. | Stefan Sperling |
2016-05-28 | Add support for Intel Wireless 8260 devices to iwm(4). | Stefan Sperling |
2016-05-28 | Do the endpoint verification before opening the pipe on the selected | Marcus Glocker |
2016-05-28 | no need to open key disk for writing, from bytevolcano. ok jung | Ted Unangst |
2016-05-26 | Remove superfluous loop counter to set alternate video interface since we | Marcus Glocker |
2016-05-25 | regen | Stefan Sperling |
2016-05-25 | Add PCI ID for RTL8188EE. Prompted by Ross L Richardson. | Stefan Sperling |
2016-05-25 | Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection. | Stefan Sperling |
2016-05-24 | Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@ | Reyk Floeter |
2016-05-24 | Kill unused ioctl(2)s. | Martin Pieuchot |
2016-05-24 | Disabling active cooling trip points when we lack the right method to operate. | Sebastien Marie |
2016-05-23 | regen | Chris Cappuccio |
2016-05-23 | VIA VL805 xHCI | Chris Cappuccio |
2016-05-23 | remove the sysctl kern.random counters, since none of the remaining | Theo de Raadt |