Browse Source

ZTX bug set missing drv_id

Kano 13 years ago
parent
commit
00489f4c14
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-ztex.c

+ 1 - 0
driver-ztex.c

@@ -398,6 +398,7 @@ static void ztex_disable(struct thr_info *thr)
 }
 }
 
 
 struct device_drv ztex_drv = {
 struct device_drv ztex_drv = {
+	.drv_id = DRIVER_ZTEX,
 	.dname = "ztex",
 	.dname = "ztex",
 	.name = "ZTX",
 	.name = "ZTX",
 	.drv_detect = ztex_detect,
 	.drv_detect = ztex_detect,