index
:
skey.git
debug
master
reverse
thread
Linux Kernel Module for the Keyboard of the Omnicom
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
skey.c
Age
Commit message (
Expand
)
Author
2017-12-19
changed tick rate of update thread for testing purposes
HEAD
master
knolax
2017-12-13
reenabled gpio testing
knolax
2017-12-13
confirmed that adding the metadata allows X11 to autodetect skey_dev
knolax
2017-12-13
removed __initdata from all the variables because none of them are actually o...
knolax
2017-12-13
added more metadata to skey_dev, also added __initdata to some variables
knolax
2017-12-08
fixed a typo, has it emmit capslock every second
knolax
2017-12-08
added code to register a device with input.h
knolax
2017-12-08
added a counter that printks every second, the previous kernel panics may hav...
knolax
2017-12-08
changed test mode warning to only emit once during the thread
knolax
2017-12-08
added test mode that doesn't use GPIO so i can test on an Virtual Machine on ...
knolax
2017-12-07
changed the update function from being timer based to thread based so that it...
knolax
2017-12-07
added functions to explicitly set pins as input or output do to kernel panics...
knolax
2017-12-07
added basic keypress scanning functionality to the update function
knolax
2017-12-07
initial commit
knolax