summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2013-08-09Merge uhts(1) into ums(1). The code is amost the same, so no need to duplicate.Edd Barrett
2013-08-08These functions should only used in the usb-autoconf glue, do not exposeMartin Pieuchot
2013-08-08Use the same functions to abort and close the control pipe of a deviceMartin Pieuchot
2013-08-07needs timeout.h to compile. from Rafael NevesTed Unangst
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-02add Sierra Wireless MC8355 (Gobi 3000)Mike Belopuhov
2013-08-02regenMike Belopuhov
2013-07-21Belkin N300 XR; Daryl TurnerTheo de Raadt
2013-07-15When a ucom(4) device is detached do not only abort its pipes but alsoMartin Pieuchot
2013-07-10Remove unsigned comparison < 0.Brad Smith
2013-07-09Add basic support for digitisers with pens in uhts(4).Edd Barrett
2013-07-06Advertise utpms(4) as being a WSMOUSE_TYPE_USB because even if it couldMartin Pieuchot
2013-07-05Correctly abort and free the pipe when detaching the device. Found theMartin Pieuchot
2013-07-02Rearrange the inequalities.Brad Smith
2013-07-01Pass ioctl() calls to parent uhidev() device first, to be able toMatthieu Herrb
2013-06-26Flash the LEDs only if the output report size is non null.Martin Pieuchot
2013-06-25Do not dereference sc before checking if it exists, pointed by otto@.Martin Pieuchot
2013-06-25Bring ohci(4) and uhci(4) in sync with ehci(4) by ensuring that aMartin Pieuchot
2013-06-12Rework of the suspend/resume logic.Martin Pieuchot
2013-06-11Replace more ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-03remove unless linesYojiro Uo
2013-06-03Correctly increment the refcounter when trying to open a non connectedMartin Pieuchot
2013-05-31Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and moveMartin Pieuchot
2013-05-31enable REALTEK 8211C(L) GbE phy with axe(4).Yojiro Uo
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-29regenYojiro Uo
2013-05-29add ASIX AX88179Yojiro Uo
2013-05-21Simplify the debug output to help diagnose problems without needingMartin Pieuchot
2013-05-20Remove `abort_task' from usb task queue before recycling a `structYASUOKA Masahiko
2013-05-17Make it clear that the code related to a transfer submission doesn'tMartin Pieuchot
2013-05-17Don't leak information to userland in case the actual transfer length isMartin Pieuchot
2013-05-16attach to new RTL8188RU id, from Sigi RudzioStuart Henderson
2013-05-16syncStuart Henderson
2013-05-16add another RTL8188 id, from Sigi RudzioStuart Henderson
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-05-08Move reset commands from that attach path to an own function.Marcus Glocker
2013-05-08re-commit uthum_activate() removal, now that uhidev(4) can handle it.Stuart Henderson
2013-05-07When deactivating child devices do not panic if their driver doesMartin Pieuchot
2013-05-04revert uthum_activate removal, it is needed in the detach path as found theStuart Henderson
2013-05-04- remove unused DPRINTFN, simple DPRINTF is enoughStuart Henderson
2013-04-29ulpt(4) depends on firmload since its rev 1.41 when it got support forMartin Pieuchot
2013-04-26Don't use usbd_bulk_transfer() to submit a synchronous transfer here too.Martin Pieuchot
2013-04-26Don't use usbd_bulk_transfer() to submit a synchronous transfer. ThisMartin Pieuchot
2013-04-26Don't use usbd_bulk_transfer() to submit a synchronous transfer. ThisMartin Pieuchot
2013-04-26Remove unused and ambiguous usbd_get_interface() function.Martin Pieuchot
2013-04-26Remove bogus comments.Martin Pieuchot
2013-04-26Give back to usb(4) what is usb(4)'s. In other words use the usb_* prefixMartin Pieuchot
2013-04-26Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*).Marcus Glocker
2013-04-22handle long long time_t in debug codeTheo de Raadt
2013-04-22correct tv_sec handling in debug codeTheo de Raadt