90670ac801
Since kbd_adbcomplete() uses the buffer parameter for accessing a (sic!) data buffer, make it uint8_t *, instead of casting the pointer everywhere it is actually used. While here, fix prototype naming issue. One of these days, the code should be converted to either all kbd_*, or all akbd_*.