| Commit message (Expand) | Author | Age | Files | Lines |
* | Lock softc before clearing bits. | hselasky | 2015-03-10 | 1 | -0/+2 |
* | Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by | dim | 2015-01-31 | 1 | -3/+3 |
* | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | hselasky | 2015-01-05 | 5 | -18/+18 |
* | Turn off blinking device leds at attach. | hselasky | 2014-07-13 | 1 | -2/+13 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -6/+3 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -3/+6 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -6/+3 |
* | Fix spelling. | hselasky | 2014-03-17 | 1 | -1/+1 |
* | Ignore USB keyboard driver calls from critical sections. | hselasky | 2014-03-10 | 1 | -0/+6 |
* | - Make pointer easier to control when moving slowly. | hselasky | 2014-03-01 | 1 | -6/+26 |
* | Don't generate devd rules for WSP device ID's found in the ATP driver yet. | hselasky | 2014-02-25 | 1 | -1/+2 |
* | Updates for WSP driver: | hselasky | 2014-02-25 | 1 | -8/+17 |
* | Fix compiler warning. | hselasky | 2014-02-24 | 1 | -5/+0 |
* | Update ATP driver: | hselasky | 2014-02-24 | 1 | -10/+29 |
* | Update ATP driver: | hselasky | 2014-02-23 | 1 | -1136/+1527 |
* | - Remove not needed definitions from driver. | hselasky | 2014-02-13 | 1 | -271/+44 |
* | Add a comment about the origin of some structures, defines and so on. | hselasky | 2014-02-01 | 1 | -0/+19 |
* | Fix for unexpected selection with two fingers sometimes. | hselasky | 2014-01-31 | 1 | -17/+34 |
* | - Remove some dead code. | hselasky | 2014-01-29 | 1 | -87/+37 |
* | Add support for trackpads found in Apple MacBook products. While at it | hselasky | 2014-01-29 | 1 | -0/+1438 |
* | When detaching a [USB] keyboard, keys might still be pressed. Ensure | hselasky | 2014-01-28 | 1 | -1/+14 |
* | Revert r260622: | hselasky | 2014-01-28 | 1 | -36/+0 |
* | Don't output any modifier keys before we see a valid | hselasky | 2014-01-14 | 1 | -0/+36 |
* | Force keyboards which don't have the required | hselasky | 2013-08-20 | 1 | -2/+6 |
* | Allow regular off-the-shelf keyboards to be overclocked like so-called | hselasky | 2013-07-13 | 1 | -3/+22 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 3 | -3/+6 |
* | Fix detection of Razer Copperhead as a USB mouse. | hselasky | 2013-01-10 | 2 | -60/+23 |
* | Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack. | hselasky | 2012-10-26 | 1 | -4/+3 |
* | Make uhid attach to devices that look like keyboards | eadler | 2012-10-22 | 1 | -3/+4 |
* | Add UQ_UMS_IGNORE quirk. | hselasky | 2012-09-17 | 1 | -0/+3 |
* | Fix for the r235558: interrupt output pipe is optional, so fix the driver | mav | 2012-05-17 | 1 | -2/+3 |
* | Add support for writing to HID devices through the interrupt output pipe. | mav | 2012-05-17 | 1 | -4/+49 |
* | Move reset of USB mouse parameters from the USB mouse attach to | hselasky | 2012-05-14 | 1 | -28/+46 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 5 | -22/+23 |
* | ukbd: adjust for SCHEDULER_STOPPED() and overhaul locking code | avg | 2011-12-21 | 1 | -227/+153 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 5 | -5/+5 |
* | MFprojects/hid: | mav | 2011-09-28 | 1 | -2/+6 |
* | Make ums(4) driver more picky, not attaching to "mouses" with absolute | mav | 2011-07-29 | 1 | -8/+40 |
* | Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP. | ed | 2011-07-17 | 1 | -0/+2 |
* | Fix for dump after shutdown with USB keyboard plugged in. It appears that the | hselasky | 2011-07-13 | 1 | -2/+32 |
* | Make the USB keyboard driver more HID compliant. | hselasky | 2011-07-04 | 1 | -151/+436 |
* | Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded. | hselasky | 2011-07-02 | 1 | -0/+12 |
* | - Export more USB device ID's. | hselasky | 2011-06-24 | 3 | -10/+25 |
* | - Move all USB device ID arrays into so-called sections, | hselasky | 2011-06-24 | 2 | -13/+17 |
* | usb: change to one-pass probing of device drivers | avg | 2011-05-18 | 3 | -8/+4 |
* | - Do not output the trailing newline to the HID | hselasky | 2011-03-21 | 1 | -4/+6 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -3/+3 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 3 | -3/+0 |
* | Fix compiler warnings. | hselasky | 2010-11-13 | 1 | -3/+3 |
* | Fix UMS_BUTTON_MAX define name | thompsa | 2010-09-02 | 1 | -1/+1 |