| Commit message (Expand) | Author | Age | Files | Lines |
| * | uplcom: add ATen/Prolific USB-232 Controller D USB ID | Ed Maste | 2020-11-17 | 1 | -0/+1 |
| * | usb: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -5/+1 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) | Pawel Biernacki | 2020-02-15 | 1 | -1/+2 |
| * | Added support for formula-based arbitrary baud rates, in contrast to | Hans Petter Selasky | 2018-10-22 | 1 | -36/+182 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | With clang 3.9.0, compiling uplcom results in the following warnings: | Dimitry Andric | 2016-09-04 | 1 | -2/+2 |
| * | Annotate the usb-serial drivers which always return 0 for line status, | Ian Lepore | 2016-07-27 | 1 | -0/+1 |
| * | dev/usb: use our nitems() macro when param.h is available. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
| * | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh | 2015-12-11 | 1 | -0/+1 |
| * | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | Hans Petter Selasky | 2015-01-05 | 1 | -1/+1 |
| * | Update NetBSD Foundation copyrights to 2-clause BSD | Ed Maste | 2014-03-18 | 1 | -7/+0 |
| * | Fix uplcom clear stall logic for PL2303HX. | Hans Petter Selasky | 2012-11-21 | 1 | -8/+15 |
| * | Revert r239178 and implement two new functions, namely | Hans Petter Selasky | 2012-08-15 | 1 | -9/+9 |
| * | Take advantage of new UCOM and bus functionality so that | Hans Petter Selasky | 2012-08-10 | 1 | -2/+26 |
| * | Update the list of devices supported by uplcom. Although this only adds | Gavin Atkinson | 2012-07-25 | 1 | -0/+1 |
| * | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -1/+1 |
| * | Style change. | Hans Petter Selasky | 2011-11-12 | 1 | -1/+1 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky | 2011-06-24 | 1 | -1/+1 |
| * | Improve or fix some comments. No functional change. | Gavin Atkinson | 2011-01-11 | 1 | -10/+10 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This brings | Gavin Atkinson | 2011-01-09 | 1 | -0/+1 |
| * | Support the Uniform Industrial Corp (UIC) MSR206 Magnetic Card Reader. | Gavin Atkinson | 2011-01-06 | 1 | -0/+1 |
| * | Implement ucom_set_pnpinfo_usb() providing ttyname and port number | Nick Hibma | 2010-11-05 | 1 | -0/+2 |
| * | - Simplify the way unit/subunit allocation is done in ucom. | Nick Hibma | 2010-11-03 | 1 | -1/+1 |
| * | Now that the uplcom(4) driver can autodetect the chipset type, sync the | Gavin Atkinson | 2010-08-10 | 1 | -3/+37 |
| * | Attempt to autodetect the cype of chipset, rather than storing this | Gavin Atkinson | 2010-08-09 | 1 | -102/+87 |
| * | The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set. | Gavin Atkinson | 2010-08-08 | 1 | -12/+20 |
| * | Add support for the Corega CG-USBRS232R to uplcom(4) | Gavin Atkinson | 2010-07-28 | 1 | -0/+2 |
| * | Fix comment. | Takanori Watanabe | 2010-07-13 | 1 | -1/+1 |
| * | One more Prolific serial device ID. | Takanori Watanabe | 2010-07-13 | 1 | -0/+2 |
| * | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | Andrew Thompson | 2010-04-22 | 1 | -1/+1 |
| * | Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to make | Andrew Thompson | 2009-12-26 | 1 | -27/+27 |
| * | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson | 2009-11-26 | 1 | -2/+2 |
| * | Add experimental support for usb serial console and polled mode during DDB. | Andrew Thompson | 2009-09-28 | 1 | -0/+9 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -31/+57 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -45/+45 |
| * | Make variables static where appropriate. | Andrew Thompson | 2009-06-13 | 1 | -1/+1 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -6/+6 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 1 | -45/+45 |
| * | Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. | Andrew Thompson | 2009-05-21 | 1 | -2/+2 |
| * | - rename usb2_mode to usb_mode [1] | Andrew Thompson | 2009-05-21 | 1 | -1/+1 |
| * | MFp4 //depot/projects/usb@159909 | Andrew Thompson | 2009-04-05 | 1 | -9/+9 |
| * | MFp4 //depot/projects/usb @159375,159376,159377 | Andrew Thompson | 2009-03-20 | 1 | -2/+2 |
| * | Add Mobile Action MA-620 Infrared Adapter. | Andrew Thompson | 2009-03-04 | 1 | -0/+3 |
| * | Rename the ushub device class back to uhub as it was in the old usb stack, | Andrew Thompson | 2009-03-02 | 1 | -1/+1 |
| * | Move the serial drivers from Giant to using their own mutexs. | Andrew Thompson | 2009-03-02 | 1 | -3/+7 |
| * | Move the new USB stack into its new home. | Andrew Thompson | 2009-02-23 | 1 | -0/+831 |