adb_usb: Add debug print for handler_id
This commit is contained in:
parent
f4ffdb8e83
commit
961f0aab97
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ void matrix_init(void)
|
||||||
is_iso_layout = false;
|
is_iso_layout = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
xprintf("hadler_id: %02X, is_iso_layout: %s\n", handler_id, (is_iso_layout ? "yes" : "no"));
|
||||||
|
|
||||||
// Adjustable keyboard media keys: address=0x07 and handlerID=0x02
|
// Adjustable keyboard media keys: address=0x07 and handlerID=0x02
|
||||||
has_media_keys = (0x02 == (adb_host_talk(ADB_ADDR_APPLIANCE, ADB_REG_3) & 0xff));
|
has_media_keys = (0x02 == (adb_host_talk(ADB_ADDR_APPLIANCE, ADB_REG_3) & 0xff));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue