opnsense-src/sys/dev/usb/input
Stefan Eßer 4972fb9276 Support Unicode characters in keymap dead key tables
Support for Unicode characters had been added to the keyboard code,
but there are keymaps that have accented characters accessed via dead
key combinations, and those were still restricted to 8 bit codes.

This update to kbd.c adds support for Unicode characters and
compatibility code that allows a kbdcontrol command built from kbio.h
without these patches to work on a new kernel.

Compatibility code that allows a new kbdcontrol binary running on an
old kernel to load and display the dead key map will be committed in a
separate commit.

Reviewed by:	imp, brooks
Approved by:	brooks
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D38381
2023-02-06 23:48:47 +01:00
..
atp.c atp: Fix mismatch in array bounds. 2022-12-07 12:33:56 -08:00
uep.c usb: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:57 -07:00
uhid.c uhid(4): Don't read-ahead from the USB IN endpoint. 2022-06-23 21:11:24 +02:00
uhid_snes.c usb: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:57 -07:00
ukbd.c Support Unicode characters in keymap dead key tables 2023-02-06 23:48:47 +01:00
ums.c ums(4): Disable vendor usage page button support 2022-12-24 12:01:20 +03:00
usb_rdesc.h Factor-out hardware-independent part of USB HID support to new module 2021-01-08 02:18:42 +03:00
usbhid.c usbhid(4): Increase probe priority to BUS_PROBE_DEFAULT + 1 2022-09-11 13:21:16 +03:00
wmt.c wmt: purge EOL release compatibility 2023-02-04 09:13:10 -07:00
wsp.c usb: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:57 -07:00