Age | Commit message (Expand) | Author |
2014-03-07 | Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's | Martin Pieuchot |
2013-11-15 | Clean-up usbd_abort_pipe() usage. | Paul Irofti |
2013-11-15 | Sort-out activate functionality for ucom(4) and it's parents. | Paul Irofti |
2013-11-07 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-04-12 | Instead of using a wrapper around usbd_transfer() when submitting a | Martin Pieuchot |
2011-08-17 | match on MSP-FET430UIF JTAG, so it can be used with mspdebug | Jasper Lievisse Adriaanse |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-19 | fix up unbalanced format strings | Jonathan Gray |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-04-05 | binary vs logical or, found by clang | Jonathan Gray |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2010-12-17 | - attach to abbott stereo plug and fix it's firmware loading | Jasper Lievisse Adriaanse |
2010-12-17 | - attach to moxa uport110, from rivo nurges | Jasper Lievisse Adriaanse |
2010-12-15 | - the firmware download succeeded message should be wrapped in DPRINTF(). | Jasper Lievisse Adriaanse |
2010-12-15 | - attach to the startech ICUSB232X, though only the first port can be used | Jasper Lievisse Adriaanse |
2010-12-15 | make this not panic on attach | Jonathan Gray |
2010-12-03 | missing ; in previous | Jacob Meuser |
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |
2010-09-24 | remove dying flag in detach() function. | Yojiro Uo |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2008-06-14 | id tag. | Federico G. Schwindt |
2007-11-23 | kprintf -> printf, unbreaks USB_DEBUG | Marc Winiger |
2007-11-16 | driver for TI TUSB3410 usb serial, written by dxi@mail.ru and | Theo de Raadt |