Hi, I've done an update from DirectFB 1.4.3 to 1.4.5 with the result that a keyboard input device that used to be present before this update is now not any longer available.
Here are the relevant first lines from application startup: ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.4.3 |~~~~~~~~~~~~~~~~~~~~~~~~~~ (*) DirectFB/Core: Single Application Core. (2010-08-18 00:04) (*) Direct/Memcpy: Using armasm_memcpy() (*) Direct/Thread: Started 'VT Switcher' (-1) [CRITICAL OTHER/OTHER 0/0] <2093056>... (*) Direct/Thread: Started 'VT Flusher' (-1) [DEFAULT OTHER/OTHER 0/0] <2093056>... (*) DirectFB/FBDev: Found 'PXA' (ID 99) with frame buffer at 0xa7400000, 4096k (MMIO 0x00000000, 0k) (*) Direct/Thread: Started 'Linux Input' (-1) [INPUT OTHER/OTHER 0/0] <2093056>... (*) DirectFB/Input: gpio-keys (1) 0.1 (directfb.org) (*) Direct/Thread: Started 'Linux Input' (-1) [INPUT OTHER/OTHER 0/0] <2093056>... (*) DirectFB/Input: rotary-encoder (2) 0.1 (directfb.org) (*) Direct/Thread: Started 'Linux Input' (-1) [INPUT OTHER/OTHER 0/0] <2093056>... (*) DirectFB/Input: ST LIS3LV02DL Accelerometer (3) 0.1 (directfb.org) (*) Direct/Thread: Started 'Linux Input' (-1) [INPUT OTHER/OTHER 0/0] <2093056>... (*) DirectFB/Input: eeti_ts (4) 0.1 (directfb.org) ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.4.5 |~~~~~~~~~~~~~~~~~~~~~~~~~~ (*) DirectFB/Core: Single Application Core. (2010-08-25 00:04) (*) Direct/Memcpy: Using armasm_memcpy() (*) Direct/Thread: Started 'VT Switcher' (-1) [CRITICAL OTHER/OTHER 0/0] <2093056>... (*) Direct/Thread: Started 'VT Flusher' (-1) [DEFAULT OTHER/OTHER 0/0] <2093056>... (*) DirectFB/FBDev: Found 'PXA' (ID 99) with frame buffer at 0xa7400000, 4096k (MMIO 0x00000000, 0k) (*) Direct/Thread: Started 'Linux Input' (-1) [INPUT OTHER/OTHER 0/0] <2093056>... (*) DirectFB/Input: rotary-encoder (1) 0.1 (directfb.org) (*) Direct/Thread: Started 'Linux Input' (-1) [INPUT OTHER/OTHER 0/0] <2093056>... (*) DirectFB/Input: ST LIS3LV02DL Accelerometer (2) 0.1 (directfb.org) (*) Direct/Thread: Started 'Linux Input' (-1) [INPUT OTHER/OTHER 0/0] <2093056>... (*) DirectFB/Input: eeti_ts (3) 0.1 (directfb.org) (*) Direct/Thread: Started 'Hotplug with Linux Input' (-1) [INPUT OTHER/OTHER 0/0] <2093056>... (*) DirectFB/Input: Hot-plug detection enabled with Linux Input Driver Now I wonder what happened to the "gpio-keys" device. I've checked that it is still present at /dev/input/event3. Why would DirectFB 1.4.5 decide to ignore it? Sven _______________________________________________ directfb-dev mailing list directfb-dev@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev