| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 1 | -4/+5 |
* | Fix detection of Razer Copperhead as a USB mouse. | hselasky | 2013-01-10 | 1 | -0/+76 |
* | HID Report ID is unsigned value, so clear the rest of bits from possible | mav | 2012-05-16 | 1 | -1/+1 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 1 | -2/+2 |
* | Make the USB keyboard driver more HID compliant. | hselasky | 2011-07-04 | 1 | -0/+37 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Support getting signed and unsigned HID data. | thompsa | 2010-05-12 | 1 | -4/+20 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 1 | -7/+0 |
* | Remove overuse of exclamation marks in kernel printfs, there mere fact a | thompsa | 2009-11-26 | 1 | -4/+4 |
* | USB CORE - Improve HID parsing | alfred | 2009-07-30 | 1 | -3/+61 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -4/+22 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -7/+7 |
* | Revert the size_t part of the last commit for the moment, this blows up the | thompsa | 2009-05-30 | 1 | -5/+5 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -8/+8 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -7/+7 |
* | Don't clear last usage when a new HID item is found, it improves parsing of | thompsa | 2009-05-21 | 1 | -3/+0 |
* | Make sure collections have the usage field set. | thompsa | 2009-05-13 | 1 | -3/+9 |
* | MFp4 //depot/projects/usb@159995 | thompsa | 2009-04-05 | 1 | -1/+3 |
* | MFp4 //depot/projects/usb @159431,159437,159438 | thompsa | 2009-03-20 | 1 | -5/+5 |
* | MFp4 //depot/projects/usb @159430 | thompsa | 2009-03-20 | 1 | -1/+0 |
* | HID usage minimum can be equal to the maximum. | thompsa | 2009-03-13 | 1 | -1/+1 |
* | MFp4 //depot/projects/usb 159004,159053,159091 | thompsa | 2009-03-12 | 1 | -18/+38 |
* | Make sure HID has a default usage, this fixes recent mouse problems. | thompsa | 2009-03-10 | 1 | -6/+7 |
* | MFp4 //depot/projects/usb@158868 | thompsa | 2009-03-08 | 1 | -121/+203 |
* | MFp4 //depot/projects/usb; 157814, 157863, 157868 | thompsa | 2009-02-24 | 1 | -33/+70 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+582 |