usbutils.c


Log

Author Commit Date CI Message
Kano 7d35c692 2013-06-10T18:52:18 ubsutils lock all access to nodev and cgusb
Kano b8b137ae 2013-06-10T15:59:02 USB make device_path handled by usbutils
Kano 9287ee90 2013-06-10T15:22:37 USB control creation and free of cgpu
Con Kolivas 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.
Con Kolivas 7f1ce190 2013-06-09T17:22:23 Move macro definition to bflsc driver
Con Kolivas 641545aa 2013-06-09T17:19:20 Use a longer timeout for retrieving bflsc details.
Con Kolivas 9133c468 2013-06-07T08:42:40 Set usbdev in usbutils after checking for nodev to avoid trying to access a dereferenced value.
Kano 8478ee44 2013-06-07T07:02:55 AMU usbstatus correct name from enable UART
Con Kolivas 8ec78c28 2013-06-07T00:38:48 Only libusb close if libusb release succeeds.
Con Kolivas 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.
Con Kolivas 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.
ckolivas b59c3380 2013-06-06T13:08:00 Implement cgminer specific cgsem semaphores to imitate unnamed semaphore behaviour on osx which does not support them.
Con Kolivas 62585778 2013-06-05T21:27:57 Set cgusb->buffer to NULL when doing usb_buffer_disable.
Kano 58bb4d48 2013-06-05T01:44:50 usb_ftdi_set_latency LOG_ERRs if called incorrectly
Kano f366d53f 2013-06-05T01:37:16 add usb_ftdi_set_latency
Kano 4368a04f 2013-06-05T01:07:16 usbutils optional read buffering
Kano 4d749ff4 2013-06-04T13:43:23 restore max code - since timeout is unsigned
Kano cab2dd92 2013-06-04T13:30:05 compile warning - remove unused max
Kano 1c64f3b6 2013-06-04T13:17:57 usb set FTDI latency higher to minimise status bytes
Con Kolivas 8ecf9299 2013-06-04T00:08:59 Check for zero timeout on _usb_write.
Con Kolivas 28871474 2013-06-03T23:55:55 Check for zero timeout in usb read.
Con Kolivas 27628cdd 2013-06-03T23:38:54 Define a minimum polling time based on frequency of mandatory updates of ftdi responses at 40ms.
Con Kolivas 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
Con Kolivas 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.
Kano 8c136611 2013-06-01T07:53:29 usbutils semun use proper def for linux which fixes OSX also
Con Kolivas eec1a86a 2013-05-30T22:53:07 Update copyrights of modified files.
Con Kolivas 56a20e01 2013-05-30T16:47:09 Make usb_ftdi_cts use the _usb_transfer_read function.
Kano 74d7f556 2013-05-30T16:00:41 usbutils automatically track IO errors
Kano 3f4b717a 2013-05-30T15:44:33 usbutils allow a short wait for resources to be released
Kano 5869539e 2013-05-30T15:02:52 correct semaphore timeout comment
Con Kolivas cc04d3ab 2013-05-30T11:01:29 Use a counting semaphore to signal the usb resource thread that it has work to do.
ckolivas 641883a5 2013-05-29T16:35:34 Check for no usb device in usb_ftdi_cts
ckolivas f3093803 2013-05-29T16:29:49 Check for valid usbdev in _usb_read in case the device has been unplugged.
Con Kolivas fa059b3c 2013-05-29T00:39:16 usb_transfer_read should also not play with the endianness.
Con Kolivas 0177b410 2013-05-29T00:33:56 Use the USB wrappers for avalon, telling usbutils that we want the raw data.
Con Kolivas 876e7e58 2013-05-29T00:01:54 Merge branch 'icarus-dev' into usbdev Conflicts: usbutils.h
Con Kolivas 772b354e 2013-05-28T23:59:07 Remove unneeded function and checks in avalon write code.
Kano 05cbbd99 2013-05-28T23:56:30 CMR handle baud options
Kano df8566a7 2013-05-28T22:44:03 usb/ica add more (incomplete) CMR settings
Con Kolivas adb2ea67 2013-05-28T20:50:53 libusb_control_transfer are meant to be endian specific, but host endianness so no conversion is needed.
Kano 6041be61 2013-05-28T17:07:49 Reuse old MTX Handle
Kano 5b7e435f 2013-05-28T10:46:48 usbutils check all memory allocation
Kano 2f94ec80 2013-05-27T23:30:18 usb separate thread for resource locking and modified windows locking code
Con Kolivas a32e521d 2013-05-27T17:17:42 Implement avalon_ready and avalon_wait_ready functions for when usb is ready to receive commands.
Con Kolivas 269a8de9 2013-05-27T15:43:22 First pass rewriting serialdev into direct usb dev for avalon driver.
Con Kolivas 8fea60f3 2013-05-27T15:01:13 Define a cts equivalent for direct usb and use it for avalon driver full.
Kano 6c952105 2013-05-26T10:49:42 usbutils ensure it compiles without stats
Kano aa9bf2cb 2013-05-26T10:33:47 usbutils include transfer mode in usbstats
Kano b1b93054 2013-05-26T08:34:06 usbutils handle bulk_transfer partial writes
Kano ab080fa6 2013-05-23T15:50:07 usbutils make all windows timeouts 999ms
Kano 2baa5b9c 2013-05-23T11:45:12 usb add another Cairnsmore1 USB chip
Kano 511bbb05 2013-05-22T23:49:08 CMR usb config guess
Kano 87d994b6 2013-05-22T23:22:00 usb add transfer_read and commented out in icarus
Kano 6a0b48a6 2013-05-20T22:37:52 usbutils allow unrounded control transfers
Kano 0c3f00c5 2013-05-20T21:58:04 icarus ICA initialisation
Kano 56a96b41 2013-05-20T00:48:15 icarus AMU config transfers
Kano e43f265a 2013-05-19T19:09:13 usbutils name latency correctly
Con Kolivas 546be35c 2013-05-18T13:16:17 Merge branch 'icarus-dev' of github.com:ckolivas/cgminer into icarus-dev
Kano 5e588d87 2013-05-18T01:56:00 icarus test nodev everywhere
Kano 250e4353 2013-05-18T01:39:56 usbutils/icarus separate FTDI transfer values and more debug
Kano 8f4547da 2013-05-17T22:05:53 usbutils add rest of icarus
Con Kolivas 22e677f4 2013-05-17T21:25:38 Merge branch 'icarus-dev' of github.com:ckolivas/cgminer into icarus-dev
Con Kolivas e128f90e 2013-05-17T21:13:36 Merge branch 'master' of github.com:ckolivas/cgminer
Kano 05a385cc 2013-05-17T13:49:41 usbutils new command for icarus
Kano e89c921a 2013-05-16T22:16:15 usb add a numeric sub-indentity for each name
Kano 2631b55e 2013-05-16T21:38:55 usbutils - make FTDI handling automatic
Kano 92e5ee9d 2013-05-16T19:41:53 fix duplicate name
Kano 2a0b712e 2013-05-16T19:39:40 usbutils set Black Arrow Lancelot's as BAL and match the lot->llt name
Kano 28f4fc64 2013-05-16T19:33:30 usbutils identify Icarus devices
Con Kolivas 0a15beb7 2013-05-16T12:38:48 libusb_control_transfer 16 bit words are endian specific.
Kano 6493554a 2013-05-15T17:39:25 usb_applog separate amt display
Kano 05dd48ac 2013-05-05T22:04:46 usbutils/mmq fixed size usb_read default to wait for all data
Kano f518f336 2013-05-05T14:06:02 usbutils optional (disabled by default) dev debug
Con Kolivas 8e117050 2013-05-04T20:19:46 Avalon usb interface should be 0.
Con Kolivas 4a39f039 2013-05-04T16:42:58 Add more debug for failure to USB init.
Kano 56a45778 2013-05-02T23:02:35 usbutils correct applog typing
Kano d3d90e65 2013-04-29T00:24:46 usbutils remove_in_use break
Kano bfdbec1d 2013-04-29T00:11:12 usbutils remove_in_use yet again
Kano d436beb7 2013-04-29T00:04:35 usbutils remove_in_use missing prev
Kano 2ae4840c 2013-04-28T23:11:41 usbutils missing add_in_use
Kano 2c97b8b8 2013-04-28T19:00:25 usb_init() allow it to ignore a device and show no message
Kano 95f467b2 2013-04-28T17:47:28 usbutils don't even attempt to detect a device we already have
Kano a436ede6 2013-04-28T13:28:52 usbutils correct BFL name
Kano ebfa56db 2013-04-28T12:49:32 usbutils allow device selection to specify expected Manufacturer/Product strings
Kano bd4d04b2 2013-04-27T00:07:42 bflsc add volt stats
Con Kolivas 3ab81ee6 2013-04-21T19:14:52 Use cgtime in usbutils.c
Kano b7b5b9de 2013-04-07T07:46:45 usbutils more stats for bflsc
Kano 8dd1ed24 2013-03-31T21:58:48 usbutils extra message requirements
Kano cef96ddb 2013-03-30T01:21:02 usbutils.c usb_cmdname() usb_cmds -> string name
Kano e88652bc 2013-03-29T21:33:57 BFL FPGA Windows timeout set to 999ms
Kano 956d4440 2013-03-21T15:25:10 avalon usbutils requirements
Kano e07d21be 2013-03-17T15:28:24 usbutils use it's own internal read buffer
Kano b29828e8 2013-03-16T21:54:34 usbutils allow read termination match to be a string
Kano c63ae9d9 2013-03-16T16:02:43 usbutils spelling :)
Kano 2ce62f3d 2013-03-15T15:47:50 add a dummy ztex to usbutils so cgminer -n lists ztex also
Kano a6f17cbf 2013-03-15T02:19:42 USB device list - convert some common error numbers to messages
Kano 26341bbf 2013-03-15T00:30:48 USB -n 'known' text only without ---usb-list-all
Kano 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
Kano 154e4f4b 2013-03-13T11:04:05 usbutils allow call of usb_all() from other code
Kano 6acda937 2013-03-11T11:27:35 --usb-dump display brief dump if value = 0