08 2016 档案

摘要:1 /* Class Device Stuff */ 2 3 int class_device_create_file(struct class_device * class_dev, 4 const struct class_device_attribute * attr) 5 { 6 int error = -EINVAL;... 阅读全文
posted @ 2016-08-26 18:08 hackfun 阅读(523) 评论(0) 推荐(0)
摘要:注释仅代表个人理解,仅供参考。 阅读全文
posted @ 2016-08-05 15:39 hackfun 阅读(453) 评论(0) 推荐(0)