160 Commits (a7f9bf3c52fdf8162c67f3527904061ddba4423c)

Author SHA1 Message Date
Con Kolivas 3d631b7cbb Enforce half timeout sized sleeps in usb_read if we find the device is not respecting libusb timeouts to avoid polling frequently. 11 years ago
Kano 8c1366113c usbutils semun use proper def for linux which fixes OSX also 11 years ago
Con Kolivas eec1a86af0 Update copyrights of modified files. 11 years ago
Con Kolivas 56a20e0125 Make usb_ftdi_cts use the _usb_transfer_read function. 11 years ago
Kano 74d7f55648 usbutils automatically track IO errors 11 years ago
Kano 3f4b717ac2 usbutils allow a short wait for resources to be released 11 years ago
Kano 5869539e67 correct semaphore timeout comment 11 years ago
Con Kolivas cc04d3abc7 Use a counting semaphore to signal the usb resource thread that it has work to do. 11 years ago
ckolivas 641883a572 Check for no usb device in usb_ftdi_cts 11 years ago
ckolivas f3093803d1 Check for valid usbdev in _usb_read in case the device has been unplugged. 11 years ago
Con Kolivas fa059b3cba usb_transfer_read should also not play with the endianness. 11 years ago
Con Kolivas 0177b41010 Use the USB wrappers for avalon, telling usbutils that we want the raw data. 11 years ago
Con Kolivas 772b354ea9 Remove unneeded function and checks in avalon write code. 11 years ago
Kano 05cbbd99bb CMR handle baud options 11 years ago
Kano df8566a78c usb/ica add more (incomplete) CMR settings 11 years ago
Con Kolivas adb2ea672d libusb_control_transfer are meant to be endian specific, but host endianness so no conversion is needed. 11 years ago
Kano 6041be6142 Reuse old MTX Handle 11 years ago
Kano 5b7e435f60 usbutils check all memory allocation 11 years ago
Kano 2f94ec8025 usb separate thread for resource locking and modified windows locking code 11 years ago
Con Kolivas a32e521d0a Implement avalon_ready and avalon_wait_ready functions for when usb is ready to receive commands. 11 years ago
Con Kolivas 269a8de977 First pass rewriting serialdev into direct usb dev for avalon driver. 11 years ago
Con Kolivas 8fea60f384 Define a cts equivalent for direct usb and use it for avalon driver full. 11 years ago
Kano 6c952105ed usbutils ensure it compiles without stats 11 years ago
Kano aa9bf2cbb9 usbutils include transfer mode in usbstats 11 years ago
Kano b1b93054cd usbutils handle bulk_transfer partial writes 11 years ago
Kano ab080fa681 usbutils make all windows timeouts 999ms 11 years ago
Kano 2baa5b9c22 usb add another Cairnsmore1 USB chip 11 years ago
Kano 511bbb050c CMR usb config guess 12 years ago
Kano 87d994b6ea usb add transfer_read and commented out in icarus 12 years ago
Kano 6a0b48a650 usbutils allow unrounded control transfers 12 years ago
Kano 0c3f00c567 icarus ICA initialisation 12 years ago
Kano 56a96b4138 icarus AMU config transfers 12 years ago
Kano e43f265a60 usbutils name latency correctly 12 years ago
Kano 5e588d87f4 icarus test nodev everywhere 12 years ago
Kano 250e435313 usbutils/icarus separate FTDI transfer values and more debug 12 years ago
Kano 8f4547da99 usbutils add rest of icarus 12 years ago
Kano 05a385ccfc usbutils new command for icarus 12 years ago
Kano e89c921ab0 usb add a numeric sub-indentity for each name 12 years ago
Kano 2631b55ee2 usbutils - make FTDI handling automatic 12 years ago
Kano 92e5ee9d66 fix duplicate name 12 years ago
Kano 2a0b712ed5 usbutils set Black Arrow Lancelot's as BAL and match the lot->llt name 12 years ago
Kano 28f4fc64fd usbutils identify Icarus devices 12 years ago
Con Kolivas 0a15beb742 libusb_control_transfer 16 bit words are endian specific. 12 years ago
Kano 6493554acb usb_applog separate amt display 12 years ago
Kano 05dd48ace1 usbutils/mmq fixed size usb_read default to wait for all data 12 years ago
Kano f518f33674 usbutils optional (disabled by default) dev debug 12 years ago
Con Kolivas 8e117050e3 Avalon usb interface should be 0. 12 years ago
Con Kolivas 4a39f03919 Add more debug for failure to USB init. 12 years ago
Kano 56a45778f8 usbutils correct applog typing 12 years ago
Kano d3d90e65fa usbutils remove_in_use break 12 years ago