Hi, while loading omapts and omap-keypad drivers as modules in 2.6.15-rc1-omap1 I get: input: device omap-keypad is statically allocated, will not register Please convert to input_allocate_device() or contact dtor_core@ameritech.net input: device omap_ts is statically allocated, will not register Please convert to input_allocate_device() or contact dtor_core@ameritech.net Converting them to input_allocate_device() (patch in the attachment) results in clean loading: OMAP Keypad Driver MUX: initialized N14_1610_UWIRE_CS0 MUX: initialized P15_1610_UWIRE_CS3 MUX: initialized P20_1610_GPIO4 input: omap_ts as /class/input/input0 OMAP touchscreen driver initialized But then ts_calibrate doesn't want to open touchscreen driver: # ts_calibrate ts_open: No such device My standard TS configuration (worked quite good with the old configuration) is: ./profile:4:export TSLIB_TSDEVICE='/dev/input/event1' ./ts.conf:2:module_raw input Any ideas? Thanks Dirk