图 2. input_id 结构体定义

struct input_id {
    __u16 bustype;
    __u16 vendor;
    __u16 product;
    __u16 version;
};
© . All rights reserved.