1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 14:58:01 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Con Kolivas
060ff71907 Merge pull request #102 from luke-jr/bugfix_bitforce_linux_rw
Bugfix: Need to open BitForce tty for read-write
2012-02-03 15:43:07 -08:00
ckolivas
6eee0e3874 Fix warnings in bitforce.c 2012-02-04 10:37:04 +11:00
Luke Dashjr
2f903b5d77 Bugfix: Need to open BitForce tty for read-write 2012-02-03 18:27:23 -05:00
Con Kolivas
80650dd919 Define O_CLOEXEC for older headers that don't have it. 2012-01-28 16:13:49 +11:00
Con Kolivas
d485261e92 Fix broken non-win32 build with bitforce enabled. 2012-01-24 20:26:33 +11:00
Luke Dashjr
4ae7baf0e1 BitForce: Need to use CreateFile and low-level (descriptor-based) C APIs on Windows, since fopen doesn't work with serial ports 2012-01-24 01:23:31 -05:00
Con Kolivas
10378f878a Fix windows build of bitforce blindly. Hopefully it works. 2012-01-22 11:44:43 +11:00
Luke Dashjr
5dfc8b694f BitForce FPGA support
cgminer will scan for and mine BitForce FPGAs on USB ports by providing the
new --scan-serial <device> option, or autodetect them by searching
/dev/serial/by-id for *BitFORCE_SHA256*
2012-01-19 01:24:37 -05:00