| 19 | | * kernel and userspace drivers get initialized, /dev/shm/sensors will be created by the userspace library |
| 20 | | * but we receive no events from the kernel /dev/inputX device, there is a /dev/accel_ctrl device, maybe we have to inizialize the device via an ioctl() |
| 21 | | * archos has a userspace application that initializes the device with calibration data (/usr/bin/create_accl), even with that I was not able to get it working. |
| | 19 | * kernel driver gets initialized, the userspace driver creates /dev/shm/sensors |
| | 20 | * We receive no events from the kernel /dev/input/event3 device, if we dont setup /dev/accel_ctrl via ioctls device |
| | 21 | * the original driver from archos seems to be incompatible when using with froyo. |