2:15 PM Sunday Room: Rendezvous
The is #3 in 3-talk track on Android device drivers
Android is a Linux-based architecture. In addition to the original Linux driver, Android need other additional device driver, like Android Logger, Binder, Low Memory killer, Power Management for android(wakelock), ASHMEM, etc out of which ashmem ,logger and binder are all character device drivers.
How about understanding one such driver and implementing our own driver ??