Christopher Johnson wrote:
> In linux_input.c in function driver_get_available at the top I see:
> 
>      if (dfb_system_type() != CORE_FBDEV)
>           return 0;
> 
> so it doesn't find any devices...
> 
> Why is this done?  My system is not fbdev, but I want to use linux_input 
> devices.  Is there some reason this is a bad idea?

No, actually the check should be changed. We should allow Linux Input to be used
for devmem and maybe others, too.

-- 
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

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

Reply via email to