Age | Commit message (Expand) | Author |
2017-05-12 | Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4) | Martin Pieuchot |
2017-03-11 | Introduce a new knob to force the first USB keyboard as console input. | Martin Pieuchot |
2016-01-12 | properly initialize quirks before sending them to hid layer, broken | Joshua Stein |
2016-01-09 | revert manual additions of hid.h now that usbhid.h brings it in | Joshua Stein |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2015-12-25 | enable iso keyboard munge fix for macbookair6,2 | Joerg Jung |
2015-12-09 | cleanup macbook air iso keyboard support | Joerg Jung |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-19 | `wellspring' Apple keyboards found on Macbook Air need slightly different | Miod Vallat |
2014-12-11 | Change uhidev(4) set/get report functions in various way. | Martin Pieuchot |
2014-08-21 | Now that DVACT_DEACTIVATE is propagated to the children of a device when | Martin Pieuchot |
2014-05-12 | Backport FreeBSD's HID parser in order to properly parse `moderm' | Martin Pieuchot |
2014-04-27 | Do not let the bluetooth HID device, present in Apple machines with USB, | Martin Pieuchot |
2014-04-24 | Change the usbd_*_report() family of functions to take a usbd_device | Martin Pieuchot |
2014-04-15 | Modify the uhidev_*_report() methods to always take a report ID argument | Martin Pieuchot |
2014-01-26 | Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux | Miod Vallat |
2013-11-15 | Clean-up the HID environment. | Paul Irofti |
2013-11-13 | Polling is done per controller not per interface. | Paul Irofti |
2013-06-26 | Flash the LEDs only if the output report size is non null. | Martin Pieuchot |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2012-07-13 | Add support compose LED on a usb keyboard | Alexandr Shadchin |
2012-01-29 | Swap the keycodes of the two swapped keys of Apple ISO keyboards. | Martin Pieuchot |
2011-12-04 | Add support for Apple fn keys | Martin Pieuchot |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2010-08-29 | Translation code for Fn-key sequences on the Gdium Liberty internal keyboard, | Miod Vallat |
2010-08-02 | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and | Miod Vallat |
2010-07-31 | Factorization of the bluetooth and usb hid input driver logic, to reduce code | Miod Vallat |
2010-02-22 | Undo 1.48 and 1.49 for now, and go back to the drawing board; PR #6320 | Miod Vallat |
2009-11-25 | Simpler logic to ignore the Naturetech keyboard babbling; discard extra | Miod Vallat |
2009-11-25 | Ignore repeated data in ukbd_intr(), for keyboards who flood us on a regular | Miod Vallat |
2009-10-13 | Pass audio keys to the audio layer even when the keyboard is in raw mode, | Miod Vallat |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2009-01-21 | It turns out that Sun USB keyboards really follow the HID specification for | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-08 | Now that all ports behave, remove the safety code doing cnpollc behind | Miod Vallat |
2008-05-19 | Add the Sun extended keys (L keys, volume keys) to the console mode layouts. | Miod Vallat |
2008-04-16 | Use the timeout(9) API the right way: Don't initialize the timeout | Michael Knudsen |
2008-01-24 | provide an external hook for beeper devices just like pckbd(4) does | Robert Nagy |
2007-11-23 | ukbd_rawrepeat only there if WSDISPLAY_COMPAT_RAWKBD | Theo de Raadt |
2007-11-23 | Sanitize the use of timeouts: | Marc Balmer |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-11 | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-04 | Last part of FreeBSD/NetBSD sepcific code removal. | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |