How to patch linux kernel to add gyroscope support -



How to patch linux kernel to add gyroscope support -

i'm trying utilize mpu3000/3050 invensense embedded linux (arm-based lpc3141 board, embedded artists). found interesting patch on internet

https://patchwork.kernel.org/patch/703991/

how can implement in kernel?

read this article detailed instructions on how apply patch.

warning: kernel patches quite highly specific version of linux developed for, if kernel version different 1 patch made may encounter problems.

edit: had @ particular patch , creates new file (mpu3050.c) , modifies drivers/input/misc/makefile , drivers/input/misc/kconfig. if else fails new file should created, , mods existing files can done manually.

linux-kernel patch linux-device-driver embedded-linux i2c

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -