Browse Source

ZTX bug set missing drv_id

nfactor-troky
Kano 12 years ago
parent
commit
00489f4c14
  1. 1
      driver-ztex.c

1
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,

Loading…
Cancel
Save