summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2013-11-01Move the abort_task storage to the generic USB xfer structure insteadMartin Pieuchot
2013-10-31Pipe don't have states. Kill an useless & commented out chunk of code.Martin Pieuchot
2013-10-31usbd_pipe2device_handle() is not used, should not be used and die.Martin Pieuchot
2013-10-30regenKenji Aoyama
2013-10-30Treat another OMRON UPS, BY35S, as ugen(4).Kenji Aoyama
2013-10-29Kill sc_attached, attach and detach events for USB devices are triggeredMartin Pieuchot
2013-10-28Use the correct value for the Interframe Gap Time 0 bit in the transmitMartin Pieuchot
2013-10-25Add support for Microsoft XBox 360 controller as a uhid. It doesn't useJeremy Evans
2013-10-25regenJeremy Evans
2013-10-25Add Microsoft XBox 360 ControllerJeremy Evans
2013-10-24regenJasper Lievisse Adriaanse
2013-10-24add another smc hub as out found on the Nitrogen6XJasper Lievisse Adriaanse
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-21- trivial and/or obvious bug fixYojiro Uo
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-19Make uhub_explore() return an int rather than a usbd_satus. This hasMartin Pieuchot
2013-10-14If a transfer terminates with an I/O error status, do not modify theMartin Pieuchot
2013-10-07remove some debug printf.Yojiro Uo
2013-10-07regen.Yojiro Uo
2013-10-07add device driver for ASIX AX88178a and AX88179 Ethernet interface.Yojiro Uo
2013-10-01Use %z* for size_tStefan Fritsch
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-30regenJonathan Gray
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-30Add ISY IWL 2000, another RTL8188CUS/urtwn(4)Jonathan Gray
2013-09-30regenJonathan Gray
2013-09-30Add ISY IWL 2000, another RTL8188CUS/urtwn(4)Jonathan Gray
2013-09-28Fix the message of uthum(4)'s calibration offset is incorrectsasano
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