search for: sweex_pp100

Displaying 1 result from an estimated 1 matches for "sweex_pp100".

2007 Oct 31
0
NUT usbhid -- trying to write USB (sub)drivers
...document on writing USB subdriver and > decided to give it a go. The NUT version I'm using is a > development from the SVN trunk. > > My ups.conf has the following entries: > > [PowerMust_800_USB] > driver = usbhid-ups > port = auto > vendorid = 06da > > [sweex_PP100] > driver = usbhid-ups > port = auto > vendorid = 0925 > > I needed to add those becouse the 'auto' command seems not > to be supported in the SVN trunk version. > trunk]$ svn update > At revision 1150. > > My C coding skills have been neglected lately so...