aboutsummaryrefslogtreecommitdiffstats
path: root/drv_G15.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_G15.c')
-rw-r--r--drv_G15.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drv_G15.c b/drv_G15.c
index 2f9ae4d..7922190 100644
--- a/drv_G15.c
+++ b/drv_G15.c
@@ -1,4 +1,4 @@
-/* $Id: drv_G15.c 728 2007-01-14 11:14:38Z michael $
+/* $Id: drv_G15.c 773 2007-02-25 12:39:09Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_G15.c $
*
* Driver for Logitech G-15 keyboard LCD screen
@@ -511,7 +511,7 @@ int drv_G15_init(const char *section, const int quiet)
{
int ret;
- info("%s: %s", Name, "$Rev: 728 $");
+ info("%s: %s", Name, "$Rev: 773 $");
DEBUG("entered");
@@ -584,8 +584,8 @@ int drv_G15_quit(const int quiet)
DRIVER drv_G15 = {
- name:Name,
- list:drv_G15_list,
- init:drv_G15_init,
- quit:drv_G15_quit,
+ .name = Name,
+ .list = drv_G15_list,
+ .init = drv_G15_init,
+ .quit = drv_G15_quit,
};