search for: asem_i2c

Displaying 5 results from an estimated 5 matches for "asem_i2c".

2014 Jul 07
0
[PATCH] Support for ASEM UPS on Linux/i2c
...t; and seems ok. Sorry I did not test this sooner - this went to Gmane but not to my email. If you have time, could you please write up a quick man page for this driver? Also, there seem to be some missing symbols and include files: http://buildbot.networkupstools.org/public/nut/waterfall?branch=asem_i2c
2014 Jun 23
4
[PATCH] Support for ASEM UPS on Linux/i2c
On 18/06/2014 04:17, Charles Lepple wrote: > On Jun 13, 2014, at 2:53 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > >> As said in previous mail, I just finished a first working version of a driver for the UPS found on ASEM PB1300 device >> (http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/) >> Linux only, accessed
2014 Jul 07
2
[PATCH] Support for ASEM UPS on Linux/i2c
...I did not test this sooner - this went to Gmane but not to my email. > If you have time, could you please write up a quick man page for this driver? > > Also, there seem to be some missing symbols and include files: > > http://buildbot.networkupstools.org/public/nut/waterfall?branch=asem_i2c The problem is that linux/i2c-dev.h must come from libi2c-dev to define the required functions. Same header is part of the kernel, but without required functions. Changed the configure.ac check to look for the functions, not just the header. To build the driver you'll need libi2c-dev packag...
2014 Jul 07
0
[PATCH] Support for ASEM UPS on Linux/i2c
...ooner - this went to Gmane but not to my email. >> If you have time, could you please write up a quick man page for this driver? >> >> Also, there seem to be some missing symbols and include files: >> >> http://buildbot.networkupstools.org/public/nut/waterfall?branch=asem_i2c > > The problem is that linux/i2c-dev.h must come from libi2c-dev to define the required functions. Same header is part of the kernel, but without required functions. Changed the configure.ac check to look for the functions, not just the header. > To build the driver you'll need libi2...
2014 Jul 08
2
[PATCH] Support for ASEM UPS on Linux/i2c
...to Gmane but not to my email. >>> If you have time, could you please write up a quick man page for this driver? >>> >>> Also, there seem to be some missing symbols and include files: >>> >>> http://buildbot.networkupstools.org/public/nut/waterfall?branch=asem_i2c >> >> The problem is that linux/i2c-dev.h must come from libi2c-dev to define the required functions. Same header is part of the kernel, but without required functions. Changed the configure.ac check to look for the functions, not just the header. >> To build the driver you'll...