search for: megatec_subdrv_bann

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

Did you mean: megatec_subdrv_banner
2007 Aug 13
2
[nut-commits] svn commit r1049 - in trunk: . drivers
...ew-names.txt: > > Modified: trunk/drivers/megatec_usb.c > ============================================================================== > --- trunk/drivers/megatec_usb.c (original) > +++ trunk/drivers/megatec_usb.c Mon Aug 13 13:09:43 2007 > @@ -132,8 +132,8 @@ > > void megatec_subdrv_banner() > { > - printf("Serial-over-USB transport layer for Megatec protocol driver [%s]\n\n", progname); > - /* printf("Andrey Lelikov (c) 2006, Alexander Gordeev (c) 2006-2007, Jon Gough (c) 2007\n\n"); */ > + printf("Serial-over-USB transport layer for Megatec p...
2007 May 25
0
Patch -- SVN revision in the version string
...) { - printf("Network UPS Tools %s - Megatec protocol driver %s [%s]\n", UPS_VERSION, DRV_VERSION, progname); + printf("Network UPS Tools %s - Megatec protocol driver %s [%s]\n", upsversion(), DRV_VERSION, progname); printf("Carlos Rodrigues (c) 2003-2007\n\n"); megatec_subdrv_banner(); Index: drivers/mge-shut.c =================================================================== --- drivers/mge-shut.c (revision 916) +++ drivers/mge-shut.c (working copy) @@ -282,7 +282,7 @@ void upsdrv_banner (void) { printf("Network UPS Tools - %s %s (%s)\n", - DRIVER_NAME, D...