最終更新:2016-03-29 (火) 14:29:28 (2947d)  

hid_dynid
Top / hid_dynid

struct hid_dynid {
        struct list_head list;
        struct hid_device_id id;
};

メモ

  • Allow adding new devices to the hid drivers on the fly without a need of kernel recompilation.