DRV2665SW-LINUX
用于 DRV2665 的 Linux 驱动程序
DRV2665SW-LINUX
概述
Linux 驱动程序支持 DRV2665 触觉电机驱动器。Linux 驱动器支持通过 I2C 总线进行的通信,并与输入子系统连接,从而实现强制反馈响应。
Linux 主线状态
在 Linux 主线中提供:是
可通过 git.ti.com 获取:不适用
支持的器件:
- DRV2665
Linux 源文件
main C 源文件位于:drivers/input/misc
与该器件关联的文件为:
- drivers/input/misc/drv2665.c
- Documentation/devicetree/bindings/input/ti,drv2665.txt
源文件
Linux 设备树文档
devicetree/bindings/input/ti,drv2665.txt
启用驱动程序支持
使用“make menuconfig”(也可以使用“make xconfig”或“make qconfig”)配置内核
Menuconfig 位置
Device Drivers -> Input Device Support -> Miscellaneous Devices -> TI DRV2665 haptics support
Symbol: INPUT_DRV2665_HAPTICS [=y] Type : tristate Prompt: TI DRV2665 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:711 Depends on: !UML && INPUT_MISC [=y] && INPUT [=y] && I2C [=y] Selects: INPUT_FF_MEMLESS [=y] && REGMAP_I2C [=y]
修复和代码增强功能
如果有需要添加至该驱动程序的修复和/或代码增强功能,请执行以下任一操作:
- 将补丁发送至 Linux 内核社区并抄送 linux-input@vger.kernel.org
- 联系您的 TI 代表.