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