|
9287ee90
|
2013-06-10T15:22:37
|
|
USB control creation and free of cgpu
|
|
630e7d76
|
2013-06-09T21:33:20
|
|
Set BFLSC fan speed coarsely to keep it under 60 or auto as per specs saying it tries to stay below 60.
|
|
7f1ce190
|
2013-06-09T17:22:23
|
|
Move macro definition to bflsc driver
|
|
641545aa
|
2013-06-09T17:19:20
|
|
Use a longer timeout for retrieving bflsc details.
|
|
9133c468
|
2013-06-07T08:42:40
|
|
Set usbdev in usbutils after checking for nodev to avoid trying to access a dereferenced value.
|
|
8478ee44
|
2013-06-07T07:02:55
|
|
AMU usbstatus correct name from enable 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.
|
|
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.
|
|
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
|
|
4368a04f
|
2013-06-05T01:07:16
|
|
usbutils optional read buffering
|
|
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.
|
|
8c136611
|
2013-06-01T07:53:29
|
|
usbutils semun use proper def for linux which fixes OSX also
|
|
eec1a86a
|
2013-05-30T22:53:07
|
|
Update copyrights of modified files.
|
|
56a20e01
|
2013-05-30T16:47:09
|
|
Make usb_ftdi_cts use the _usb_transfer_read function.
|
|
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
|
|
cc04d3ab
|
2013-05-30T11:01:29
|
|
Use a counting semaphore to signal the usb resource thread that it has work to do.
|
|
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.
|
|
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.
|
|
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
|
|
df8566a7
|
2013-05-28T22:44:03
|
|
usb/ica add more (incomplete) CMR settings
|
|
adb2ea67
|
2013-05-28T20:50:53
|
|
libusb_control_transfer are meant to be endian specific, but host endianness so no conversion is needed.
|
|
6041be61
|
2013-05-28T17:07:49
|
|
Reuse old MTX Handle
|
|
5b7e435f
|
2013-05-28T10:46:48
|
|
usbutils check all memory allocation
|
|
2f94ec80
|
2013-05-27T23:30:18
|
|
usb separate thread for resource locking and modified windows locking code
|
|
a32e521d
|
2013-05-27T17:17:42
|
|
Implement avalon_ready and avalon_wait_ready functions for when usb is ready to receive commands.
|
|
269a8de9
|
2013-05-27T15:43:22
|
|
First pass rewriting serialdev into direct usb dev for avalon driver.
|
|
8fea60f3
|
2013-05-27T15:01:13
|
|
Define a cts equivalent for direct usb and use it for avalon driver full.
|
|
6c952105
|
2013-05-26T10:49:42
|
|
usbutils ensure it compiles without stats
|
|
aa9bf2cb
|
2013-05-26T10:33:47
|
|
usbutils include transfer mode in usbstats
|
|
b1b93054
|
2013-05-26T08:34:06
|
|
usbutils handle bulk_transfer partial writes
|
|
ab080fa6
|
2013-05-23T15:50:07
|
|
usbutils make all windows timeouts 999ms
|
|
2baa5b9c
|
2013-05-23T11:45:12
|
|
usb add another Cairnsmore1 USB chip
|
|
511bbb05
|
2013-05-22T23:49:08
|
|
CMR usb config guess
|
|
87d994b6
|
2013-05-22T23:22:00
|
|
usb add transfer_read and commented out in icarus
|
|
6a0b48a6
|
2013-05-20T22:37:52
|
|
usbutils allow unrounded control transfers
|
|
0c3f00c5
|
2013-05-20T21:58:04
|
|
icarus ICA initialisation
|
|
56a96b41
|
2013-05-20T00:48:15
|
|
icarus AMU config transfers
|
|
e43f265a
|
2013-05-19T19:09:13
|
|
usbutils name latency correctly
|
|
546be35c
|
2013-05-18T13:16:17
|
|
Merge branch 'icarus-dev' of github.com:ckolivas/cgminer into icarus-dev
|
|
5e588d87
|
2013-05-18T01:56:00
|
|
icarus test nodev everywhere
|
|
250e4353
|
2013-05-18T01:39:56
|
|
usbutils/icarus separate FTDI transfer values and more debug
|
|
8f4547da
|
2013-05-17T22:05:53
|
|
usbutils add rest of icarus
|
|
22e677f4
|
2013-05-17T21:25:38
|
|
Merge branch 'icarus-dev' of github.com:ckolivas/cgminer into icarus-dev
|
|
e128f90e
|
2013-05-17T21:13:36
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
05a385cc
|
2013-05-17T13:49:41
|
|
usbutils new command for icarus
|
|
e89c921a
|
2013-05-16T22:16:15
|
|
usb add a numeric sub-indentity for each name
|
|
2631b55e
|
2013-05-16T21:38:55
|
|
usbutils - make FTDI handling automatic
|
|
92e5ee9d
|
2013-05-16T19:41:53
|
|
fix duplicate name
|
|
2a0b712e
|
2013-05-16T19:39:40
|
|
usbutils set Black Arrow Lancelot's as BAL and match the lot->llt name
|
|
28f4fc64
|
2013-05-16T19:33:30
|
|
usbutils identify Icarus devices
|
|
0a15beb7
|
2013-05-16T12:38:48
|
|
libusb_control_transfer 16 bit words are endian specific.
|
|
6493554a
|
2013-05-15T17:39:25
|
|
usb_applog separate amt display
|
|
05dd48ac
|
2013-05-05T22:04:46
|
|
usbutils/mmq fixed size usb_read default to wait for all data
|
|
f518f336
|
2013-05-05T14:06:02
|
|
usbutils optional (disabled by default) dev debug
|
|
8e117050
|
2013-05-04T20:19:46
|
|
Avalon usb interface should be 0.
|
|
4a39f039
|
2013-05-04T16:42:58
|
|
Add more debug for failure to USB init.
|
|
56a45778
|
2013-05-02T23:02:35
|
|
usbutils correct applog typing
|
|
d3d90e65
|
2013-04-29T00:24:46
|
|
usbutils remove_in_use break
|
|
bfdbec1d
|
2013-04-29T00:11:12
|
|
usbutils remove_in_use yet again
|
|
d436beb7
|
2013-04-29T00:04:35
|
|
usbutils remove_in_use missing prev
|
|
2ae4840c
|
2013-04-28T23:11:41
|
|
usbutils missing add_in_use
|
|
2c97b8b8
|
2013-04-28T19:00:25
|
|
usb_init() allow it to ignore a device and show no message
|
|
95f467b2
|
2013-04-28T17:47:28
|
|
usbutils don't even attempt to detect a device we already have
|
|
a436ede6
|
2013-04-28T13:28:52
|
|
usbutils correct BFL name
|
|
ebfa56db
|
2013-04-28T12:49:32
|
|
usbutils allow device selection to specify expected Manufacturer/Product strings
|
|
bd4d04b2
|
2013-04-27T00:07:42
|
|
bflsc add volt stats
|
|
3ab81ee6
|
2013-04-21T19:14:52
|
|
Use cgtime in usbutils.c
|
|
b7b5b9de
|
2013-04-07T07:46:45
|
|
usbutils more stats for bflsc
|
|
8dd1ed24
|
2013-03-31T21:58:48
|
|
usbutils extra message requirements
|
|
cef96ddb
|
2013-03-30T01:21:02
|
|
usbutils.c usb_cmdname() usb_cmds -> string name
|
|
e88652bc
|
2013-03-29T21:33:57
|
|
BFL FPGA Windows timeout set to 999ms
|
|
956d4440
|
2013-03-21T15:25:10
|
|
avalon usbutils requirements
|
|
e07d21be
|
2013-03-17T15:28:24
|
|
usbutils use it's own internal read buffer
|
|
b29828e8
|
2013-03-16T21:54:34
|
|
usbutils allow read termination match to be a string
|
|
c63ae9d9
|
2013-03-16T16:02:43
|
|
usbutils spelling :)
|
|
2ce62f3d
|
2013-03-15T15:47:50
|
|
add a dummy ztex to usbutils so cgminer -n lists ztex also
|
|
a6f17cbf
|
2013-03-15T02:19:42
|
|
USB device list - convert some common error numbers to messages
|
|
26341bbf
|
2013-03-15T00:30:48
|
|
USB -n 'known' text only without ---usb-list-all
|
|
b21747b9
|
2013-03-15T00:02:17
|
|
USB modify -n and --usb-dump to only show known devices or use new --usb-list-all option to see all
|
|
154e4f4b
|
2013-03-13T11:04:05
|
|
usbutils allow call of usb_all() from other code
|
|
6acda937
|
2013-03-11T11:27:35
|
|
--usb-dump display brief dump if value = 0
|
|
3f50e878
|
2013-03-11T10:58:28
|
|
USB add --usb options to limit USB device selection v0.1
|
|
30e7040f
|
2013-03-09T13:56:52
|
|
usb_cleanup() without locking
|