aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/uslcom.c
Commit message (Expand)AuthorAgeFilesLines
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* Add new USB ID to uslcom(4).Hans Petter Selasky2020-01-211-0/+1
* Allow baud rates of 1,228,800 and 1,843,200 on CP2101/2/3 usb-serial adapters.Ian Lepore2019-12-091-1/+5
* uslcom: Both CP2104 and CP2105 can support up to 2Mbps baudrateEmmanuel Vadot2018-04-241-1/+16
* uslcom: Apply style(9) and be consistant with function namesEmmanuel Vadot2018-04-241-55/+54
* Add new USB ID.Hans Petter Selasky2018-02-031-0/+1
* 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-0/+1
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-1/+1
* Add 26 new device IDs to uslcom(4). This brings us in sync with LinuxGavin Atkinson2013-10-201-0/+26
* o Retrive the part number (CP2103 etc) from the hardware on attach.Gavin Atkinson2013-05-171-12/+56
* Revert r239178 and implement two new functions, namelyHans Petter Selasky2012-08-151-9/+9
* Rename command defines to match names used in the datasheet, in order toGavin Atkinson2012-08-141-54/+57
* Take advantage of new UCOM and bus functionality so thatHans Petter Selasky2012-08-101-2/+26
* Minor style nit:Hans Petter Selasky2012-08-051-11/+12
* Support multiple interface devices. The driver had previously hardcodedGavin Atkinson2012-08-041-15/+11
* Improve descriptions for several devices supported by uslcom(4).Gavin Atkinson2012-07-261-1/+1
* Add support for more devices to uslcom(4). This commit syncronises theGavin Atkinson2012-07-261-1/+24
* The baud rate on CP1201/2/3 devices can be set in one of two ways:Gavin Atkinson2012-07-251-9/+11
* - This patch adds custom IOCTLs to read and write the 4 GPIO pins on theHans Petter Selasky2011-11-121-11/+82
* Some minor corrections to a modem driver.Hans Petter Selasky2011-11-091-9/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Implement support for modem control lines.Hans Petter Selasky2011-11-051-4/+119
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Sync the list of devices supported by uslcom(4) with Linux, bringing inGavin Atkinson2011-01-091-0/+9
* 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-1/+1
* Sync the list of devices supported by uslcom(4) with NetBSD, Linux, OpenBSDGavin Atkinson2010-08-071-2/+44
* - Support two devices made by West Mountain Radio in uslcom(4) [1]Gavin Atkinson2010-07-271-3/+16
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makeAndrew Thompson2009-12-261-18/+20
* Add experimental support for usb serial console and polled mode during DDB.Andrew Thompson2009-09-281-0/+9
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-23/+44
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-36/+36
* 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-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-41/+41
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-6/+6
* 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-3/+7
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+539