hello:<br>    I think I find a problem, and maybe it is a bug.<br>    In xorg-server-1.7.1/hw/kdrive/src/kinput.c, on line of 895:  " ki->maxScanCode = 0;  ".  Both the minScanCode and the maxScanCode are set to be zero. So  on line of 1880, the program will give a error message "driver %d wanted to post scancode %d outside of [0, 0]!".<br>
    The right way is set maxScanCode to be 255.<br>    It is my first send e-mail to this mail-list. I wish have a reply.<br>                                                                                                                                                Liu XiangHui<br>
    <br>