Hi
OS: Ubuntu 12.04 4 bit
Board: Pandaboard Rev. B2
manifest download from https://releases.linaro.org/13.04/android/panda/
I have download the source using ./linaro_android_build_cmds.sh -t
source-manifest.xml
or
./linaro_android_build_cmds.sh -t Pinnded-mainfest
but i get these errors when i
Hi,
Environment: Pandaboard
Android Version: 4.2.2
I would like to write udev rules to a propriety device i connect the the
board.
I looked at /etc/ for udev directory but didn't find it,
Where i need to put my rule ?
Can someone post an example?
Thanks
Hi
I have created a virtual multi touch virtual driver,
I see that Event hub Detect the device but when i transmit events , no
movement occurred on the screen (No X or Y changed) I tried to use protocol
A pr Protocol B same result. why the events not transmitted to
framework Any Idea
See below th
Hi
I would like to intercept disk I/O for example /dev/sda
I thought about intercept the relevant function in blk_core.c using kprobe
hook
is it a good idea?
Any other suggestion?
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro
Another option is register the filter driver as dummy character
On Tue, Feb 3, 2015 at 8:40 PM, dani maoz wrote:
>
>
> Hi
> I would like to intercept disk I/O for example /dev/sda
> I thought about intercept the relevant function in blk_core.c using kprobe
> hook
> is