Age | Commit message (Expand) | Author |
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 |
2013-06-26 | Flash the LEDs only if the output report size is non null. | Martin Pieuchot |
2013-06-25 | Do not dereference sc before checking if it exists, pointed by otto@. | Martin Pieuchot |
2013-06-25 | Bring ohci(4) and uhci(4) in sync with ehci(4) by ensuring that a | Martin Pieuchot |
2013-06-12 | Rework of the suspend/resume logic. | Martin Pieuchot |
2013-06-11 | Replace more ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-06-03 | remove unless lines | Yojiro Uo |
2013-06-03 | Correctly increment the refcounter when trying to open a non connected | Martin Pieuchot |
2013-05-31 | Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move | Martin Pieuchot |
2013-05-31 | enable REALTEK 8211C(L) GbE phy with axe(4). | Yojiro Uo |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-29 | regen | Yojiro Uo |
2013-05-29 | add ASIX AX88179 | Yojiro Uo |
2013-05-21 | Simplify the debug output to help diagnose problems without needing | Martin Pieuchot |
2013-05-20 | Remove `abort_task' from usb task queue before recycling a `struct | YASUOKA Masahiko |
2013-05-17 | Make it clear that the code related to a transfer submission doesn't | Martin Pieuchot |
2013-05-17 | Don't leak information to userland in case the actual transfer length is | Martin Pieuchot |