| Age | Commit message (Expand) | Author |
| 2022-08-03 | Pull up following revision(s) (requested by riastradh in ticket #1492): | martin |
| 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 |
| 2009-03-09 | These don't need <sys/tty.h>. | uebayasi |
| 2009-01-11 | make this compile | cegger |
| 2008-09-09 | register with pmf | jmcneill |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-02-18 | Use device_t and its accessor functions. | dyoung |
| 2008-01-29 | Add support for function keys F16 to F19 as present on e.g. the new | tron |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |