Luke Dashjr
|
90339fdf90
ft232r & libztex: Skip probe of claimed devices
|
13 years ago |
Luke Dashjr
|
5b5cdff413
fpgautils: Check for devices being claimed before calling detectone from autodetectors
|
13 years ago |
Luke Dashjr
|
bde200a790
x6500 & ztex: Claim USB devices
|
13 years ago |
Luke Dashjr
|
2b16acaa9b
fpgautils: Implement bfg_claim_usb for claiming devices by USB bus number and address
|
13 years ago |
Luke Dashjr
|
f1051250d5
fpgautils: Replace serial_claim with bfg_claim_serial using a more cleanly extensible interface and implementation
|
13 years ago |
Luke Dashjr
|
c658ddee43
fpgautils: serial_claim: Include a bus enum in hash key
|
13 years ago |
Luke Dashjr
|
58097a74fb
Add serial port claiming logic to avalon, bitforce, and modminer drivers
|
13 years ago |
Luke Dashjr
|
63222c8774
usbtest: Improve portability to at least 2.7 and 3.2
|
13 years ago |
Luke Dashjr
|
2e5ef483bb
usbtest: Avoid messing up the display by escaping weird bytes via repr()
|
13 years ago |
Luke Dashjr
|
5566fdb1f3
usbtest: Skip last 2 optional parameters, since we use the defaults and they are not in older versions of pyserial
|
13 years ago |
Luke Dashjr
|
684900865b
Merge commit '5bfe1b8' into bfgminer
|
13 years ago |
Luke Dashjr
|
5bfe1b8535
Bugfix: bitforce: ZOX limits results ot 16 results per call, so repeat ZOX until there are fewer
|
13 years ago |
Luke Dashjr
|
7469a81139
RPC: "devscan" command to probe for new devices
|
13 years ago |
Luke Dashjr
|
3ebf18c531
New (internal) scan_serial function to probe for new devices at runtime
|
13 years ago |
Luke Dashjr
|
18c51146aa
Split out per-cgpu temperature configuration code to load_temp_config_cgpu
|
13 years ago |
Luke Dashjr
|
8be8a1fbe6
DevAPI: Modify add_cgpu to use temporary devices_new array, so detection can be done without touching live variables
|
13 years ago |
Luke Dashjr
|
f6b0995cb9
Move more cgpu initialization to allocate_cgpu
|
13 years ago |
Luke Dashjr
|
22c2ce6b0b
Move devtype default assignment to allocate_cgpu
|
13 years ago |
Luke Dashjr
|
732d0bfd82
Move cgpu startup routine to new start_cgpu function
|
13 years ago |
Luke Dashjr
|
a3d3e3183a
Move cgpu_info allocation to new allocate_cgpu function
|
13 years ago |
Luke Dashjr
|
bd8580d56d
Move *.drv_detect calls to a new drv_detect_all function
|
13 years ago |
Luke Dashjr
|
1829750180
DevAPI: add_cgpu: There is no need to hold mutexes while creating devices
|
13 years ago |
Luke Dashjr
|
8dea41b6e1
Merge branch 'strerror' into bfgminer
|
13 years ago |
Luke Dashjr
|
7d0639c2f3
Bugfix: Initialization for bfgtls needs to be done in each thread
|
13 years ago |
Luke Dashjr
|
7daabff690
Merge commit '11375ff' into bfgminer
|
13 years ago |
Luke Dashjr
|
11375ff700
Bugfix: stratum: Be patient with stratum lines that come in slower than we can process them
|
13 years ago |
Luke Dashjr
|
6a0a7a5bb9
Merge branch 'strerror' into bfgminer
|
13 years ago |
Luke Dashjr
|
831c0d2eee
Use bfg_strerror in locations previously just logging raw error numbers
|
13 years ago |
Luke Dashjr
|
68aa670b50
Bugfix: stratum: Log WSAGetLastError() for error number on recv failures on Windows
|
13 years ago |
Luke Dashjr
|
adc85d0b5c
Use bfg_strerror where it is already needed (for thread-safety)
|
13 years ago |