🚀返回专栏总目录 文章目录 <font color=#0990d9>一、输入子系统使用流程 沉淀、分享、成长,让自己和他人都能有所收获!😄 一、输入子系统使用流程 1、 分配一个input_dev结构体: 在驱动中必须动态分配input_dev结构,使用input_allocate_device static struct input_dev *button_dev; button_dev = input_allocate_device();