| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a more obvious prefix for the USB control (endpoint 0) transfers rather | thompsa | 2010-04-22 | 1 | -1/+1 |
* | Properly name the sxlocks, mutexes and condvars. | thompsa | 2010-04-22 | 1 | -4/+4 |
* | Remove overuse of exclamation marks in kernel printfs, there mere fact a | thompsa | 2009-11-26 | 1 | -2/+2 |
* | Provide tunables for some of the usb sysctls that affect boot behaviour. | thompsa | 2009-11-22 | 1 | -0/+2 |
* | - Patch to allow USB controller to resume operation after | alfred | 2009-08-24 | 1 | -11/+8 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -6/+0 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -0/+6 |
* | USB core: | alfred | 2009-07-30 | 1 | -16/+67 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -4/+33 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -233/+233 |
* | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | thompsa | 2009-06-15 | 1 | -13/+13 |
* | Make variables static where appropriate. | thompsa | 2009-06-13 | 1 | -1/+1 |
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -34/+34 |
* | Place the fifo and ref counting variables on the stack to prevent races. | thompsa | 2009-06-02 | 1 | -99/+90 |
* | Fix multithread issue where the is_uref variable was not set and cleared | thompsa | 2009-06-02 | 1 | -8/+23 |
* | Revert the size_t part of the last commit for the moment, this blows up the | thompsa | 2009-05-30 | 1 | -9/+9 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -21/+21 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -93/+93 |
* | Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. | thompsa | 2009-05-21 | 1 | -2/+2 |
* | - rename usb2_mode to usb_mode [1] | thompsa | 2009-05-21 | 1 | -2/+2 |
* | Check the correct variable for IO_NDELAY. | thompsa | 2009-05-13 | 1 | -2/+2 |
* | MFp4 //depot/projects/usb@159864 | thompsa | 2009-04-05 | 1 | -44/+32 |
* | MFp4 //depot/projects/usb@159806 | thompsa | 2009-04-05 | 1 | -4/+4 |
* | Set the endpoint on the preallocated fifo so it doesnt get matched as an | thompsa | 2009-03-22 | 1 | -0/+2 |
* | Improve debugging output around ioctls. | thompsa | 2009-03-22 | 1 | -3/+6 |
* | Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS. | thompsa | 2009-03-20 | 1 | -0/+3 |
* | MFp4 //depot/projects/usb @159431,159437,159438 | thompsa | 2009-03-20 | 1 | -13/+13 |
* | MFp4 //depot/projects/usb @159430 | thompsa | 2009-03-20 | 1 | -1/+0 |
* | MFp4 //depot/projects/usb 159225,159241,159292 | thompsa | 2009-03-17 | 1 | -52/+62 |
* | Fix usb2_poll not to return an error number as the function return value is a | thompsa | 2009-03-05 | 1 | -9/+5 |
* | A couple of style nits in the last commit | thompsa | 2009-02-28 | 1 | -6/+3 |
* | - Remove the usb interface number from the device nodes as it is not needed. | thompsa | 2009-02-28 | 1 | -44/+14 |
* | Change the last references to PRIV_ROOT. /dev/usb used to be world writable so | thompsa | 2009-02-27 | 1 | -1/+1 |
* | Change USB over to make_dev() for all device nodes, previously it hooked into | thompsa | 2009-02-27 | 1 | -983/+384 |
* | Fix compiler warning. | thompsa | 2009-02-24 | 1 | -0/+1 |
* | MFp4 //depot/projects/usb@157974 | thompsa | 2009-02-24 | 1 | -0/+9 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+2814 |