Age | Commit message (Expand) | Author |
2016-08-03 | Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() to | Kenneth R Westerback |
2016-08-01 | Set SDEV_UMASS on all umass devices, even when they use ATAPI or | Kenneth R Westerback |
2016-07-31 | Use m_devget(9). | Mark Kettenis |
2016-07-26 | In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet. | Stefan Sperling |
2016-07-26 | Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen. | Stefan Sperling |
2016-07-21 | Make rtwn(4) and urtwn(4) respect the RTS threshold set by net80211. | Stefan Sperling |
2016-07-20 | Unbreak ural(4), which had been dropping frames on Tx while | Stefan Sperling |
2016-07-20 | ATI controllers seem to need the same workaround as VIA controllers. | Martin Pieuchot |
2016-06-27 | add ure(4), a driver for Realtek RTL8152 10/100 USB Ethernet adapters, | Jonathan Matthew |
2016-06-20 | Make umb(4) less verbose by default. 'ifconfig umb0 debug' enables verbose mode. | Stefan Sperling |
2016-06-19 | Rework how umb(4) attaches such that it also works with devices that implement | Mark Kettenis |
2016-06-19 | Add define for NCM. | Mark Kettenis |
2016-06-17 | Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share code | Stefan Sperling |
2016-06-17 | Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthread | Marcus Glocker |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2016-06-15 | No need for a special DVACT_DEACTIVATE hook, autoconf(9) knows how | Martin Pieuchot |
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-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
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 | regen | Chris Cappuccio |
2016-06-01 | Netgear/Sierra Aircard 340U | Chris Cappuccio |
2016-05-28 | Do the endpoint verification before opening the pipe on the selected | Marcus Glocker |
2016-05-26 | Remove superfluous loop counter to set alternate video interface since we | Marcus Glocker |
2016-05-24 | Kill unused ioctl(2)s. | Martin Pieuchot |
2016-05-23 | Support Airprime/Sierra AirCard 313U, Netgear/Sierra AirCard 770S | Chris Cappuccio |
2016-05-23 | Get rid of usbd_get_device_strings() because we use it only once. | Martin Pieuchot |
2016-05-21 | Free the cache if the string cannot be retrieved. This allows the | Patrick Wildt |
2016-05-20 | Fix pasto; v4l2_buf.flags = V4L2_MEMORY_MMAP -> V4L2_BUF_FLAG_MAPPED. | Marcus Glocker |
2016-05-20 | resync | Chris Cappuccio |
2016-05-20 | Hello LTE Airprime/Sierra Aircard 313U, Netgear/Sierra Aircard 770S | Chris Cappuccio |
2016-05-18 | Cache vendor, product and serial info for each usb device. This allows | Patrick Wildt |
2016-05-17 | Plug some gaping holes in the v4l2 ioctl interfaces that would leak kernel | Mark Kettenis |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-04-12 | Call ether_fakeaddr() instead of faking Ethernet addresses manually. | Martin Pieuchot |
2016-03-31 | The USB console port on Aruba 7xxx wireless controllers shows up as | Reyk Floeter |
2016-03-31 | sync | Reyk Floeter |
2016-03-31 | Add Aruba CP210x for the integrated "Aruba Networks USB to UART Bridge | Reyk Floeter |
2016-03-30 | Add support for multitouch input to wsmouse. | Ulf Brosziewski |
2016-03-21 | Replace magic number in urtwn(4) with corresponding macro from ic/r92creg.h. | Stefan Sperling |