search for: schmier

Displaying 6 results from an estimated 6 matches for "schmier".

2008 Jan 02
1
oneac driver patch
...tware downloaded from http://connectivity.chloridepower.com/). I only made the modifications necessary to get the driver to satisfy my immediate needs. A lot more data is available from the UPS and the driver can be improved upon further if someone has the ambition and necessary equipment. Jacob Schmier -------------- next part -------------- A non-text attachment was scrubbed... Name: oneac.pat Type: application/octet-stream Size: 3619 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20080102/c7a98c4c/attachment.obj
2007 Feb 16
1
Re: [nut-commits] svn commit r808 - in trunk: . drivers
...07, Peter Selinger <selinger-guest@alioth.debian.org> wrote: > Author: selinger-guest > Date: Thu Feb 15 22:37:04 2007 > New Revision: 808 > > Modified: > trunk/ChangeLog > trunk/drivers/libusb.c > Log: > - libusb.c: fixed small memory leak, reported by Jacob Schmier. > > > Modified: trunk/ChangeLog > ============================================================================== > --- trunk/ChangeLog (original) > +++ trunk/ChangeLog Thu Feb 15 22:37:04 2007 > @@ -1,3 +1,7 @@ > +Thu Feb 15 21:30:13 UTC 2007 / Peter Selinger <se...
2008 Jan 28
1
[nut-commits] svn commit r1249 - in trunk: . data
On Jan 28, 2008 7:47 AM, Arnaud Quette <aquette at alioth.debian.org> wrote: > + * driver.list: add compatibility information for [...] > + - Oneac XAU models Here's an excerpt from my conversation with Jacob Schmier on the Oneac model numbers: "The model numbers you listed (ON700, ON1000, ON1500, ON2000) comprise the Universal-Mount ON Series family (circa 2005). Each model number actually has two corresponding serial numbers (i.e. ON700 => ON700XAU & ON700XIU). The serial numbers with an 'A&...
2006 Oct 18
2
newhidups with APC Smart-UPS 1500
...50 an APC Smart-UPS RT 2000 XL. No more segmentation fault due to the fixed-size array. ~Jacob -----Original Message----- From: nut-upsdev-bounces@lists.alioth.debian.org [mailto:nut-upsdev-bounces@lists.alioth.debian.org] On Behalf Of Peter Selinger Sent: Monday, October 16, 2006 12:12 PM To: Schmier, Jacob Cc: NUT developers Subject: Re: [Nut-upsdev] newhidups with APC Smart-UPS 1500 Jacob and Felix, I just fixed this bug in SVN. The code now uses an allocated list, instead of a fixed-size array. Could you please test this. There should be no more segmentation fault. Thanks, -- Peter Sc...
2006 Aug 15
2
newhidups subdriver_matcher incorrectly matches USB hub
I ran into the following issue today and would like some feedback from the group. Setup: I am using a MGE Pulsar Evolution 2200 UPS connected through a Belkin (F5U218-MOB) 4-Port USB Hub. Scenario: The newhidups subdriver_matcher function calls belkin_subdriver->belkin_claim. The belkin_claim function in belkin-hid.c matches the VendorID of the hub to Belkin's VendorID (0x050d), causing
2006 Sep 08
3
newhidups with APC Smart-UPS 1500
Hello, I'm using the stable amd64 port of Debian Linux. I installed (the latest) nut-2.0.1-4 and nut-usb packages for utilizing an APC Smart-UPS 1500 USB. I tried "apcupsd" first but "nut" makes an even more sophisticated impression on me and has more security options. I had problems with the newhidups driver. It didn't find a device with matching VendorID. And