[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1005250959150.28092@pobox.suse.cz>
Date: Tue, 25 May 2010 10:00:07 +0200 (CEST)
From: Jiri Kosina <jkosina@...e.cz>
To: Stefan Achatz <erazor_de@...rs.sourceforge.net>
Cc: Stephane Chatty <chatty@...c.fr>, wylda@...ny.cz,
Jussi Kivilinna <jussi.kivilinna@...et.fi>,
Tejun Heo <tj@...nel.org>, linux-input@...r.kernel.org,
Jerome Vidal <jerom3@...e.fr>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 5/5] HID: add chardev to propagate special events of
Roccat hardware to userland
On Tue, 25 May 2010, Jiri Kosina wrote:
> > Module roccat is a char device used to report special events of roccat
> > hardware to userland.
>
> I have now applied it.
Plus I had to apply the patch below on top of it.
From: Jiri Kosina <jkosina@...e.cz>
Subject: [PATCH] HID: roccat: fix build failure if built as module
Fix build failure when roccat and roccat-kone are built as modules.
Signed-off-by: Jiri Kosina <jkosina@...e.cz>
---
drivers/hid/hid-roccat.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/hid/hid-roccat.h b/drivers/hid/hid-roccat.h
index 40cca5b..d8aae0c 100644
--- a/drivers/hid/hid-roccat.h
+++ b/drivers/hid/hid-roccat.h
@@ -15,7 +15,7 @@
#include <linux/hid.h>
#include <linux/types.h>
-#ifdef CONFIG_HID_ROCCAT
+#if defined(CONFIG_HID_ROCCAT) || defined (CONFIG_HID_ROCCAT_MODULE)
int roccat_connect(struct hid_device *hid);
void roccat_disconnect(int minor);
int roccat_report_event(int minor, u8 const *data, int len);
--
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists