Openmoko Bug #1533: The keypad shows brackets number in dialer screen and creat new message

Openmoko Public Trac bugs at docs.openmoko.org
Wed Jul 23 20:29:36 CEST 2008


#1533: The keypad shows brackets number in dialer screen and creat new message
-----------------------------+----------------------------------------------
 Reporter:  wendy_hung       |        Owner:  zecke     
     Type:  defect           |       Status:  in_testing
 Priority:  highest          |    Milestone:  ASU       
Component:  System Software  |      Version:  GTA02v5   
 Severity:  blocker          |   Resolution:            
 Keywords:  keypad           |     Blocking:            
Blockedby:                   |  
-----------------------------+----------------------------------------------
Changes (by zecke):

  * status:  accepted => in_testing
  * component:  Qtopia => System Software


Comment:

 Funny bug. KEY_POWER2 got reported from the kernel. Now the keycode of
 KEY_POWER2 is 365 but kdrive can only deal with unsigned char. So 365&0xff
 got reported (or similar) and we managed to hit a mod key or such with
 that.

 So new xglamo was broken as we handle high keys, old kdrive must have been
 broken because the mod came some how else.

 To avoid this issue we will not forward keycodes >= 256 to the kdrive
 core.

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1533#comment:10>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac


More information about the buglog mailing list