Jonathan Dion
2006-Aug-18 07:52 UTC
[Nut-upsdev] Gathering information : drivers and UPS infos
Hello NUT ! In order to fill info structure I'm putting in the drivers, I need to gather a lot of information. The information I need, at best, is : - For each USB UPS, the pair VendorID ProductID - For each pair Driver/UPS supported, how was made the driver ? By the manufacturer, by reverse engineering, ... - Who contributed to which driver - Who is the "maintener" of each driver I already have some of this information, but not all. For instance when a claim function only match the VendorID, I don't know the ProductID of the UPSs. If you have some piece of information about this, please send it to me. Not only will it be usefull to fill the structure, but also to take stock of what have been done so far I thank you in advance for your participation Jonathan Dion
Peter Selinger
2006-Aug-19 20:02 UTC
[Nut-upsdev] Gathering information : drivers and UPS infos
Jonathan Dion wrote:> > Hello NUT ! > > In order to fill info structure I'm putting in the drivers, I need to > gather a lot of information. > > The information I need, at best, is : > > - For each USB UPS, the pair VendorID ProductIDAll the VendorID/ProductID pairs that I know of are listed in scripts/hotplug.> - For each pair Driver/UPS supported, how was made the driver ? By the > manufacturer, by reverse engineering, ...belkinunv: by reverse engineering. I am the author and the maintainer newhidups: belkin and tripplite: by reverse engineering. apc: don't know. mge: by Arnaud/the manufacturer> - Who contributed to which driverI contributed to newhidups and belkinunv.> - Who is the "maintener" of each driverI maintain newhidups and belkinunv (this information is already in MAINTAINERS). -- Peter> I already have some of this information, but not all. For instance > when a claim function only match the VendorID, I don't know the > ProductID of the UPSs. > > If you have some piece of information about this, please send it to > me. Not only will it be usefull to fill the structure, but also to > take stock of what have been done so far > > I thank you in advance for your participation > > Jonathan Dion > > _______________________________________________ > Nut-upsdev mailing list > Nut-upsdev@lists.alioth.debian.org > http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev >
Charles Lepple
2006-Aug-19 21:04 UTC
[Nut-upsdev] Gathering information : drivers and UPS infos
On 8/18/06, Jonathan Dion <dion.jonathan@gmail.com> wrote:> - For each USB UPS, the pair VendorID ProductIDFor the tripplite_usb UPSes listed in data/drivers.list: VID=0x09ae PID=0x0001 There might be other PID values, but those are the only ones I know for sure.> - For each pair Driver/UPS supported, how was made the driver ? By the > manufacturer, by reverse engineering, ...reverse-engineering> - Who contributed to which driverI adapted Russell Kroll's tripplite.c to USB.> - Who is the "maintener" of each driverI suppose that's me. -- - Charles Lepple