Commit graph

6 commits

Author SHA1 Message Date
andypugh
8df5bcc5d4 Docs: Missing linebreak in matrix_kb.9
Signed-off-by: andypugh <andy@bodgesoc.org>
2020-07-30 21:10:27 +01:00
Sebastian Kuzminsky
4a897203bc docs: fix hyphen/minus confusion in manpages
groff treats '-' (the character you get when you hit the "minus" key on
the keyboard) as "hyphen", not as "minus".  Thus it renders incorrectly
in some locales, and line-wraps strangely.

groff treats the two-character sequence "\-" as "minus", and the
four-character sequence "\(hy" as "hyphen".

Details here: https://lists.debian.org/debian-devel/2003/03/msg01481.html

This commit replaces every instance of "-" in our manpages where the
meaning is "minus" with "\-", so it works right.

This fixes many lintian warnings.
2018-01-18 08:12:31 -07:00
Andy Pugh
3b736bb6ae Add (or make less ambiguous) the licensing of a number of files.
Signed-off-by: Andy Pugh <andy@bodgesoc.org>
2013-09-25 20:35:45 +01:00
Andy Pugh
70522abe55 Make matrix_kb handle the new 7i73 key-rollover firmware.
Signed-off-by: Andy Pugh <andy@bodgesoc.org>
2013-04-06 02:26:11 +01:00
Andy Pugh
b494da9b7f There is no guarantee that input_report_key is realtime-safe. Remove the option.
The kernel API call used by matrix_kb may not be realtime-safe. It is not easy to tell
but at least one call that jepler found looks suspicious. This commit removes any attempt
to create keystroke events from the component.
There may be a userspace component to do the job in time.
2013-03-31 02:13:46 +01:00
Andy Pugh
6de09bbb53 Add a matrix keyboard driver
Signed-off-by: Andy Pugh <andy@bodgesoc.org>
2013-03-25 01:19:16 +00:00