[kernel] r10079 - dists/trunk/linux-2.6/debian/config/sparc

Maximilian Attems maks at alioth.debian.org
Tue Jan 8 01:24:14 UTC 2008


Author: maks
Date: Tue Jan  8 01:24:14 2008
New Revision: 10079

Log:
fix trying to assign nonexistent symbol USB_KBTAB


Modified:
   dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
   dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp

Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64	(original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64	Tue Jan  8 01:24:14 2008
@@ -154,7 +154,7 @@
 # Video Capture Adapters
 CONFIG_USB_STORAGE_SDDR09=y
 CONFIG_B44=m
-# CONFIG_USB_KBTAB is not set
+# CONFIG_TABLET_USB_KBTAB is not set
 CONFIG_RWSEM_XCHGADD_ALGORITHM=y
 # CONFIG_SENSORS_LM75 is not set
 CONFIG_DM9102=m

Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp	(original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp	Tue Jan  8 01:24:14 2008
@@ -154,7 +154,7 @@
 # Video Capture Adapters
 CONFIG_USB_STORAGE_SDDR09=y
 CONFIG_B44=m
-# CONFIG_USB_KBTAB is not set
+# CONFIG_TABLET_USB_KBTAB is not set
 CONFIG_RWSEM_XCHGADD_ALGORITHM=y
 # CONFIG_SENSORS_LM75 is not set
 CONFIG_DM9102=m



More information about the Kernel-svn-changes mailing list