Re: [android-kernel] Device driver architecture

2011-08-22 Thread William W.-Y. Liang
Hi, I'm not sure what type of device you are working on. As a result, implementing it as an input device may not be the best choice. Anyway, we may solve the problem by treating it as a generic character device driver. Below is one of the solutions for your reference. First, you may need to imple

[android-kernel] Device driver architecture

2011-08-22 Thread ramon
Hey, I've written a wiegand device driver for as a char device in Linux, and I want to integrate it to android. the device I written is asynchronous IRQ driven char device. I want to integrate it in a way, that when the device notify that a message received, a pop-up notification will show up on th