aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/samsung/exynos/chrome_kb.c
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove samsung exnynos portEmmanuel Vadot2020-12-171-915/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* chrome_kb: remove default get_fkeystr/diag implementationsKyle Evans2019-12-161-2/+0
* Remove more needless <sys/tty.h> includesKyle Evans2019-12-011-1/+0
* Correct syntax errors that only show up when compiled with INVARIANTS.Ian Lepore2016-07-091-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-7/+7
* Use OF_getencprop() in preference to OF_getprop() and manual byte-swapping.Nathan Whitehorn2014-08-081-8/+6
* o Make keyboard-related properties to be compatible with vendor standardRuslan Bukin2014-05-301-25/+136
* Add simple polling mechanism that works for KDB.Ruslan Bukin2014-05-281-1/+22
* Remove unused prototype.Ruslan Bukin2014-04-041-1/+0
* Add support for keyboard used in Samsung Chromebook (ARM machine)Ruslan Bukin2014-03-301-0/+792