Browse Source

Enable usb buffering on hashfast during init.

Con Kolivas 12 years ago
parent
commit
c2ef8ca6f5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      driver-hashfast.c

+ 2 - 1
driver-hashfast.c

@@ -317,8 +317,9 @@ static struct api_data *hashfast_api_stats(struct cgpu_info __maybe_unused *cgpu
 	return NULL;
 	return NULL;
 }
 }
 
 
-static void hashfast_init(struct cgpu_info __maybe_unused *hashfast)
+static void hashfast_init(struct cgpu_info *hashfast)
 {
 {
+	usb_buffer_enable(hashfast);
 }
 }
 
 
 static void hashfast_shutdown(struct thr_info __maybe_unused *thr)
 static void hashfast_shutdown(struct thr_info __maybe_unused *thr)