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 v4.13 17 lines 414 B view raw
1Android Goldfish Events Keypad 2 3Android goldfish events keypad device generated by android emulator. 4 5Required properties: 6 7- compatible : should contain "google,goldfish-events-keypad" to match emulator 8- reg : <registers mapping> 9- interrupts : <interrupt mapping> 10 11Example: 12 13 goldfish-events@9040000 { 14 compatible = "google,goldfish-events-keypad"; 15 reg = <0x9040000 0x1000>; 16 interrupts = <0x5>; 17 };