Hello, I got the basics of Baum working in qemu: detection + character display. I'm giving a try at routing keys, but there's a line in the driver that I don't understand:
resetKeyGroup(packet.data.values.routingKeys, cellCount, packet.data.values.routingKey); packet.data.values.routingKeys ad routingKey are part of the same union, so the resetKeyGroup call seems bogus to me, and the RSP_RoutingKeys packet is 2 bytes only anyway. Shouldn't that rather be something like resetKeyGroup(activeKeys.routingKeys, cellCount, packet.data.values.routingKey); ? There are several occurences of the same issue... Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: BRLTTY@mielke.cc For general information, go to: http://mielke.cc/mailman/listinfo/brltty