summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uticom.c
AgeCommit message (Expand)Author
2017-04-08A pile of sizes to free(9). In test for a few days in snapshots.Theo de Raadt
2017-03-26Add sizes to various free(9) calls. Fixing the simpler ones first.Theo de Raadt
2016-05-24Kill unused ioctl(2)s.Martin Pieuchot
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-07-12Kill the last dumb DVACT_DEACTIVATE handlers.Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-07Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'sMartin Pieuchot
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-11-15Sort-out activate functionality for ucom(4) and it's parents.Paul Irofti
2013-11-07Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-04-12Instead of using a wrapper around usbd_transfer() when submitting aMartin Pieuchot
2011-08-17match on MSP-FET430UIF JTAG, so it can be used with mspdebugJasper Lievisse Adriaanse
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-19fix up unbalanced format stringsJonathan Gray
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-04-05binary vs logical or, found by clangJonathan Gray
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-17- attach to abbott stereo plug and fix it's firmware loadingJasper Lievisse Adriaanse
2010-12-17- attach to moxa uport110, from rivo nurgesJasper 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 usedJasper Lievisse Adriaanse
2010-12-15make this not panic on attachJonathan Gray
2010-12-03missing ; in previousJacob Meuser
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-09-24remove dying flag in detach() function.Yojiro Uo
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2008-06-14id tag.Federico G. Schwindt
2007-11-23kprintf -> printf, unbreaks USB_DEBUGMarc Winiger
2007-11-16driver for TI TUSB3410 usb serial, written by dxi@mail.ru andTheo de Raadt