summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* Rename command defines to match names used in the datasheet, in order togavin2012-08-141-54/+57
* Style.hselasky2012-08-101-6/+0
* Remove unused structure field.hselasky2012-08-105-21/+0
* Take advantage of new UCOM and bus functionality so thathselasky2012-08-1019-38/+468
* Switch unit management in UCOM to unrhdr.hselasky2012-08-102-69/+182
* Update the list of devices supported by the FTDI driver. It might behselasky2012-08-052-5/+598
* Minor style nit:hselasky2012-08-051-11/+12
* Support multiple interface devices. The driver had previously hardcodedgavin2012-08-041-15/+11
* Improve descriptions for several devices supported by uslcom(4).gavin2012-07-261-1/+1
* Add support for more devices to uslcom(4). This commit syncronises thegavin2012-07-261-1/+24
* The baud rate on CP1201/2/3 devices can be set in one of two ways:gavin2012-07-251-9/+11
* Update the list of devices supported by uplcom. Although this only addsgavin2012-07-251-0/+1
* u3g: add support for Huawei E392 LTE modemrea2012-07-231-0/+1
* Add new USB device ID.hselasky2012-07-161-0/+1
* Add new USB device ID.hselasky2012-07-161-0/+1
* Add new USB device ID.hselasky2012-07-151-0/+2
* Add new USB device ID.hselasky2012-07-031-0/+1
* Refine r237102 a bit:marius2012-06-182-4/+16
* - Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter.marius2012-06-142-81/+75
* Add support for the SIMCom SIM5218, tested by me.kevlo2012-04-211-0/+1
* Fix typo in commentthomas2012-04-181-1/+1
* Fix compiler warnings, mostly signed issues,hselasky2012-04-029-24/+19
* Add new USB device IDs.hselasky2012-03-081-0/+1
* Add new USB device ID.hselasky2012-02-141-0/+1
* - Add ID for the BeagleBone FTDI serial over usb port.stas2012-01-161-0/+1
* Add support for more USB devices.hselasky2012-01-161-0/+1
* Export ttyname instead of ttyunit via the sysctl interface.hselasky2012-01-162-11/+18
* Export information about USB serial port unit and port numbershselasky2012-01-162-12/+42
* BeagleBone uses an FTDI chip withkientzle2012-01-151-0/+1
* Convert files to UTF-8uqs2012-01-151-1/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* - This patch adds custom IOCTLs to read and write the 4 GPIO pins on thehselasky2011-11-121-11/+82
* Style change.hselasky2011-11-125-6/+7
* Some minor corrections to a modem driver.hselasky2011-11-091-9/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-0714-14/+14
* Add support for new USB modem protocol.hselasky2011-11-061-1/+5
* Implement support for modem control lines.hselasky2011-11-051-4/+119
* Bugfix: The ucom detach function is sometimes called on zeroed structures.hselasky2011-10-101-0/+3
* Add new USB ID to u3g driver.hselasky2011-08-201-0/+2
* Add new USB ID to u3g driver.hselasky2011-07-211-0/+1
* - Export more USB device ID's.hselasky2011-06-242-15/+24
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-2417-26/+41
* Rename recently added USB serial driver.hselasky2011-06-042-5/+5
* Add support for new USB serial driver.hselasky2011-06-012-0/+1719
* - Remove dependency to ucom from ulpt.hselasky2011-03-031-1/+0
* Fix for detection of MTK 3329 GPS USB devices.hselasky2011-02-031-5/+54
* New ID for the Novatel MC547n_hibma2011-02-011-0/+1
* Add another ID for the ZTE MF190 Surf Stickn_hibma2011-01-201-0/+1
* Improve or fix some comments. No functional change.gavin2011-01-111-10/+10
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-1119-19/+0
OpenPOWER on IntegriCloud