Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
channel: Correct linear x/y/z modifier names
I'm not sure where the `*-g` names came from, but the kernel calls them `linear_*`[1]. This fixes an error when using the Bosch BNO055, which is the only user of these modifiers. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/iio/industrialio-core.c?id=83a7eefedc9b56fe7bfeff13b6c7356688ffa670#n147 Signed-off-by: Chris Spencer <spencercw@gmail.com>
- Loading branch information