Hi -

I'm trying to get linuxinput working with a keyboard.  My port has a 
custom graphics driver.  From what I can see, my keyboard is successfuly 
recognized via linuxinput I think - dfbinfo says:

Input (00) HID 045e:000b                   (primary keyboard)
   Type: KEYBOARD
   Caps: KEYS


But something's not right.  Shouldn't there be keymappings?  dfbinput -k 
says:

(*) DirectFB/Core: Single Application Core. (2008-11-12 20:40) [ DEBUG 
][ TRACE ]
...
(*) Direct/Thread: Running 'Linux Input' (INPUT, 710)...
(*) DirectFB/Input: HID 045e:000b 0.1 (directfb.org)
...
(*) DirectFB/Core/WM: Default 0.3 (directfb.org)

(!) Tools/Input: IDirectFBInputDevice::GetKeymapEntry( 0 ) failed!
    --> General failure!
(-) [  709: -STACK- ]
sh: nm: not found
  #0  0x08048cad in ?? () from dfbinput [0x8048000]

Looking at linux_input.c I see a bunch of stuff under #ifdef 
LINUX_INPUT_USE_FBDEV which looks like its dealing with keysyms via the 
map.  Also looking around I see that this code enforces use only with 
the fbdev device.  So does that mean I don't have key mappings available?

Has this been handled in newer (than 1.0.1) code?

thanks
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to