]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg-paging/main.c
This is a concerning development.
[netwatch.git] / aseg-paging / main.c
index 21aaeeb6a33bec77fcd209eefba89347965782ee..650f29139c2609144062cb2733e61a98259445d6 100644 (file)
@@ -37,6 +37,7 @@ void _try_inject()
                outb(0x60, kbd_get_injected_scancode());        /* data */
                while ((inb(0x64) & 0x02) && i--)       /* wait for completion */
                        ;
+               outl(0x844, 0x1000);
                smi_enable_event(SMI_EVENT_DEVTRAP_KBC);
        } else if (kbd_has_injected_scancode())
                outputf("Would like to inject, but %d %d", _ibf_ready, _waiting_for_data);
This page took 0.021754 seconds and 4 git commands to generate.