aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uark.c
Commit message (Expand)AuthorAgeFilesLines
* uark/ucom: Minor code cleanup.Nick Hibma2008-10-091-1/+1
* Allow arbitrary baud rates, not just the standard ones.Ed Maste2008-01-261-21/+13
* Reduce diffs to OtherBSD by using usb_lookup. No functional changes.Warner Losh2007-06-301-15/+4
* s/logprintf/printf/gWarner Losh2007-06-201-1/+1
* Remove compat macros. md5 the same.Warner Losh2007-06-121-6/+11
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-2/+2
* Prefer device_printf over printf.Warner Losh2007-06-111-13/+10
* Kill devinfo stuff. It is no longer needed.Warner Losh2007-06-091-11/+0
* o Add uark(4), a driver for Arkmicro Technologies ARK3116 based serialMaxim Konovalov2006-11-151-0/+367