Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.3-rc5 18 lines 476 B view raw
1* Tegra keyboard controller 2 3Required properties: 4- compatible: "nvidia,tegra20-kbc" 5 6Optional properties: 7- debounce-delay: delay in milliseconds per row scan for debouncing 8- repeat-delay: delay in milliseconds before repeat starts 9- ghost-filter: enable ghost filtering for this device 10- wakeup-source: configure keyboard as a wakeup source for suspend/resume 11 12Example: 13 14keyboard: keyboard { 15 compatible = "nvidia,tegra20-kbc"; 16 reg = <0x7000e200 0x100>; 17 ghost-filter; 18};