Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/linuxwacom/files: linuxwacom-0.8.2-kernel-2.6.29.patch
Date: Thu, 02 Apr 2009 08:59:01
Message-Id: E1LpIlG-0005P4-NP@stork.gentoo.org
1 ikelos 09/04/02 08:58:58
2
3 Added: linuxwacom-0.8.2-kernel-2.6.29.patch
4 Log:
5 Version bump to 0.8.2_p2 (fixing bug 255087).
6 (Portage version: 2.2_rc28/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 x11-drivers/linuxwacom/files/linuxwacom-0.8.2-kernel-2.6.29.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/files/linuxwacom-0.8.2-kernel-2.6.29.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/linuxwacom/files/linuxwacom-0.8.2-kernel-2.6.29.patch?rev=1.1&content-type=text/plain
13
14 Index: linuxwacom-0.8.2-kernel-2.6.29.patch
15 ===================================================================
16 diff --git a/src/2.6.27/wacom_sys.c b/src/2.6.27/wacom_sys.c
17 index 9e534d1..bc54e9f 100755
18 --- a/src/2.6.27/wacom_sys.c
19 +++ b/src/2.6.27/wacom_sys.c
20 @@ -539,7 +539,7 @@ static int __init wacom_init(void)
21 wacom_driver.id_table = get_device_table();
22 result = usb_register(&wacom_driver);
23 if (result == 0)
24 - info(DRIVER_VERSION ":" DRIVER_DESC);
25 + printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_VERSION ":" DRIVER_DESC "\n");
26 return result;
27 }