Age | Commit message (Expand) | Author |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-21 | - trivial and/or obvious bug fix | Yojiro Uo |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-19 | Make uhub_explore() return an int rather than a usbd_satus. This has | Martin Pieuchot |
2013-10-14 | If a transfer terminates with an I/O error status, do not modify the | Martin Pieuchot |
2013-10-07 | remove some debug printf. | Yojiro Uo |
2013-10-07 | regen. | Yojiro Uo |
2013-10-07 | add device driver for ASIX AX88178a and AX88179 Ethernet interface. | Yojiro Uo |
2013-10-01 | Use %z* for size_t | Stefan Fritsch |
2013-09-30 | add some additional run(4)/urtwn(4) devices found in FreeBSD | Jonathan Gray |
2013-09-30 | regen | Jonathan Gray |
2013-09-30 | add some additional run(4)/urtwn(4) devices found in FreeBSD | Jonathan Gray |
2013-09-30 | Add ISY IWL 2000, another RTL8188CUS/urtwn(4) | Jonathan Gray |
2013-09-30 | regen | Jonathan Gray |
2013-09-30 | Add ISY IWL 2000, another RTL8188CUS/urtwn(4) | Jonathan Gray |
2013-09-28 | Fix the message of uthum(4)'s calibration offset is incorrect | sasano |
2013-09-24 | Stop generating traffic for a given endpoint when a transfer reported | Martin Pieuchot |
2013-09-20 | Unify and document usbd_transfer(9). | Martin Pieuchot |
2013-09-19 | Do no try to clear the endpoint, as it if has stalled, if the | Martin Pieuchot |
2013-09-06 | need sys/device.h | Theo de Raadt |
2013-09-06 | Fix build with USB_DEBUG defined, pipes don't have refcounters anymore. | Martin Pieuchot |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |
2013-08-21 | Unswap address and configuration value arguments in a debug printf. | Martin Pieuchot |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot |
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot |
2013-08-20 | add some urtwn device ids found in the windows driver | Jonathan Gray |
2013-08-20 | regen | Jonathan Gray |
2013-08-20 | add some urtwn device ids found in the windows driver | Jonathan Gray |
2013-08-19 | Add IO-DATA WN-G150UM from William Dunand. | Jonathan Gray |
2013-08-19 | regen | Jonathan Gray |
2013-08-19 | Add IO-DATA WN-G150UM from William Dunand. | Jonathan Gray |
2013-08-17 | Remove unnecessary activate functions and unused DPRINTFN macros. | Stuart Henderson |
2013-08-15 | Blast uhts(4). This code was merged into ums(4) last week. | Edd Barrett |
2013-08-13 | Remove bogus and useless refcounting of usbd pipes that could lead to | Martin Pieuchot |
2013-08-09 | Merge uhts(1) into ums(1). The code is amost the same, so no need to duplicate. | Edd Barrett |
2013-08-08 | These functions should only used in the usb-autoconf glue, do not expose | Martin Pieuchot |
2013-08-08 | Use the same functions to abort and close the control pipe of a device | Martin Pieuchot |
2013-08-07 | needs timeout.h to compile. from Rafael Neves | Ted Unangst |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-02 | add Sierra Wireless MC8355 (Gobi 3000) | Mike Belopuhov |
2013-08-02 | regen | Mike Belopuhov |
2013-07-21 | Belkin N300 XR; Daryl Turner | Theo de Raadt |
2013-07-15 | When a ucom(4) device is detached do not only abort its pipes but also | Martin Pieuchot |
2013-07-10 | Remove unsigned comparison < 0. | Brad Smith |
2013-07-09 | Add basic support for digitisers with pens in uhts(4). | Edd Barrett |
2013-07-06 | Advertise utpms(4) as being a WSMOUSE_TYPE_USB because even if it could | Martin Pieuchot |
2013-07-05 | Correctly abort and free the pipe when detaching the device. Found the | Martin Pieuchot |
2013-07-02 | Rearrange the inequalities. | Brad Smith |
2013-07-01 | Pass ioctl() calls to parent uhidev() device first, to be able to | Matthieu Herrb |