Hi Ben,

Please try below changes for key (android Lock) configuration

linux$ ./adb shell
#
# getevent
add device 1: /dev/input/event0
  name:     "qwerty2"
could not get driver version for /dev/input/mouse0, Not a typewriter
could not get driver version for /dev/input/mice, Not a typewriter
/dev/input/event0: 0001 00e5 00000001  ---------> 229
/dev/input/event0: 0001 00e5 00000000

Use below files:
drivers/hid/hid-input.c
drivers/hid/usbhid/usbkbd.c
include/linux/input.h

+
+/*
+ * RIGHT CLR - 97 ------- > MENU 229
+ */
+

drivers/hid/usbhid/usbkbd.c
-         29, 42, 56,125, 97,
54,100,126,164,166,165,163,161,115,114,113,
+         29, 42, 56,125, 229,
54,100,126,164,166,165,163,161,115,114,113,

drivers/hid/hid-input.c
-        29, 42, 56,125, 97,
54,100,126,164,166,165,163,161,115,114,113,
+        29, 42, 56,125, 229,
54,100,126,164,166,165,163,161,115,114,113,


 Warm Regards,
 Deepak
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Internals" group.
To post to this group, send email to android-internals@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-internals?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to