summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2013-09-24Stop generating traffic for a given endpoint when a transfer reportedMartin Pieuchot
2013-09-20Unify and document usbd_transfer(9).Martin Pieuchot
2013-09-19Do no try to clear the endpoint, as it if has stalled, if theMartin Pieuchot
2013-09-06need sys/device.hTheo de Raadt
2013-09-06Fix build with USB_DEBUG defined, pipes don't have refcounters anymore.Martin Pieuchot
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
2013-08-21Unswap address and configuration value arguments in a debug printf.Martin Pieuchot
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-20tedu netnatm and ueagle(4).Martin Pieuchot
2013-08-20add some urtwn device ids found in the windows driverJonathan Gray
2013-08-20regenJonathan Gray
2013-08-20add some urtwn device ids found in the windows driverJonathan Gray
2013-08-19Add IO-DATA WN-G150UM from William Dunand.Jonathan Gray
2013-08-19regenJonathan Gray
2013-08-19Add IO-DATA WN-G150UM from William Dunand.Jonathan Gray
2013-08-17Remove unnecessary activate functions and unused DPRINTFN macros.Stuart Henderson
2013-08-15Blast uhts(4). This code was merged into ums(4) last week.Edd Barrett
2013-08-13Remove bogus and useless refcounting of usbd pipes that could lead toMartin Pieuchot
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