kevin760515 / android-x86

Automatically exported from code.google.com/p/android-x86
0 stars 0 forks source link

Bug of setkeycodes (busybox) #287

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter console mode by either DEBUG=1 or console application
2. execute "setkeycodes e046 106"
3.

What is the expected output? What do you see instead?
Should map the scancode to keycode successful

What version of the product are you using? On what operating system?
Froyo 2.2.2

Please provide any additional information below.
The number e046 is not in 0..255 range
Should be a bug in external/busybox/console-tools/setkeycodes.c
Specified wrong range for scancode, should be 0..65535

Original issue reported on code.google.com by jlee2...@gmail.com on 2 Apr 2011 at 9:43