DRV260XSW-LINUX
用于 DRV260x 的 Linux 驱动程序
DRV260XSW-LINUX
概述
Linux 驱动程序支持 DRV2604、DRV2604L、DRV2605 和 DRV2605L 触觉电机驱动器。Linux 驱动程序支持通过 I2C 总线进行通信,并支持触觉波生成的 ERM 和 LRA 模式。
Linux 主线状态
在 Linux 主线中提供:是
可通过 git.ti.com 获取:不适用
支持的器件:
- DRV2604
- DRV2604L
- DRV2605
- DRV2605L
Linux 源文件
main C 源文件位于:drivers/input/misc
与该器件关联的文件为:
- drivers/input/misc/drv260x.c
- include/dt-bindings/input/ti-drv260x.h
- Documentation/devicetree/bindings/input/ti,drv260x.txt
- include/linux/platform_data/drv260x-pdata.h
源文件
drivers/input/misc/drv260x.c
include/dt-bindings/input/ti-drv260x.h
Linux 器件树文档
Documentation/devicetree/bindings/input/ti,drv260x.txt
Linux 电路板文件头
include/linux/platform_data/drv260x-pdata.h
启用驱动程序支持
使用“make menuconfig”(也可以使用“make xconfig”或“make qconfig”)配置内核
Menuconfig 位置
Device Drivers -> Input Device Support -> Miscellaneous Devices -> TI DRV260X haptics support
Symbol: INPUT_DRV260X_HAPTICS [=y] Type : tristate Prompt: TI DRV260X haptics support Location: -> Device Drivers -> Input device support -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y]) (1) -> Miscellaneous devices (INPUT_MISC [=y]) Defined at drivers/input/misc/Kconfig:700 Depends on: !UML && INPUT_MISC [=y] && INPUT [=y] && I2C [=y] && GPIOLIB [=y] Selects: INPUT_FF_MEMLESS [=n] && REGMAP_I2C [=y]
修复和代码增强功能
如果有需要添加至该驱动程序的修复和/或代码增强功能,请执行以下任一操作:
- 将补丁发送至 Linux 内核社区并抄送 linux-input@vger.kernel.org
- 联系您的 TI 代表