Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
Functions | |
devcall | usbKbdControl (device *devptr, int func, long arg1, long arg2) |
devcall usbKbdControl | ( | device * | devptr, |
int | func, | ||
long | arg1, | ||
long | arg2 | ||
) |
Control parameters to a USB keyboard.
devptr | pointer to USB keyboard device |
func | index of function to run (defined in usbkbd.h) |
arg1 | first argument to called function |
arg2 | second argument to called function |