| Commit message (Expand) | Author | Age | Files | Lines |
| * | usb: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 4 | -16/+0 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) | Pawel Biernacki | 2020-02-15 | 13 | -13/+13 |
| * | Add cdceem(4) driver, for virtual ethernet devices compliant | Edward Tomasz Napierala | 2019-08-07 | 3 | -1/+267 |
| * | Set bDeviceClass properly for composite device (template 8). There should | Edward Tomasz Napierala | 2018-06-01 | 1 | -1/+1 |
| * | Clarify that USB bus power consumption is measured in mA at 5V. | Edward Tomasz Napierala | 2018-05-24 | 1 | -1/+1 |
| * | Centralize USB device mode bus power reporting, and add | Edward Tomasz Napierala | 2018-05-23 | 12 | -30/+59 |
| * | Add new PIDs for Audio, CDCE, MTP, and Mass Storage, from | Edward Tomasz Napierala | 2018-05-22 | 4 | -4/+4 |
| * | Add a somewhat ugly hack that makes OSX serial device node names | Edward Tomasz Napierala | 2018-05-21 | 3 | -3/+21 |
| * | Improve description strings for USB device-mode serial ports. | Edward Tomasz Napierala | 2018-05-21 | 3 | -6/+6 |
| * | Use USB Vendor Identifiers and Product Identifiers provided by V-USB | Edward Tomasz Napierala | 2018-05-21 | 12 | -23/+28 |
| * | Fix whitespace; no functional changes. | Edward Tomasz Napierala | 2018-05-19 | 3 | -5/+5 |
| * | Add #defines for vendor/product USB IDs. No functional changes. | Edward Tomasz Napierala | 2018-05-19 | 11 | -22/+44 |
| * | Stop claiming the device-side USB serial interfaces talk Hayes AT. | Edward Tomasz Napierala | 2018-05-18 | 3 | -3/+3 |
| * | Add a "multifunction" device side USB template, which provides mass | Edward Tomasz Napierala | 2018-05-17 | 3 | -0/+513 |
| * | Fix off-by-one in usb_decode_str_desc(). Previously it would decode | Edward Tomasz Napierala | 2018-05-17 | 1 | -1/+6 |
| * | Fix sysctl description. | Edward Tomasz Napierala | 2018-05-15 | 1 | -1/+1 |
| * | Give USB template SYSUNINIT()'s a uniq name to avoid symbol name collision | Hans Petter Selasky | 2018-02-07 | 10 | -10/+10 |
| * | Add missing manufacturer/serial number string descriptors. | Edward Tomasz Napierala | 2018-01-21 | 6 | -20/+142 |
| * | Remove unused index. | Edward Tomasz Napierala | 2018-01-20 | 1 | -1/+0 |
| * | Add missing SPDX tags; the rest of the license text is the same as in other | Edward Tomasz Napierala | 2018-01-20 | 3 | -0/+6 |
| * | Add sysctls to control device side USB identifiers. This makes it | Edward Tomasz Napierala | 2018-01-20 | 12 | -395/+1025 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 9 | -0/+18 |
| * | Replace some magic numbers in usb_template(4) code with #defines. | Edward Tomasz Napierala | 2017-10-15 | 7 | -44/+44 |
| * | Resolve deadlock between device_detach() and usbd_do_request_flags() | Hans Petter Selasky | 2016-09-05 | 1 | -2/+2 |
| * | Fix MTP description in the comment. | Edward Tomasz Napierala | 2016-07-29 | 1 | -1/+1 |
| * | dev/usb: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-02 | 1 | -2/+2 |
| * | Fix spelling. | Hans Petter Selasky | 2015-06-03 | 1 | -1/+1 |
| * | Add USB MIDI template for USB device side mode. | Hans Petter Selasky | 2015-06-01 | 3 | -0/+244 |
| * | Add usb template SERIALNET allowing us to have both USB CDC Ethernet | Ruslan Bukin | 2015-01-13 | 3 | -0/+391 |
| * | Add new USB phone descriptor template for USB device side mode. | Hans Petter Selasky | 2014-08-05 | 3 | -3/+426 |
| * | USB method structures for USB controllers and USB pipes should be | Hans Petter Selasky | 2013-12-11 | 1 | -1/+1 |
| * | - Add more defines to limit USB memory usage and number of allocations | Hans Petter Selasky | 2013-05-03 | 1 | -7/+4 |
| * | - Move scratch data from the USB bus structure to the USB device structure | Hans Petter Selasky | 2013-02-10 | 1 | -26/+39 |
| * | Use string literals in string descriptors for marginally | Hans Petter Selasky | 2013-01-30 | 7 | -101/+30 |
| * | Provide one global language string descriptor for | Hans Petter Selasky | 2013-01-30 | 7 | -42/+22 |
| * | Modify the FreeBSD USB kernel code so that it can be compiled directly | Hans Petter Selasky | 2013-01-30 | 8 | -21/+39 |
| * | Remove some extra and not needed space characters. | Hans Petter Selasky | 2013-01-28 | 3 | -3/+3 |
| * | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -1/+1 |
| * | Correct some bInterval USB template descriptor values. | Hans Petter Selasky | 2011-12-06 | 4 | -10/+10 |
| * | Style change. | Hans Petter Selasky | 2011-11-12 | 1 | -2/+2 |
| * | - Add some comments about the origin of some USB descriptors. | Hans Petter Selasky | 2011-06-23 | 3 | -1/+10 |
| * | - Add more USB templates for various USB device classes | Hans Petter Selasky | 2011-06-23 | 9 | -11/+1155 |
| * | Minor cleanup: | Hans Petter Selasky | 2011-02-09 | 1 | -1/+1 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 4 | -4/+0 |
| * | isochronous endpoint descriptors should have two more bytes which are zero by | Andrew Thompson | 2010-03-11 | 1 | -7/+16 |
| * | - make the usb_temp_setup() and usb_temp_unsetup() functions public so that | Andrew Thompson | 2010-03-11 | 3 | -21/+17 |
| * | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson | 2009-11-26 | 1 | -3/+3 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 4 | -19/+91 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 5 | -130/+130 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -9/+9 |