Android系统级深入开发
上QQ阅读APP看本书,新人免费读10天
设备和账号都新为新人

5.4.3 按键和轨迹球的驱动程序

MSM的mahimahip平台系统包含了按键(有3个按键)和轨迹球的功能,具体的实现在以下文件中:

    arch/arm/mach-msm/board-mahimahi-keypad.c

其中注册了名为mahimahi-keypad的键盘设备和名称为mahimahi-nav的轨迹球设备。它们对应系统的:

    # cat  /sys/class/input/event4/device/name
    mahimahi-keypad
    # cat  /sys/class/input/event5/device/name
    mahimahi-nav

它们对应的设备节点分别为:/dev/input/event4和/dev/input/event5。