From e661296200233c2c721be857d551644324793536 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 20 May 2016 12:15:25 +0900 Subject: [PATCH] core: Add comment of register 3 of ADB --- tmk_core/protocol/adb.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tmk_core/protocol/adb.c b/tmk_core/protocol/adb.c index 3f4e14ba..b9b0be98 100644 --- a/tmk_core/protocol/adb.c +++ b/tmk_core/protocol/adb.c @@ -433,6 +433,16 @@ Keyboard LEDs & state of keys(Register2) | +----------------------------- Delete +------------------------------- Reserved +Address, Handler ID and bits(Register3) + 1514131211 . . 8 7 . . . . . . 0 + | | | | | | | | | | | | | | | | + | | | | | | | | +-+-+-+-+-+-+-+- Handler ID + | | | | +-+-+-+----------------- Address + | | | +------------------------- 0 + | | +--------------------------- Service request enable(1 = enabled) + | +----------------------------- Exeptional event(alwyas 1 if not used) + +------------------------------- 0 + ADB Bit Cells bit cell time: 70-130us low part of bit0: 60-70% of bit cell -- 2.39.3