From aa4c7411b799ccebf28303ee57375d9267e4371d Mon Sep 17 00:00:00 2001 From: Uwe Stuehler Date: Thu, 17 Nov 2005 05:26:32 +0000 Subject: Sharp CE-RH2 remote control driver --- sys/arch/zaurus/conf/GENERIC | 8 +++++--- sys/arch/zaurus/conf/files.zaurus | 7 ++++++- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'sys/arch/zaurus/conf') diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 9f4a95a5acc..88724956786 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.44 2005/08/28 05:30:43 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.45 2005/11/17 05:26:31 uwe Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -184,8 +184,10 @@ wsdisplay* at lcd? console ? zssp0 at pxaip? # ADC, touch screen, backlight apm0 at pxaip? # APM emulation -zaudio0 at pxaip? # Zaurus I2S/I2C sound -audio* at zaudio? +zaudio0 at pxaip? # Zaurus I2S/I2C sound +audio* at zaudio? +zrc0 at pxaip? # Zaurus remote control +wskbd* at zrc? mux 1 # Pseudo-Devices pseudo-device wsmux 2 # mouse & keyboard multiplexor diff --git a/sys/arch/zaurus/conf/files.zaurus b/sys/arch/zaurus/conf/files.zaurus index 5257b66812a..56a37e31367 100644 --- a/sys/arch/zaurus/conf/files.zaurus +++ b/sys/arch/zaurus/conf/files.zaurus @@ -1,4 +1,4 @@ -# $OpenBSD: files.zaurus,v 1.20 2005/07/01 23:51:55 uwe Exp $ +# $OpenBSD: files.zaurus,v 1.21 2005/11/17 05:26:31 uwe Exp $ # # First try for arm-specific configuration info # @@ -61,6 +61,11 @@ device zaudio: audio, auconv, mulaw, i2s, i2c attach zaudio at pxaip file arch/zaurus/dev/zaurus_audio.c zaudio +# Zaurus remote control +device zrc: wskbddev +attach zrc at pxaip +file arch/zaurus/dev/zaurus_remote.c zrc + # # Machine-independent ATA drivers # -- cgit v1.2.3