Re: [android-kernel] Want to develop new HAL and device driver for Android

2012-04-25 Thread Nikko Torcita
Chirag, You can also check this thread out http://groups.google.com/group/android-porting/browse_thread/thread/f6b9c22ee45a68c4?pli=1 That's my main reference when i ported a USB camera to an android tablet. Both HAL and and android driver codes have been shared by the OP. Regards, Nikko Torcita

Re: [android-kernel] Want to develop new HAL and device driver for Android

2012-04-24 Thread William W.-Y. Liang
Hi Chirag, I would recommend that you start with LightService, which contains a relatively simple HAL implementation in AOSP. Best Regards, William Liang http://www.ntut.edu.tw/~wyliang 2012/4/25 Chirag Shah > Hi All, > I have compiled and loaded android ICS into pandaboard ES. I also > down

[android-kernel] Want to develop new HAL and device driver for Android

2012-04-24 Thread Chirag Shah
Hi All, I have compiled and loaded android ICS into pandaboard ES. I also downloaded android linux kernel source and modified to put few printks and it is also working with ICS. So i am ready for development. I want to create new device driver and want to add support into Android framework as well.