冷艳悟空

文章
5
资源
0
加入时间
2年10月17天

Android Intent跨进程通信

Bundle bundle = new Bundle();bundle.putString("test","来自A");Intent intent = new Intent(Intent.ACTION_MAIN);intent.addCategory(Intent.CATEGORY_LAUNCHER);ComponentName componentName = new ComponentName("com.example.test",

Linux驱动之input子系统浅析(转载)

<br />一,前言: <br />1, 近日要写一个很特殊的键盘驱动,故对linux的input子系统分析了一番,写下分析笔记,以防不日即忘。<br /> <br />2, 使用input子系统的一般流程为:input_allocate_device()申请一个input_dev设备——>初始化该input_dev——>input_register_device()向子系统注册该设备——>中断时input_event()向子系统