aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove device type from the uftdi_devs table, enhance the jtag-skip feature.Ian Lepore2014-04-252-648/+703
* Oops, revert r264801.Kevin Lo2014-04-231-1/+0
* Add a missing break.Kevin Lo2014-04-231-0/+1
* - Get transmit loop more in line with the other serial drivers.Hans Petter Selasky2014-04-231-5/+12
* Add ioctl(2) calls to uftdi(4) to access bitbang, MPSSE, CPU_FIFO, andIan Lepore2014-04-052-26/+222
* Add the Dresden Elektronik "USB Levelshifter Stick Low Cost" to theJoerg Wunsch2014-04-031-0/+1
* 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