linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove dead MAC_ADBKEYCODES
@ 2007-11-15 15:53 Stanislav Brabec
  0 siblings, 0 replies; 4+ messages in thread
From: Stanislav Brabec @ 2007-11-15 15:53 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linuxppc-dev

It seems, that current kernel source code contains no traces of
MAC_ADBKEYCODES and no reference to keyboard_sends_linux_keycodes any
more.

Attached patch removes them from configuration files.

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>

--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -582,20 +582,6 @@ config MAC_HID
 	depends on INPUT_ADBHID
 	default y
 
-config MAC_ADBKEYCODES
-	bool "Support for ADB raw keycodes"
-	depends on INPUT_ADBHID
-	help
-	  This provides support for sending raw ADB keycodes to console
-	  devices.  This is the default up to 2.4.0, but in future this may be
-	  phased out in favor of generic Linux keycodes.  If you say Y here,
-	  you can dynamically switch via the
-	  /proc/sys/dev/mac_hid/keyboard_sends_linux_keycodes
-	  sysctl and with the "keyboard_sends_linux_keycodes=" kernel
-	  argument.
-
-	  If unsure, say Y here.
-
 config ADB_KEYBOARD
 	bool "Support for ADB keyboard (old driver)"
 	depends on MAC && !INPUT_ADBHID
--- a/arch/m68k/configs/mac_defconfig
+++ b/arch/m68k/configs/mac_defconfig
@@ -678,7 +678,6 @@ CONFIG_LOGO_MAC_CLUT224=y
 #
 CONFIG_MAC_SCC=y
 CONFIG_MAC_HID=y
-CONFIG_MAC_ADBKEYCODES=y
 CONFIG_SERIAL_CONSOLE=y
 
 #


-- 
Best Regards / S pozdravem,

Stanislav Brabec
software developer
---------------------------------------------------------------------
SUSE LINUX, s. r. o.                          e-mail: sbrabec@suse.cz
Lihovarská 1060/12                            tel: +420 284 028 966
190 00 Praha 9                                fax: +420 284 028 951
Czech Republic                                http://www.suse.cz/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] remove dead MAC_ADBKEYCODES
       [not found] <1195142010.14001.21.camel@hammer.suse.cz>
@ 2007-11-16  9:44 ` Geert Uytterhoeven
  2007-11-16 13:25   ` Dmitry Torokhov
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2007-11-16  9:44 UTC (permalink / raw)
  To: Stanislav Brabec
  Cc: linux-input, Linux/PPC Development, Linux/m68k, Dmitry Torokhov


Wrong mailing list ;-)

On Thu, 15 Nov 2007, Stanislav Brabec wrote:
> It seems, that current kernel source code contains no traces of
> MAC_ADBKEYCODES and no reference to keyboard_sends_linux_keycodes any
> more.
> 
> Attached patch removes them from configuration files.
> 
> Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>

Acked-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>

> --- a/arch/m68k/Kconfig
> +++ b/arch/m68k/Kconfig
> @@ -582,20 +582,6 @@ config MAC_HID
>  	depends on INPUT_ADBHID
>  	default y
>  
> -config MAC_ADBKEYCODES
> -	bool "Support for ADB raw keycodes"
> -	depends on INPUT_ADBHID
> -	help
> -	  This provides support for sending raw ADB keycodes to console
> -	  devices.  This is the default up to 2.4.0, but in future this may be
> -	  phased out in favor of generic Linux keycodes.  If you say Y here,
> -	  you can dynamically switch via the
> -	  /proc/sys/dev/mac_hid/keyboard_sends_linux_keycodes
> -	  sysctl and with the "keyboard_sends_linux_keycodes=" kernel
> -	  argument.
> -
> -	  If unsure, say Y here.
> -
>  config ADB_KEYBOARD
>  	bool "Support for ADB keyboard (old driver)"
>  	depends on MAC && !INPUT_ADBHID
> --- a/arch/m68k/configs/mac_defconfig
> +++ b/arch/m68k/configs/mac_defconfig
> @@ -678,7 +678,6 @@ CONFIG_LOGO_MAC_CLUT224=y
>  #
>  CONFIG_MAC_SCC=y
>  CONFIG_MAC_HID=y
> -CONFIG_MAC_ADBKEYCODES=y
>  CONFIG_SERIAL_CONSOLE=y
>  
>  #
> 

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] remove dead MAC_ADBKEYCODES
  2007-11-16  9:44 ` [PATCH] remove dead MAC_ADBKEYCODES Geert Uytterhoeven
@ 2007-11-16 13:25   ` Dmitry Torokhov
  2007-11-16 15:09     ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2007-11-16 13:25 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Stanislav Brabec, linux-input, Linux/m68k, Linux/PPC Development

On Nov 16, 2007 4:44 AM, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> Wrong mailing list ;-)
>
> On Thu, 15 Nov 2007, Stanislav Brabec wrote:
> > It seems, that current kernel source code contains no traces of
> > MAC_ADBKEYCODES and no reference to keyboard_sends_linux_keycodes any
> > more.
> >
> > Attached patch removes them from configuration files.
> >
> > Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
>
> Acked-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
>

Geert, are you going to push it through your tree?

-- 
Dmitry

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] remove dead MAC_ADBKEYCODES
  2007-11-16 13:25   ` Dmitry Torokhov
@ 2007-11-16 15:09     ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2007-11-16 15:09 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Stanislav Brabec, linux-input, Linux/m68k, Linux/PPC Development

On Fri, 16 Nov 2007, Dmitry Torokhov wrote:
> On Nov 16, 2007 4:44 AM, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> > Wrong mailing list ;-)
> >
> > On Thu, 15 Nov 2007, Stanislav Brabec wrote:
> > > It seems, that current kernel source code contains no traces of
> > > MAC_ADBKEYCODES and no reference to keyboard_sends_linux_keycodes any
> > > more.
> > >
> > > Attached patch removes them from configuration files.
> > >
> > > Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
> >
> > Acked-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
> >
> 
> Geert, are you going to push it through your tree?

Yes, I'll add it to my queue for 2.6.25.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-16 15:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1195142010.14001.21.camel@hammer.suse.cz>
2007-11-16  9:44 ` [PATCH] remove dead MAC_ADBKEYCODES Geert Uytterhoeven
2007-11-16 13:25   ` Dmitry Torokhov
2007-11-16 15:09     ` Geert Uytterhoeven
2007-11-15 15:53 Stanislav Brabec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).