Difference between revisions of "PinePhone (Pro) Keyboard"

Jump to navigation Jump to search
m (Updated the kernel driver names)
Line 60: Line 60:
=== Kernel-space driver ===
=== Kernel-space driver ===


Kernel driver implementation from Samuel Holland: ip5xxx_power and kb151 https://github.com/smaeul/linux/commits/wip/pp-keyboard
Kernel driver implementation from Samuel Holland: CONFIG_IP5XXX_POWER (module ip5xxx_power) and CONFIG_KEYBOARD_PINEPHONE (module pinephone_keyboard) https://github.com/smaeul/linux/commits/wip/pp-keyboard
 
Note: If you've upgraded to >=5.18, don't forget to upgrade the dtb as kb151 now appears to be a stub.


=== User-space driver ===
=== User-space driver ===