The patch is also pushed to wacom-devel tree [1] - please test.

[1]http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/wacom-kernel;h=refs/heads/devel
-- 
Przemo Firszt
>From 2f76ea4c4b8f2223de6deb56a3f6106237169f60 Mon Sep 17 00:00:00 2001
From: Przemo Firszt <[email protected]>
Date: Sun, 17 Jul 2011 17:35:33 +0100
Subject: [PATCH] Change HID_HIDRAW module to built-in

HID_HIDRAW is bool not tristate, so it has to be "y" (built-in)
instead of "m" (module). That patch will never end up in the mainline kernel
as it affects only wacom-devel specific wacom-kernel/Makefile

Signed-off-by: Przemo Firszt <[email protected]>
---
 wacom-kernel/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wacom-kernel/Makefile b/wacom-kernel/Makefile
index 658432a..79eb2b8 100644
--- a/wacom-kernel/Makefile
+++ b/wacom-kernel/Makefile
@@ -46,7 +46,7 @@ WACOMBTDIR := $(WACOMROOTDIR)/drivers/hid
 WACOMBTCFG := \
 	CONFIG_HID_SUPPORT=m \
 	CONFIG_HID=m \
-	CONFIG_HIDRAW=m \
+	CONFIG_HIDRAW=y \
 	CONFIG_HID_3M_PCT=n \
 	CONFIG_HID_A4TECH=n \
 	CONFIG_HID_APPLE=n \
-- 
1.7.5.4

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to