summaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/ufoma.c
Commit message (Expand)AuthorAgeFilesLines
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-12/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-6/+6
* Regularize my copyright noticeWarner Losh2019-12-041-3/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Annotate the usb-serial drivers which always return 0 for line status,Ian Lepore2016-07-271-0/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-5/+6
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* Restart the USB transfer if the error is not USB_ERR_CANCELLED.Kevin Lo2012-09-121-7/+0
* Revert r239178 and implement two new functions, namelyHans Petter Selasky2012-08-151-9/+9
* Remove unused structure field.Hans Petter Selasky2012-08-101-4/+0
* Take advantage of new UCOM and bus functionality so thatHans Petter Selasky2012-08-101-2/+26
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-1/+1
* Style change.Hans Petter Selasky2011-11-121-2/+2
* - Export more USB device ID's.Hans Petter Selasky2011-06-241-12/+18
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numberNick Hibma2010-11-051-0/+2
* - Simplify the way unit/subunit allocation is done in ucom.Nick Hibma2010-11-031-2/+2
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-3/+3
* Add experimental support for usb serial console and polled mode during DDB.Andrew Thompson2009-09-281-1/+10
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-66/+95
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-67/+67
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-5/+5
* Make variables static where appropriate.Andrew Thompson2009-06-131-1/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-5/+5
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-66/+66
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-16/+16
* MFp4 //depot/projects/usb@159517Andrew Thompson2009-03-201-1/+0
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Move the serial drivers from Giant to using their own mutexs.Andrew Thompson2009-03-021-7/+10
* Also use proper capitalisation of FreeBSD in other source files.Ed Schouten2009-02-241-1/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+1212