firstdrv_device = device_create(firstdrv_class, NULL, MKDEV(major, 0), NULL, “xxx”);//會在/dev目錄下生成xxx的設備文件,major是主設備號,可以 ...
確定! 回上一頁