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
Post a Comment