Browse Source

Document existing enum dev_enable usage

Luke Dashjr 12 years ago
parent
commit
5038916c0a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      miner.h

+ 3 - 3
miner.h

@@ -343,9 +343,9 @@ struct device_drv {
 
 enum dev_enable {
 	DEV_ENABLED,
-	DEV_DISABLED,
-	DEV_RECOVER,
-	DEV_RECOVER_ERR,
+	DEV_DISABLED,     // Disabled by user
+	DEV_RECOVER,      // Disabled by temperature cutoff in watchdog
+	DEV_RECOVER_ERR,  // Disabled by communications error
 };
 
 enum cl_kernels {