aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ubser.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer device_printf to printf("%s: ...", device_get_nameunit()). OnWarner Losh2007-07-051-30/+23
* Latest round of usb cleanups:Warner Losh2007-06-211-1/+1
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* Finish removal of usb_port.h macros.Warner Losh2007-06-181-3/+23
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-3/+6
* Remove USBDEV() macro. We do not need a macro that is defined as itsWarner Losh2007-06-121-2/+2
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-3/+3
* Kill devinfo stuff. It is no longer needed.Warner Losh2007-06-091-8/+1
* Make it obvious that we don't care about the return value ofAlexander Leidinger2007-04-011-1/+1
* More removing compatibility macros.Warner Losh2006-09-071-17/+17
* s/Static/static/gWarner Losh2006-09-061-19/+19
* Remove spl.Bernd Walter2005-11-051-28/+16
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-1/+1
* initialize pp->p_sc so it can be referenced later.Bernd Walter2005-03-171-20/+32
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Use generic tty code instead of local copies.Poul-Henning Kamp2004-10-121-269/+98
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-1/+0
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-3/+3
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* Catch up with usbd_get_string_desc() change.Lukas Ertl2004-06-261-2/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp2004-06-041-3/+1
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-7/+7
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-8/+2
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterPoul-Henning Kamp2004-06-011-4/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.Poul-Henning Kamp2004-06-011-2/+0
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* add driver for BWCT console management serialsBernd Walter2004-03-011-0/+1057