Age | Commit message (Expand) | Author |
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 |
2013-05-16 | attach to new RTL8188RU id, from Sigi Rudzio | Stuart Henderson |
2013-05-16 | sync | Stuart Henderson |
2013-05-16 | add another RTL8188 id, from Sigi Rudzio | Stuart Henderson |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-05-08 | Move reset commands from that attach path to an own function. | Marcus Glocker |
2013-05-08 | re-commit uthum_activate() removal, now that uhidev(4) can handle it. | Stuart Henderson |
2013-05-07 | When deactivating child devices do not panic if their driver does | Martin Pieuchot |
2013-05-04 | revert uthum_activate removal, it is needed in the detach path as found the | Stuart Henderson |
2013-05-04 | - remove unused DPRINTFN, simple DPRINTF is enough | Stuart Henderson |
2013-04-29 | ulpt(4) depends on firmload since its rev 1.41 when it got support for | Martin Pieuchot |
2013-04-26 | Don't use usbd_bulk_transfer() to submit a synchronous transfer here too. | Martin Pieuchot |
2013-04-26 | Don't use usbd_bulk_transfer() to submit a synchronous transfer. This | Martin Pieuchot |
2013-04-26 | Don't use usbd_bulk_transfer() to submit a synchronous transfer. This | Martin Pieuchot |
2013-04-26 | Remove unused and ambiguous usbd_get_interface() function. | Martin Pieuchot |
2013-04-26 | Remove bogus comments. | Martin Pieuchot |
2013-04-26 | Give back to usb(4) what is usb(4)'s. In other words use the usb_* prefix | Martin Pieuchot |
2013-04-26 | Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*). | Marcus Glocker |
2013-04-22 | handle long long time_t in debug code | Theo de Raadt |
2013-04-22 | correct tv_sec handling in debug code | Theo de Raadt |