| Commit message (Expand) | Author | Age | Files | Lines |
| * | umodem(4): Clear stall at every open. | Hans Petter Selasky | 2022-09-06 | 1 | -8/+14 |
| * | MFC r365966: | Hans Petter Selasky | 2020-10-20 | 1 | -0/+2 |
| * | Make it possible (controlled via sysctl, enabled by default) to mark | Edward Tomasz Napierala | 2018-04-25 | 1 | -0/+2 |
| * | Improve support for USB based 3G/4G/5G dongles from Huawei. | Hans Petter Selasky | 2018-01-19 | 1 | -0/+12 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Annotate the usb-serial drivers which always return 0 for line status, | Ian Lepore | 2016-07-27 | 1 | -0/+1 |
| * | Create a USB_PNP_INFO and use it to export the existing PNP | Warner Losh | 2015-12-11 | 1 | -0/+2 |
| * | Add support for USB device side mode to the USB modem driver. | Hans Petter Selasky | 2015-01-09 | 1 | -19/+134 |
| * | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | Hans Petter Selasky | 2015-01-05 | 1 | -1/+1 |
| * | Resolve USB driver identification conflict. | Hans Petter Selasky | 2014-12-15 | 1 | -1/+1 |
| * | Update NetBSD Foundation copyrights to 2-clause BSD | Ed Maste | 2014-03-18 | 1 | -7/+0 |
| * | Allow the Arduino Leonardo to work by supporting CDC=0 devices. | Adrian Chadd | 2013-10-31 | 1 | -0/+3 |
| * | 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 |
| * | Fix typo in comment | Thomas Quinot | 2012-04-18 | 1 | -1/+1 |
| * | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -3/+3 |
| * | 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 |
| * | Add support for new USB modem protocol. | Hans Petter Selasky | 2011-11-06 | 1 | -1/+5 |
| * | - Export more USB device ID's. | Hans Petter Selasky | 2011-06-24 | 1 | -3/+6 |
| * | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky | 2011-06-24 | 1 | -1/+1 |
| * | Fix for detection of MTK 3329 GPS USB devices. | Hans Petter Selasky | 2011-02-03 | 1 | -5/+54 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | 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 |
| * | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | Andrew Thompson | 2010-04-22 | 1 | -1/+1 |
| * | Make umodem more tolerant for devices which modem descriptors are misplaced. | Andrew Thompson | 2010-02-14 | 1 | -4/+9 |
| * | Add a quirk for the Curitel UM175 where setting multiplexing for call | Andrew Thompson | 2009-12-11 | 1 | -7/+12 |
| * | 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 | -41/+67 |
| * | Fix usb2_find_descriptor function name. | Andrew Thompson | 2009-06-15 | 1 | -2/+2 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -40/+40 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -5/+5 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 1 | -54/+54 |
| * | 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 @159430 | Andrew Thompson | 2009-03-20 | 1 | -1/+0 |
| * | MFp4 //depot/projects/usb @159375,159376,159377 | Andrew Thompson | 2009-03-20 | 1 | -1/+1 |
| * | Add support for the UNION interface descriptor, used by Nokia phones. | Andrew Thompson | 2009-03-05 | 1 | -27/+22 |
| * | 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 |
| * | Also use proper capitalisation of FreeBSD in other source files. | Ed Schouten | 2009-02-24 | 1 | -1/+1 |
| * | Move the new USB stack into its new home. | Andrew Thompson | 2009-02-23 | 1 | -0/+788 |