summaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* MFC r313287:Ian Lepore2017-03-023-6/+44
* MFC r303347, r303350, r303351, r303353:Ian Lepore2017-03-0110-11/+58
* MFC r303346:Ian Lepore2017-03-011-3/+5
* MFC r306478:Hans Petter Selasky2016-10-101-5/+6
* MFC r306205:Luiz Otavio O Souza2016-09-271-0/+1
* MFC r305388:Dimitry Andric2016-09-071-2/+2
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-023-18/+18
* dev/usb: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-194-4/+4
* Add more DPRINTF() to the ftdi driver. Now everything that can change theIan Lepore2016-04-051-8/+35
* Make PPS ASSERT/CLEAR events match the RS-232 signal levels as per RFC 2783.Ian Lepore2016-01-171-21/+24
* Flag the first port on a Sheevaplug ftdi serial device as jtag.Ian Lepore2015-12-161-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-1118-38/+57
* Add support for Sierra MC7355 cardRenato Botelho2015-09-151-0/+1
* Update USB quirk.Hans Petter Selasky2015-09-101-1/+1
* Add new USB ID.Hans Petter Selasky2015-09-091-0/+1
* Remove duplicate entry for Sierra Wireless Aircard 875Renato Botelho2015-09-081-1/+1
* Support the ZTE MF112 HSUPA 3G USB stick.Gavin Atkinson2015-08-291-0/+1
* Return the current ftdi bitbang mode with the UFTDIIOC_GET_BITMODE ioctl.Ian Lepore2015-08-061-4/+12
* Add support to the uftdi driver for reading and writing the serial eepromIan Lepore2015-08-062-1/+89
* Add new USB ID.Hans Petter Selasky2015-05-051-0/+1
* Add support for Sierra MC7354 cardRenato Botelho2015-05-051-0/+1
* Implement a mechanism for making changes in the kernel<->driver PPSIan Lepore2015-05-041-2/+3
* The "get latency" and "get bitmode" device commands are read operations,Ian Lepore2015-04-101-2/+2
* Switch polarity of PPS events.Hans Petter Selasky2015-03-081-3/+8
* Use correct mode variable for PPS support.Hans Petter Selasky2015-03-071-2/+2
* Add PPS support to USB serial drivers.Hans Petter Selasky2015-03-072-4/+40
* Add more USB IDs.Hans Petter Selasky2015-03-071-0/+2
* Add Neoway WM620 module ID.Dmitry Chagin2015-02-081-0/+1
* Add more USB device IDs.Hans Petter Selasky2015-01-161-0/+2
* Add support for USB device side mode to the USB modem driver.Hans Petter Selasky2015-01-091-19/+134
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-0514-14/+14
* Resolve USB driver identification conflict.Hans Petter Selasky2014-12-151-1/+1
* Add more U3G USB IDs.Hans Petter Selasky2014-12-081-0/+4
* Add new USB IDs.Hans Petter Selasky2014-11-071-0/+2
* Add support for new USB 3G device.Hans Petter Selasky2014-10-181-1/+2
* Add support for new USB 3G device.Hans Petter Selasky2014-10-171-0/+2
* Add the Dresden Elektronik deRFnode device to uftdi(4).Joerg Wunsch2014-10-161-0/+1
* Add new USB IDs.Hans Petter Selasky2014-09-191-0/+2
* Workaround for receiving Voice Calls using the E1750 dongle fromHans Petter Selasky2014-09-121-3/+14
* don't OR integer error values together as this does not make sense.Nick Hibma2014-08-051-1/+2
* Add a second Huawei SCSI eject command as USB mode switch config filesNick Hibma2014-08-051-1/+7
* Add ID for Novatel MC990D to u3g.Nick Hibma2014-08-051-0/+1
* Remove unused defines.Nick Hibma2014-08-052-11/+2
* Avoid a divide-by-zero panic when setting the baudrate to 0.Joerg Wunsch2014-08-031-1/+4
* Add new device ID.Hans Petter Selasky2014-07-201-0/+1
* Fix order of USB serial layer uninit. Currently module dependencyHans Petter Selasky2014-07-012-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-7/+3
* Revert r267961, r267973:Glen Barber2014-06-272-3/+7
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-7/+3
* The FTDI product ID we've been calling BEAGLEBONE is actually TI XDS100V2,Ian Lepore2014-04-251-1/+2