| Commit message (Expand) | Author | Age | Files | Lines |
* | Make use of USB ID sections configurable. | hselasky | 2013-02-01 | 1 | -0/+9 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 1 | -0/+2 |
* | Allocate separate USB buffers for DMA'ed data, so that | hselasky | 2012-12-20 | 1 | -2/+2 |
* | Add support for the so-called streams feature of BULK endpoints | hselasky | 2012-08-12 | 1 | -1/+11 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 1 | -1/+1 |
* | Refactor auto-quirk solution so that we break as few external | hselasky | 2011-09-10 | 1 | -1/+0 |
* | This patch adds automatic detection of USB mass storage devices | hselasky | 2011-09-02 | 1 | -0/+3 |
* | Use synchronous device destruction instead of asynchronous, so that a new | hselasky | 2011-08-11 | 1 | -1/+2 |
* | - Export the USB device ID format to userspace tools. | hselasky | 2011-06-25 | 1 | -1/+7 |
* | - Move all USB device ID arrays into so-called sections, | hselasky | 2011-06-24 | 1 | -0/+12 |
* | Improve enumeration of Low- and Full-speed devices connected through a | hselasky | 2011-06-06 | 1 | -0/+1 |
* | usb: change to one-pass probing of device drivers | avg | 2011-05-18 | 1 | -1/+0 |
* | - Improvements to USB PF solution | hselasky | 2011-04-03 | 1 | -0/+2 |
* | - Add support for software pre-scaling of ISOCHRONOUS transfers. | hselasky | 2011-02-28 | 1 | -0/+10 |
* | Add support for setting per-interface PnP information. | hselasky | 2010-10-27 | 1 | -0/+3 |
* | This commit adds full support for USB 3.0 devices in host and device | hselasky | 2010-10-04 | 1 | -0/+1 |
* | Add support for power mode filtering as some USB hardware does not support | thompsa | 2010-09-02 | 1 | -0/+1 |
* | Use the EVENTHANDLER system to hook into the usb device configuration and | thompsa | 2009-12-17 | 1 | -0/+12 |
* | Improve High Speed slot allocation mechanism by moving the computation to the | thompsa | 2009-11-22 | 1 | -1/+10 |
* | improve support for high speed isochronous endpoints which does not run 1:1, | thompsa | 2009-11-08 | 1 | -0/+1 |
* | Missed this file for r195963: | alfred | 2009-07-30 | 1 | -0/+3 |
* | Sync to p4 | thompsa | 2009-06-27 | 1 | -0/+3 |
* | Fix a typeo in the frame len function to unbreak the build, make it shorter | thompsa | 2009-06-23 | 1 | -2/+2 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -0/+532 |
* | Move usb to a graveyard location under sys/legacy/dev, it is intended that the | thompsa | 2009-02-23 | 1 | -289/+0 |
* | Merge WIP from p4: | sam | 2008-12-13 | 1 | -1/+2 |
* | Add a reset device command to ugen.c. | n_hibma | 2008-11-13 | 1 | -0/+1 |
* | add support for %b printing of request + xfer flags | sam | 2008-03-20 | 1 | -0/+2 |
* | Fix two more PRs: | imp | 2007-06-30 | 1 | -1/+2 |
* | First pass at removing __OtherBSD__. We can't blindly remove all of | imp | 2007-06-12 | 1 | -28/+0 |
* | Use a different task queue for host controller and peripheral driver | iedowse | 2006-10-19 | 1 | -3/+7 |
* | s/Static/static/g | imp | 2006-09-06 | 1 | -1/+1 |
* | Add convenience functions to get port and interface. | imp | 2005-05-16 | 1 | -0/+15 |
* | Add /* _FOO_H_ */ after the final #endif to make danfe happy. | sobomax | 2005-03-25 | 1 | -1/+1 |
* | Protect against multiple inclusions. | sobomax | 2005-03-25 | 1 | -0/+5 |
* | Merge from NetBSD. | sobomax | 2005-03-01 | 1 | -0/+10 |
* | Add a new function usbd_abort_default_pipe() that aborts any transfers | iedowse | 2005-02-14 | 1 | -0/+1 |
* | When attached to a high-speed device, report a more appropriate | iedowse | 2005-02-13 | 1 | -0/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Might as well get the right $NetBSD$ string while we are at it. | julian | 2004-12-13 | 1 | -1/+1 |
* | Diff reduction to NetBSD. | julian | 2004-12-13 | 1 | -67/+59 |
* | Tweak the compatibility macros a little so that the device printing is | imp | 2004-08-15 | 1 | -0/+3 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -1/+0 |
* | Update to reflect the NetBSD patches that are already included. | joe | 2003-07-14 | 1 | -1/+1 |
* | WARNING: white space diff | jmg | 2003-07-04 | 1 | -3/+3 |
* | MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), | joe | 2002-05-06 | 1 | -3/+4 |
* | Update $NetBSD$ idents. | joe | 2002-04-07 | 1 | -1/+1 |
* | MFNetBSD: ukbd.c (1.52), usbdi.c (1.54), usbdi.h (1.35) | joe | 2002-04-07 | 1 | -1/+1 |
* | MFNetBSD: usbdi.c (1.93), usbdi.h (1.59) | joe | 2002-04-07 | 1 | -1/+2 |
* | Update $NetBSD$ ident. | joe | 2002-04-07 | 1 | -1/+1 |