|
6cc55a47
|
2013-06-07T08:38:02
|
|
Update NEWS for upcoming 3.2.1 release.
|
|
8478ee44
|
2013-06-07T07:02:55
|
|
AMU usbstatus correct name from enable UART
|
|
baf50def
|
2013-06-06T09:01:26
|
|
Merge pull request #439 from kanoi/master
Icarus AMU enable the UART
|
|
a7425c6c
|
2013-06-07T01:52:51
|
|
Icarus AMU enable the UART
|
|
8ec78c28
|
2013-06-07T00:38:48
|
|
Only libusb close if libusb release succeeds.
|
|
e186c5cf
|
2013-06-07T00:38:10
|
|
Revert "Protect all usb writes reads and unplugs with a mutex lock and check libusb release has succeeded before proceeding with a libusb close."
This reverts commit beb5f8889de4f5491c831a4bd8824b9c514dbafc.
|
|
beb5f888
|
2013-06-07T00:25:49
|
|
Protect all usb writes reads and unplugs with a mutex lock and check libusb release has succeeded before proceeding with a libusb close.
|
|
104b14ec
|
2013-06-06T13:22:12
|
|
Failed reads and writes on cgsem_post and cgsem_wait should be extremely rare.
|
|
b59c3380
|
2013-06-06T13:08:00
|
|
Implement cgminer specific cgsem semaphores to imitate unnamed semaphore behaviour on osx which does not support them.
|
|
62585778
|
2013-06-05T21:27:57
|
|
Set cgusb->buffer to NULL when doing usb_buffer_disable.
|
|
05123bf4
|
2013-06-05T15:50:30
|
|
Temporarily fix apple not having semtimedop by ignoring the timeout value.
|
|
065c1038
|
2013-06-04T22:34:56
|
|
Merge pull request #438 from kanoi/master
ICA/BAS buffered USB
|
|
1bec4904
|
2013-06-05T12:11:40
|
|
BFLSC enable buffered USB reading
|
|
161165dc
|
2013-06-05T12:04:57
|
|
Icarus use buffered USB reading
|
|
7b3e9213
|
2013-06-04T08:53:10
|
|
Merge pull request #437 from kanoi/master
usb_ftdi_set_latency
|
|
6aed9a51
|
2013-06-05T01:49:48
|
|
bflsc & icarus use usb_ftdi_set_latency
|
|
58bb4d48
|
2013-06-05T01:44:50
|
|
usb_ftdi_set_latency LOG_ERRs if called incorrectly
|
|
f366d53f
|
2013-06-05T01:37:16
|
|
add usb_ftdi_set_latency
|
|
c30af6d6
|
2013-06-04T08:21:03
|
|
Merge pull request #436 from kanoi/master
usbutils optional read buffering
|
|
4368a04f
|
2013-06-05T01:07:16
|
|
usbutils optional read buffering
|
|
98a9d767
|
2013-06-04T08:06:34
|
|
Merge pull request #435 from kanoi/master
FTDI Latency
|
|
5e94a972
|
2013-06-04T23:31:26
|
|
Set the avalon read transfer latency to avoid sleeping when no data is returned after very short latency settings.
|
|
a16f51fb
|
2013-06-04T22:37:00
|
|
correct bflsc BFLSC_BUFSIZ max calculation
|
|
dd578876
|
2013-06-04T21:49:28
|
|
Fix build for !curses
|
|
4d749ff4
|
2013-06-04T13:43:23
|
|
restore max code - since timeout is unsigned
|
|
cab2dd92
|
2013-06-04T13:30:05
|
|
compile warning - remove unused max
|
|
1c64f3b6
|
2013-06-04T13:17:57
|
|
usb set FTDI latency higher to minimise status bytes
|
|
8ecf9299
|
2013-06-04T00:08:59
|
|
Check for zero timeout on _usb_write.
|
|
28871474
|
2013-06-03T23:55:55
|
|
Check for zero timeout in usb read.
|
|
27628cdd
|
2013-06-03T23:38:54
|
|
Define a minimum polling time based on frequency of mandatory updates of ftdi responses at 40ms.
|
|
97a92b26
|
2013-06-03T23:33:31
|
|
Sleep right up to the timeout instead of the first half if we find ourselves polling in _usb_read
|
|
3d631b7c
|
2013-06-03T23:15:59
|
|
Enforce half timeout sized sleeps in usb_read if we find the device is not respecting libusb timeouts to avoid polling frequently.
|
|
489a9fca
|
2013-06-03T21:20:28
|
|
Typo.
|
|
f8883dbf
|
2013-06-03T20:14:22
|
|
Spelling typo.
|
|
2d8abb7c
|
2013-06-03T20:09:35
|
|
Add more ASIC documentation.
|
|
1070ec61
|
2013-06-03T20:04:50
|
|
Update README
|
|
03305afb
|
2013-06-03T16:49:15
|
|
Remove start device limitation on log window size to allow it to get larger with hotplugged devices.
|
|
fc95c191
|
2013-06-03T16:38:40
|
|
Switch logsize after hotplugging a device.
|
|
cc9223f0
|
2013-06-03T16:37:56
|
|
Change switch_compact function name to switch_logsize to be used for other changes.
|
|
514491bd
|
2013-06-03T16:01:20
|
|
Only adjust cursor positions with curses locked.
|
|
12045aae
|
2013-06-03T12:26:50
|
|
devs display - fix GPU duplicate bug
|
|
5f2c4f13
|
2013-06-03T11:28:18
|
|
Do not hotplug enable a device if devices have been specified and the hotplug device falls outside this range.
|
|
6e014b0f
|
2013-06-03T11:10:10
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
727184d6
|
2013-06-03T11:09:36
|
|
Change the --device parameter parsing and configuration to use ranges and comma separated values.
|
|
e4ab2e07
|
2013-06-02T17:31:53
|
|
Merge pull request #434 from kanoi/master
Alice v0.1 +
|
|
fe802b62
|
2013-06-03T07:39:30
|
|
basic copyright statement in API.java
|
|
9b756d73
|
2013-06-03T10:24:02
|
|
devs display - show ZOMBIEs after all others
|
|
bbdbf364
|
2013-06-03T10:22:13
|
|
Modify scrypt kernel message.
|
|
c7ffa58b
|
2013-06-02T20:36:49
|
|
Check for pool_disabled in wait_lp_current
|
|
8c136611
|
2013-06-01T07:53:29
|
|
usbutils semun use proper def for linux which fixes OSX also
|
|
6fec07ab
|
2013-05-31T23:10:46
|
|
Check for pool enabled in cnx_needed.
|
|
23d6857f
|
2013-05-31T16:41:51
|
|
Set 3.2.0 release date in news.
|
|
77d040cb
|
2013-05-31T01:34:23
|
|
Icarus add delays during intialisation
|
|
ca931918
|
2013-05-30T23:16:08
|
|
Update documentation.
|
|
eec1a86a
|
2013-05-30T22:53:07
|
|
Update copyrights of modified files.
|
|
36ba21ec
|
2013-05-30T22:04:22
|
|
Add FAQ about windows USB keyboards and hotplug interactions.
|
|
181ada4e
|
2013-05-30T18:03:27
|
|
Merge branch 'usbdev'
Conflicts:
cgminer.c
|
|
25779924
|
2013-05-30T17:55:24
|
|
Fix mingw build warnings in icarus driver.
|
|
56a20e01
|
2013-05-30T16:47:09
|
|
Make usb_ftdi_cts use the _usb_transfer_read function.
|
|
2125bddc
|
2013-05-30T16:40:03
|
|
Update ASIC-README with avalon info regarding default behaviour.
|
|
a60a1b0f
|
2013-05-30T16:35:58
|
|
Break out of idling loop in avalon_idle if the buffer is full.
|
|
8520f430
|
2013-05-30T16:33:01
|
|
Merge branch 'usbdev' of github.com:ckolivas/cgminer into usbdev
|
|
c0c5c060
|
2013-05-30T16:32:12
|
|
Provide some defaults for avalon if none are specified and do not try to claim the device if it fails to reset with them and no options are specified.
|
|
74d7f556
|
2013-05-30T16:00:41
|
|
usbutils automatically track IO errors
|
|
3f4b717a
|
2013-05-30T15:44:33
|
|
usbutils allow a short wait for resources to be released
|
|
5869539e
|
2013-05-30T15:02:52
|
|
correct semaphore timeout comment
|
|
94bbb1a1
|
2013-05-30T14:20:43
|
|
Bump version to 3.2.0 signifying major update.
|
|
6fa32c92
|
2013-05-30T13:49:54
|
|
Revert "Perform execv in a forked child process, waiting on the original to exit to allow resources to be released."
This reverts commit b0fa94d52a26cde776e566bb04c809b3b9f18de4.
Loses control of the terminal.
|
|
2b781824
|
2013-05-30T12:16:19
|
|
Set the fanspeed to the nominal chosen for GPUs.
|
|
78d6bee1
|
2013-05-30T12:03:16
|
|
Inverted sem_init logic.
|
|
b0fa94d5
|
2013-05-30T12:00:17
|
|
Perform execv in a forked child process, waiting on the original to exit to allow resources to be released.
|
|
dd534a86
|
2013-05-30T11:47:16
|
|
Document avalon options in ASIC-README
|
|
f4a9a8e6
|
2013-05-30T11:43:25
|
|
Do avalon driver detection last as it will try to claim any similar device and they are not reliably detected.
|
|
274bf694
|
2013-05-30T11:20:42
|
|
Clamp initial GPU fanspeed to within user specified range.
|
|
cc04d3ab
|
2013-05-30T11:01:29
|
|
Use a counting semaphore to signal the usb resource thread that it has work to do.
|
|
dfab6a98
|
2013-05-30T10:18:09
|
|
Avalon fan factor is already multiplied into the info values.
|
|
06b9e0c4
|
2013-05-30T10:16:04
|
|
Get rid of zeros which corrupt display.
|
|
23736383
|
2013-05-30T10:14:10
|
|
Logic fail on minimum fanspeed reporting.
|
|
8bbb1793
|
2013-05-30T10:12:14
|
|
Provide a workaround for fan0 sensor not being used on avalon and pad fan RPM with zeros.
|
|
86b59c47
|
2013-05-30T10:05:16
|
|
Add ambient temp and lowest fan RPM information to avalon statline.
|
|
6dcdd543
|
2013-05-30T09:22:35
|
|
Display max temperature and fanspeed data for avalon.
|
|
185cac3e
|
2013-05-29T23:30:27
|
|
Set devices to disabled after they exit the hashing loops to prevent the watchdog thread from trying to act on them.
|
|
502c7bcb
|
2013-05-29T23:06:18
|
|
Add avalon driver to hotplug.
|
|
a10371b9
|
2013-05-29T23:03:32
|
|
Shut down the avalon mining thread if the device disappears.
|
|
641883a5
|
2013-05-29T16:35:34
|
|
Check for no usb device in usb_ftdi_cts
|
|
f3093803
|
2013-05-29T16:29:49
|
|
Check for valid usbdev in _usb_read in case the device has been unplugged.
|
|
99b117be
|
2013-05-29T12:26:12
|
|
Scanhash functions perform driver shutdown so don't repeat it.
|
|
ee2671a5
|
2013-05-29T12:18:35
|
|
Change the opencl shutdown sequence.
|
|
5b9cf0f0
|
2013-05-29T12:06:06
|
|
Send the shutdown message to threads and do the thread shutdown functions before more forcefully sending pthread_cancel to threads.
|
|
173119d5
|
2013-05-29T11:49:10
|
|
Use the cgpu_info shutdown to determine when to stop the avalon read and write threads.
|
|
60bb463c
|
2013-05-29T11:45:47
|
|
Use semaphores to signal a reset to pause the read thread while the write thread does the actual reset, making all writes come from the same place.
|
|
2f4280b4
|
2013-05-29T09:19:34
|
|
Remove now unneeded fgpautils.h include from avalon.
|
|
fa059b3c
|
2013-05-29T00:39:16
|
|
usb_transfer_read should also not play with the endianness.
|
|
0177b410
|
2013-05-29T00:33:56
|
|
Use the USB wrappers for avalon, telling usbutils that we want the raw data.
|
|
d1337427
|
2013-05-29T00:15:30
|
|
Use separate ep for avalon tasks vs avalon reset and do not loop in write indefinitely.
|
|
876e7e58
|
2013-05-29T00:01:54
|
|
Merge branch 'icarus-dev' into usbdev
Conflicts:
usbutils.h
|
|
772b354e
|
2013-05-28T23:59:07
|
|
Remove unneeded function and checks in avalon write code.
|
|
05cbbd99
|
2013-05-28T23:56:30
|
|
CMR handle baud options
|
|
33e83eb7
|
2013-05-28T23:54:16
|
|
work_restart is reset within the queued hash work loop.
|
|
5900c024
|
2013-05-28T23:48:26
|
|
Fix avalon shutdown sequence.
|