index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
hid
Age
Commit message (
Expand
)
Author
2022-03-13
hid: Avoid arithmetic overflow by rearranging inequalities.
riastradh
2021-09-22
wscons: add definitions for BÉPO, a standardized, Dvorak-style optimized
nia
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-07-21
need <sys/param.h> for COHERENCY_UNIT
skrll
2021-05-11
wscons: add support for the Neo 2 German keyboard layout
nia
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-08-29
provide KB_APPLE layout variant which uses Command-F* to switch console screens
macallan
2020-08-26
for jp keymap map also scan code 49 to right bracket to handle ARCHISS model
jdolecek
2020-07-13
Canadian French keyboard layout for ukbd/pckbd
nia
2020-07-13
Add keyboard layout for Latin American Spanish to ukbd/pckbd
nia
2020-07-12
Add Icelandic keyboard layout to ukbd/pckbd.
nia
2020-07-12
Add KB_TR for uhid keyboards (it was PS/2 only, this seems wrong)
nia
2020-07-12
Add Estonian layout as a variation of Swedish for ukbd and pckbd
nia
2020-07-12
Bring br.nodead closer to X11
nia
2020-07-12
Add support for the Brazilian keyboard layout to pckbd and ukbd.
nia
2020-04-24
For usb keyboards with encoding *.swapctrlcaps, keep KS_Cmd1 on the same
rhialto
2020-03-11
Use unsgined more.
msaitoh
2020-03-08
Use unsigned to avoid undefined behavior. Found by kUBSan.
msaitoh
2020-03-02
Add fido constants, and turn hid "raw" mode for fido devices.
christos
2020-01-11
Support the combination of KB_SWAPCTRLCAPS and UK layout.
nia
2020-01-01
Fix small read overflows when parsing HID tables. Noticed by kASan the
maxv
2019-07-10
hidms depends on tpcalib now
martin
2019-07-09
Enable finger touch panel of HP Spectre x360 13-inch ae019TU
ryoon
2019-07-09
Add tpcalib, touch panel calibration to ims(4)
ryoon
2018-11-15
Correctly handle signed/unsigned quantities in kernel HID parser.
jakllsch
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-05-25
Fix HIDMS_DEBUG build
ryoon
2017-12-10
Fix fallout from hid factorisation:
bouyer
2017-12-10
Factor out bus-independant HID code so that it can be shared by USB, bluetooth
bouyer