summaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/uplcom.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
* MFC r243380:Hans Petter Selasky2012-11-281-8/+15
* MFC r239178, r239179, r239180, r239181, r239182 and r239299:Hans Petter Selasky2012-09-181-2/+26
* Merge r238766, r238774 from head:Gavin Atkinson2012-08-271-0/+1
* MFC r233774:Hans Petter Selasky2012-05-041-1/+1
* MFC r227461:Hans Petter Selasky2011-12-311-1/+1
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* Improve or fix some comments. No functional change.Gavin Atkinson2011-01-111-10/+10
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This bringsGavin Atkinson2011-01-091-0/+1
* Support the Uniform Industrial Corp (UIC) MSR206 Magnetic Card Reader.Gavin Atkinson2011-01-061-0/+1
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numberNick Hibma2010-11-051-0/+2
* - Simplify the way unit/subunit allocation is done in ucom.Nick Hibma2010-11-031-1/+1
* Now that the uplcom(4) driver can autodetect the chipset type, sync theGavin Atkinson2010-08-101-3/+37
* Attempt to autodetect the cype of chipset, rather than storing thisGavin Atkinson2010-08-091-102/+87
* The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set.Gavin Atkinson2010-08-081-12/+20
* Add support for the Corega CG-USBRS232R to uplcom(4)Gavin Atkinson2010-07-281-0/+2
* Fix comment.Takanori Watanabe2010-07-131-1/+1
* One more Prolific serial device ID.Takanori Watanabe2010-07-131-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makeAndrew Thompson2009-12-261-27/+27
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-2/+2
* Add experimental support for usb serial console and polled mode during DDB.Andrew Thompson2009-09-281-0/+9
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-31/+57
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-45/+45
* Make variables static where appropriate.Andrew Thompson2009-06-131-1/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-6/+6
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-45/+45
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-9/+9
* MFp4 //depot/projects/usb @159375,159376,159377Andrew Thompson2009-03-201-2/+2
* Add Mobile Action MA-620 Infrared Adapter.Andrew Thompson2009-03-041-0/+3
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Move the serial drivers from Giant to using their own mutexs.Andrew Thompson2009-03-021-3/+7
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+831