Hi
Those are the nodes needed to used the devices, It looks to me like your distribution doesn’t have the event interface modules built in.
My kernel config has this in it.
#
# Input device support
#
CONFIG_INPUT=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSEDEV_PSAUX_ENABLE=y
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_TSDEV=m
CONFIG_INPUT_TSDEV_SCREEN_X=240
CONFIG_INPUT_TSDEV_SCREEN_Y=320
CONFIG_INPUT_EVDEV=m
CONFIG_INPUT_EVBUG=m
Those nodes will also only appear when you have a device plugged in, but with the right modules, even just a mouse/keyboard will count and create /dev/input/event* nodes
Unfortunatly your distribution doesn’t seem to have much info online that people who don’t have it can get at. You’ll have to register your product and ask on there unless you are familiar with kernel building.
Endolf