| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r239178 and implement two new functions, namely | hselasky | 2012-08-15 | 1 | -9/+9 |
* | Remove unused structure field. | hselasky | 2012-08-10 | 1 | -4/+0 |
* | Take advantage of new UCOM and bus functionality so that | hselasky | 2012-08-10 | 1 | -2/+26 |
* | - Move all USB device ID arrays into so-called sections, | hselasky | 2011-06-24 | 1 | -1/+1 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Implement ucom_set_pnpinfo_usb() providing ttyname and port number | n_hibma | 2010-11-05 | 1 | -0/+2 |
* | - Simplify the way unit/subunit allocation is done in ucom. | n_hibma | 2010-11-03 | 1 | -1/+1 |
* | Add missing MODULE_VERSION() definitions, this resolves problems around | thompsa | 2010-09-01 | 1 | -0/+1 |
* | Remove overuse of exclamation marks in kernel printfs, there mere fact a | thompsa | 2009-11-26 | 1 | -1/+1 |
* | Add back endpoint swap detection that was disabled in an earlier driver | thompsa | 2009-09-28 | 1 | -10/+33 |
* | Add experimental support for usb serial console and polled mode during DDB. | thompsa | 2009-09-28 | 1 | -0/+9 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -33/+58 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -32/+32 |
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -1/+1 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -4/+4 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -34/+34 |
* | Use the correct usb config number on attach. | thompsa | 2009-05-21 | 1 | -1/+1 |
* | - rename usb2_mode to usb_mode [1] | thompsa | 2009-05-21 | 1 | -1/+1 |
* | MFp4 //depot/projects/usb@159909 | thompsa | 2009-04-05 | 1 | -9/+9 |
* | MFp4 //depot/projects/usb @159430 | thompsa | 2009-03-20 | 1 | -1/+0 |
* | Rename the ushub device class back to uhub as it was in the old usb stack, | thompsa | 2009-03-02 | 1 | -1/+1 |
* | Move the serial drivers from Giant to using their own mutexs. | thompsa | 2009-03-02 | 1 | -3/+5 |
* | Also use proper capitalisation of FreeBSD in other source files. | ed | 2009-02-24 | 1 | -1/+1 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+579 |