summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uticom.c
AgeCommit message (Expand)Author
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