Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 4 (reason code) |
KeyV 4 is called by the kernel to enable keyboard device drivers.
The key released (KeyV 1) and key pressed (KeyV 2) reason codes must not be used by the device driver until it receives this reason code.
This is not a reset call and may be seen many times whilst the device driver is active. It does mean that the kernel has flushed its table of keys that are held down, so the device driver should do the same if appropriate.