summaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial
Commit message (Expand)AuthorAgeFilesLines
...
* Use 2K buffers for IO to help achieve full device speed, rather than theIan Lepore2014-04-021-37/+96
* Support serial speeds up to 12mbaud with newer FTDI chips.Ian Lepore2014-04-012-172/+254
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-188-56/+0
* Don't do synchronous USB requests inside USB transfer callbacks. It isHans Petter Selasky2014-01-121-22/+13
* Move USB ID from u3g driver to uhso driver.Hans Petter Selasky2014-01-111-1/+0
* Add alternate ID for Novatel MiFi 2200 CDMA, which is used by myDon Lewis2013-11-201-0/+1
* Allow the Arduino Leonardo to work by supporting CDC=0 devices.Adrian Chadd2013-10-311-0/+3
* Add id for GTM661W.Nick Hibma2013-10-251-0/+1
* Add 26 new device IDs to uslcom(4). This brings us in sync with LinuxGavin Atkinson2013-10-201-0/+26
* Add the device ID for a new flavor of FTDI serial adapter (model 232EX).Ian Lepore2013-09-011-0/+1
* Add support for the NTT Docomo L-02C card.Remko Lodder2013-06-271-0/+1
* Revert previous change to uark.c (restore previous rev), which wasThomas Quinot2013-06-231-20/+1
* Fix minor typo in commentThomas Quinot2013-06-232-2/+21
* o Retrive the part number (CP2103 etc) from the hardware on attach.Gavin Atkinson2013-05-171-12/+56
* Fix several typosEitan Adler2013-05-122-2/+2
* Add new USB ID.Hans Petter Selasky2013-04-061-0/+1
* Add new USB ID.Hans Petter Selasky2013-03-191-0/+2
* Add support for Optoelectronics USB barcode readers to uftdi(4).Gavin Atkinson2013-03-111-0/+2
* Add new USB ID to FTDI driver.Hans Petter Selasky2013-02-131-0/+1
* Add new u3g device quirk.Hans Petter Selasky2013-01-141-0/+1
* Add new USB ID.Hans Petter Selasky2012-12-291-0/+1
* Make sure we block recursion on TTY's inwakeup callbackHans Petter Selasky2012-12-202-1/+8
* Add new USB ID.Hans Petter Selasky2012-12-091-0/+1
* Add support for AT&T Sierra Wireless USB 3G adapterEitan Adler2012-11-291-0/+1
* Fix uplcom clear stall logic for PL2303HX.Hans Petter Selasky2012-11-211-8/+15
* Add new USB IDs.Hans Petter Selasky2012-11-121-0/+4
* Add lock asserts instead of "auto-locking".Hans Petter Selasky2012-11-071-9/+2
* The tty_inwakeup callback appears to be called both locked and unlocked.Hans Petter Selasky2012-11-071-3/+9
* Patch to improve USB serial console.Hans Petter Selasky2012-11-071-10/+12
* Add a jitter buffer in the common USB serial driver code whichHans Petter Selasky2012-11-052-2/+81
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-3/+3
* Implement modem control in u3g. Tested on Option GTM382W, Huawei E220,Nick Hibma2012-10-141-4/+173
* Correct driver name.Hans Petter Selasky2012-09-231-1/+1
* Fix typo: s/protocl/protocolKevin Lo2012-09-201-1/+1
* Restart the USB transfer if the error is not USB_ERR_CANCELLED.Kevin Lo2012-09-121-7/+0
* Support another uchcom(4) device.Gavin Atkinson2012-09-041-0/+1
* Add new USB device ID.Hans Petter Selasky2012-08-221-0/+1
* Revert r239178 and implement two new functions, namelyHans Petter Selasky2012-08-1520-183/+203
* Rename command defines to match names used in the datasheet, in order toGavin Atkinson2012-08-141-54/+57
* Style.Hans Petter Selasky2012-08-101-6/+0
* Remove unused structure field.Hans Petter Selasky2012-08-105-21/+0
* Take advantage of new UCOM and bus functionality so thatHans Petter Selasky2012-08-1019-38/+468
* Switch unit management in UCOM to unrhdr.Hans Petter Selasky2012-08-102-69/+182
* Update the list of devices supported by the FTDI driver. It might beHans Petter Selasky2012-08-052-5/+598
* 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
* Update the list of devices supported by uplcom. Although this only addsGavin Atkinson2012-07-251-0/+1