| Age | Commit message (Expand) | Author |
| 2021-10-11 | ukbd: blink LEDs asynchronously at boot | jmcneill |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-06-27 | Since there's a bit of code that is conditionally compiled based on | pgoyette |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-03-02 | ukbd: GC some 20 year old code (NFC) | gdt |
| 2021-03-02 | ukbd: Condition probe-time verbosity on USBVERBOSE | gdt |
| 2020-09-12 | send PMF events for keyboard brightness hotkeys on apple laptops | macallan |
| 2020-03-29 | Summary: Introduce a keyboard event ring buffer for USB console keyboards | tih |
| 2020-03-14 | revert the 0x% -> %# change for fixed width formats pointed out by uwe. | christos |
| 2020-03-13 | PR/55068: sc.dying: Fix printf formats: | christos |
| 2020-01-08 | send PMF events for volume and brightness control keys on Apple keyboards | macallan |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2018-01-09 | tidy up debugging (make it compile with the 'ALL' kernel) | christos |
| 2017-12-18 | ukbd_cngetc: poll once for data in the buffer, otherwise return type 0 (no data) | jmcneill |
| 2017-12-10 | Factor out bus-independant HID code so that it can be shared by USB, bluetooth | bouyer |
| 2017-08-13 | Support more varieties of USB keyboard reports. | jakllsch |
| 2017-08-13 | Fix memory leak in report parsing error paths. | jakllsch |
| 2017-01-20 | don't memcpy overlapping buffers, use memmove. | maya |
| 2017-01-20 | kassert that we aren't overflowing the array. | maya |
| 2016-11-25 | Sort opt_* #includes | skrll |
| 2016-04-30 | Make GDIUM_KEYBOARD_HACK compile | skrll |
| 2016-04-27 | Pull in opt_usb.h in _KERNEL_OPT case for various *_DEBUG options. | jakllsch |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2015-03-07 | properly protect uhid's sc_q member with sc_lock. should fix PR#49728. | mrg |
| 2013-09-26 | Remove usbd_do_request_async. It's callback was calling usbd_free_xfer | skrll |
| 2013-09-15 | ifdef variable like their use | martin |
| 2013-07-22 | Missing AB_QUIET newlines. | soren |
| 2013-04-04 | Whitespace | skrll |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2012-06-10 | merge the jmcneill-usbmp branch. many thanks to jared for the | mrg |
| 2012-04-24 | Revert previous commit, as it really is wrong to grow ukbd_trtab to an array | khorben |
| 2012-04-22 | Implemented extra keys as found on Sun Type 7 USB keyboards, and | khorben |
| 2012-04-22 | Also lookup and be able to lit the LED for the Compose key. Seems to | khorben |
| 2012-04-22 | Convert keycodes 0x7f, 0x80 and 0x81 to PMF events VOLUME_TOGGLE, | khorben |
| 2012-04-22 | Indent the trtab_gdium_fn array like surrounding variables. | khorben |
| 2012-04-22 | Fixed a potential out-of-bounds array access when translating keycodes | khorben |
| 2012-03-11 | minor cleanups from usbmp: | mrg |
| 2012-02-24 | remove any remnants of freebsd/openbsd code. | mrg |
| 2011-12-23 | Revert previous due to active usbmp branch(es). | jakllsch |
| 2011-12-22 | Adjust-away inconsistent and trailing whitespace. | jakllsch |
| 2011-11-03 | only build gdium Fn support with options GDIUM_KEYBOARD_HACK | macallan |
| 2011-11-02 | support PMF events as target type in scancode translation tables | macallan |
| 2011-11-02 | support Gdium's Fn key | macallan |
| 2011-01-02 | Cap h.loc.count at MAXKEYCODE instead of bailing out. This lets some obscure/ | mbalmer |
| 2010-11-30 | Support for Apple notebook keyboards, which have a few quirks. | phx |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-02-09 | Tweak comment about keyboard mapping. | sborrill |
| 2010-01-11 | _KERNEL_POT | pooka |
| 2009-11-12 | Simplify activation hooks. (sc_dying must die!) | dyoung |
| 2009-07-11 | Fix WSKBD_RAW mode ukbd -> pckbd translation for Pause/Break and | jakllsch |