summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubser.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-882/+0
* Prefer device_printf to printf("%s: ...", device_get_nameunit()). Onimp2007-07-051-30/+23
* Latest round of usb cleanups:imp2007-06-211-1/+1
* s/logprintf/printf/gimp2007-06-201-2/+2
* Finish removal of usb_port.h macros.imp2007-06-181-3/+23
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-121-2/+2
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-3/+3
* Kill devinfo stuff. It is no longer needed.imp2007-06-091-8/+1
* Make it obvious that we don't care about the return value ofnetchild2007-04-011-1/+1
* More removing compatibility macros.imp2006-09-071-17/+17
* s/Static/static/gimp2006-09-061-19/+19
* Remove spl.ticso2005-11-051-28/+16
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* initialize pp->p_sc so it can be referenced later.ticso2005-03-171-20/+32
* 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