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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -