# HG changeset patch # User Michael Pavone # Date 1504072083 25200 # Node ID cd6e566eb6b95cd2341facc908ba09f1605ad019 # Parent f284ad74afe1742d40c9f53f861fd8b31bf9ec9d Fix regression in XBAND keyboard support. Fixes ticket:33 diff -r f284ad74afe1 -r cd6e566eb6b9 io.c --- a/io.c Tue Aug 29 19:43:38 2017 -0700 +++ b/io.c Tue Aug 29 22:48:03 2017 -0700 @@ -2104,9 +2104,9 @@ input = 0xF; } input |= ((port->device.keyboard.tr_counter & 1) == 0) << 4; - //this is not strictly correct at all times, but good enough for now - device_driven = 0x1F; } + //this is not strictly correct at all times, but good enough for now + device_driven = 0x1F; break; } #ifndef _WIN32