search for: ecob

Displaying 2 results from an estimated 2 matches for "ecob".

Did you mean: eco
2011 Aug 05
2
Request for new UPS support : Tecnoware ECO LCD 650VA
...not show UPS Manufacturer, UPS Model, UPS Version and Temperature. - vendorid = 0001, productid = 0000 - FreeNAS 8.0.1 beta 4 with NUT 2.4 unable to talk with this UPS - FreeBSD 8.2 with compiled NUT 2.6.1 unable to talk with this UPS, and I put in ups.conf file all possible variants of subdriver [ecob] driver = blazer_usb vendorid = 0001 productid = 0000 subdriver = phoenix/krauler/cypress/ippon I can provide USB trace log in HTML format if you interested (from USBTrace by SysNucleus). ftp://ftp.belam.lv/tmp/UTLog-Tecnoware_ECO_LCD_650.zip Please help! F1! -------------- next part ------------...
2020 Apr 01
2
[RFC] [Windows SEH] Local_Unwind (Jumping out of a _finally) and -EHa (Hardware Exception Handling)
Hi, all, The intend of this thread is to complete the support for Windows SEH. Currently there are two major missing features: Jumping out of a _finally and Hardware exception handling. The document below is my proposed design and implementation to fully support SEH on LLVM. I have completely implemented this design on a branch in repo: