summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubser.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-2/+2
* Use generic tty code instead of local copies.phk2004-10-121-269/+98
* Use ttyalloc() instead of ttymalloc(NULL)phk2004-09-171-1/+1
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-1/+0
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-3/+3
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Catch up with usbd_get_string_desc() change.le2004-06-261-2/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-3/+1
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-7/+7
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-8/+2
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-011-4/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.phk2004-06-011-2/+0
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* add driver for BWCT console management serialsticso2004-03-011-0/+1057
OpenPOWER on IntegriCloud