summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-2213-16/+15
* The Quanta Q101 modem has a different type of cdrom driver disk,kevlo2010-04-131-0/+1
* Add new uvisor(4) device ID.thompsa2010-03-111-0/+1
* It appears that some UVISOR devices do not handle when the clear stall commandthompsa2010-03-111-5/+0
* Use wMaxPacketSize for the uftdi input buffer size.thompsa2010-03-111-3/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-035-35/+0
* Add device ID for the FTDI 4232H.thompsa2010-02-141-0/+1
* Add support for the E1752 3G modem and the required eject command.thompsa2010-02-141-0/+5
* Make umodem more tolerant for devices which modem descriptors are misplaced.thompsa2010-02-141-4/+9
* The ZTE MF633R modem has a different type of cdrom driver disk, add the productthompsa2010-02-051-0/+1
* Properly name the 0x0016 ZTE product as MF633R now that its known.thompsa2010-02-041-1/+1
* Add the Globetrotter GE40x.thompsa2010-01-111-0/+1
* Remove unneeded includes.thompsa2010-01-081-2/+0
* Improve u3g device ejecting by providing additional methods for the ejectthompsa2010-01-061-105/+126
* Add new device ID to uipaq driverthompsa2009-12-311-0/+2
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-264-108/+115
* add new ID to UFTDI driver.thompsa2009-12-221-0/+1
* Keep list sorted.thompsa2009-12-181-21/+21
* Add a bunch of new 3G ids obtained from from various operating systems andthompsa2009-12-181-32/+280
* Use the EVENTHANDLER system to hook into the usb device configuration andthompsa2009-12-171-29/+25
* Add a quirk for the Curitel UM175 where setting multiplexing for callthompsa2009-12-111-7/+12
* Revert r199331, the UM175 is in fact a cdc-acm device handled by umodem(4).thompsa2009-12-111-1/+0
* Fix hardware issue with FTDI chips: avoid sending a zero length packet due tothompsa2009-12-091-1/+1
* Add new device ids.thompsa2009-12-091-0/+1
* Remove unneeded inclusion of <sys/termios.h>.ed2009-11-281-1/+0
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-2610-19/+15
* Sort ID list by vendor.thompsa2009-11-161-6/+6
* Add the Curitel UM175 3g device.thompsa2009-11-161-0/+1
* Check unit number and provide string name for consdev.thompsa2009-11-011-1/+6
* Add support for newer WinChipHead CH341 chips, previously in the uch341 driver.thompsa2009-10-191-115/+53
* Remove the newly added uch341 driver, it will be merged into uchcom instead.thompsa2009-10-191-530/+0
* Add back endpoint swap detection that was disabled in an earlier driverthompsa2009-09-281-10/+33
* Add new FTDI IDs.thompsa2009-09-281-0/+3
* Add experimental support for usb serial console and polled mode during DDB.thompsa2009-09-2818-8/+445
* add more device IDsthompsa2009-09-281-0/+3
* Add support for ChipHead 341 serial port adapter.thompsa2009-09-281-0/+521
* - fix uvisor support, mostly correct buffer sizes used.alfred2009-08-241-11/+35
* - Fix false positive uipaq probealfred2009-08-241-0/+4
* ULPT:alfred2009-07-301-1/+9
* USB serial:alfred2009-07-301-0/+1
* Don't pick up Giant inside ucom(4).ed2009-06-281-4/+6
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-2319-611/+1025
* Fix usb2_find_descriptor function name.thompsa2009-06-151-2/+2
* Fix _USB2_* refernces in the header protection defines.thompsa2009-06-151-3/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-1520-832/+832
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-152-9/+9
* Make variables static where appropriate.thompsa2009-06-134-4/+4
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-072-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-2919-81/+81
OpenPOWER on IntegriCloud