最終更新:2015-10-23 (金) 13:10:22 (3098d)  

hid_bus_type
Top / hid_bus_type

Linux 2.6.28

bus_type

  • static struct bus_type hid_bus_type = {
            .name           = "hid",
            .dev_groups     = hid_dev_groups,
            .match          = hid_bus_match,
            .probe          = hid_device_probe,
            .remove         = hid_device_remove,
            .uevent         = hid_uevent,
    };

メンバ