[parisc-linux-cvs] 2.4.18-pa41, activated new HIL drivers in drivers/hil/*, added CONFIG_HIL_KBD_BASIC config option
Helge Deller
deller@gmx.de
Tue, 25 Jun 2002 22:58:03 +0200
--Boundary-00=_blNG9PmGeYdAkqN
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline
On Tuesday 25 June 2002 22:53, Helge Deller wrote:
> CVSROOT: /var/cvs
> Module name: linux
> Changes by: deller 02/06/25 14:53:16
>
> Modified files:
> . : Makefile
> arch/parisc : config.in defconfig
>
> Log message:
> - 2.4.18-pa41
> - activate the new HIL driver directory in config.in and top Makefile
> - adjust defconfig, CONFIG_HIL now describes HIL support in general,
> before it selected the "old/basic" HIL keyboard driver which is now
> CONFIG_HIL_KBD_BASIC
*************************************************************************************
WARNING: You might need to check your .config for CONFIG_HIL_KBD_BASIC
if you still want to use HIL keyboards !!
*************************************************************************************
--Boundary-00=_blNG9PmGeYdAkqN
Content-Type: text/plain;
charset="iso-8859-1";
name=" "
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="diff"
Index: Makefile
===================================================================
RCS file: /var/cvs/linux/Makefile,v
retrieving revision 1.311
diff -u -p -r1.311 Makefile
--- Makefile 2002/06/22 09:05:59 1.311
+++ Makefile 2002/06/25 20:49:05
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 18
-EXTRAVERSION = -pa40
+EXTRAVERSION = -pa41
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
@@ -197,6 +197,7 @@ DRIVERS-$(CONFIG_HAMRADIO) += drivers/ne
DRIVERS-$(CONFIG_TC) += drivers/tc/tc.a
DRIVERS-$(CONFIG_USB) += drivers/usb/usbdrv.o
DRIVERS-$(CONFIG_INPUT) += drivers/input/inputdrv.o
+DRIVERS-$(CONFIG_HIL) += drivers/hil/hil.o
DRIVERS-$(CONFIG_I2O) += drivers/message/i2o/i2o.o
DRIVERS-$(CONFIG_IRDA) += drivers/net/irda/irda.o
DRIVERS-$(CONFIG_I2C) += drivers/i2c/i2c.o
Index: arch/parisc/config.in
===================================================================
RCS file: /var/cvs/linux/arch/parisc/config.in,v
retrieving revision 1.39
diff -u -p -r1.39 config.in
--- arch/parisc/config.in 2001/11/08 21:17:52 1.39
+++ arch/parisc/config.in 2002/06/25 20:49:07
@@ -148,6 +148,7 @@ fi
#
source drivers/input/Config.in
source drivers/char/Config.in
+source drivers/hil/Config.in
source drivers/media/Config.in
Index: arch/parisc/defconfig
===================================================================
RCS file: /var/cvs/linux/arch/parisc/defconfig,v
retrieving revision 1.51
diff -u -p -r1.51 defconfig
--- arch/parisc/defconfig 2002/02/26 00:44:43 1.51
+++ arch/parisc/defconfig 2002/06/25 20:49:07
@@ -433,11 +433,13 @@ CONFIG_TULIP=y
#
# Input core support
#
-# CONFIG_INPUT is not set
-# CONFIG_INPUT_KEYBDEV is not set
-# CONFIG_INPUT_MOUSEDEV is not set
+CONFIG_INPUT=y
+CONFIG_INPUT_KEYBDEV=y
+CONFIG_INPUT_MOUSEDEV=y
+CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
+CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
-# CONFIG_INPUT_EVDEV is not set
+CONFIG_INPUT_EVDEV=y
#
# Character devices
@@ -445,7 +447,6 @@ CONFIG_TULIP=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_GSC_PS2=y
-CONFIG_HIL=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
CONFIG_SERIAL_GSC=y
@@ -475,14 +476,36 @@ CONFIG_PSMOUSE=y
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
+# CONFIG_INPUT_NS558 is not set
+# CONFIG_INPUT_LIGHTNING is not set
+# CONFIG_INPUT_PCIGAME is not set
+# CONFIG_INPUT_CS461X is not set
+# CONFIG_INPUT_EMU10K1 is not set
+# CONFIG_INPUT_SERIO is not set
+# CONFIG_INPUT_SERPORT is not set
-#
-# Input core support is needed for gameports
#
-
-#
-# Input core support is needed for joysticks
+# Joysticks
#
+# CONFIG_INPUT_ANALOG is not set
+# CONFIG_INPUT_A3D is not set
+# CONFIG_INPUT_ADI is not set
+# CONFIG_INPUT_COBRA is not set
+# CONFIG_INPUT_GF2K is not set
+# CONFIG_INPUT_GRIP is not set
+# CONFIG_INPUT_INTERACT is not set
+# CONFIG_INPUT_TMDC is not set
+# CONFIG_INPUT_SIDEWINDER is not set
+# CONFIG_INPUT_IFORCE_USB is not set
+# CONFIG_INPUT_IFORCE_232 is not set
+# CONFIG_INPUT_WARRIOR is not set
+# CONFIG_INPUT_MAGELLAN is not set
+# CONFIG_INPUT_SPACEORB is not set
+# CONFIG_INPUT_SPACEBALL is not set
+# CONFIG_INPUT_STINGER is not set
+# CONFIG_INPUT_DB9 is not set
+# CONFIG_INPUT_GAMECON is not set
+# CONFIG_INPUT_TURBOGRAFX is not set
# CONFIG_QIC02_TAPE is not set
#
@@ -510,6 +533,24 @@ CONFIG_GENRTC=y
# CONFIG_PCMCIA_SERIAL_CS is not set
#
+# HIL support
+#
+CONFIG_HIL=y
+CONFIG_HIL_KBD_BASIC=y
+
+#
+# HIL driver core support
+#
+# CONFIG_HP_SDC is not set
+# CONFIG_HP_SDC_RTC is not set
+# CONFIG_HIL_MLC is not set
+# CONFIG_HP_SDC_MLC is not set
+
+#
+# HIL device driver
+#
+
+#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
@@ -739,10 +780,6 @@ CONFIG_SOUND_HARMONY=y
#
# USB Human Interface Devices (HID)
-#
-
-#
-# Input core support is needed for USB HID
#
#
--Boundary-00=_blNG9PmGeYdAkqN--