1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-01 18:55:36 +00:00

Enable usb buffering on hashfast during init.

This commit is contained in:
Con Kolivas 2013-09-21 18:00:06 +10:00
parent 489722a62e
commit c2ef8ca6f5

View File

@ -317,8 +317,9 @@ static struct api_data *hashfast_api_stats(struct cgpu_info __maybe_unused *cgpu
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)