Re: Input: HID - add support for fn key on Apple PowerBooks

From: Vojtech Pavlik
Date: Mon Jan 16 2006 - 05:43:35 EST


On Mon, Jan 16, 2006 at 11:33:41AM +0100, Olaf Hering wrote:

> > diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
> > index 509dd0a..5246b35 100644
> > --- a/drivers/usb/input/Kconfig
> > +++ b/drivers/usb/input/Kconfig
> > @@ -37,6 +37,16 @@ config USB_HIDINPUT
> >
> > If unsure, say Y.
> >
> > +config USB_HIDINPUT_POWERBOOK
> > + bool "Enable support for iBook/PowerBook special keys"
> > + default n
> > + depends on USB_HIDINPUT
> > + help
> > + Say Y here if you want support for the special keys (Fn, Numlock) on
> > + Apple iBooks and PowerBooks.
>
> Should this depend on CONFIG_$powerbook?

It could, but will still compile and not cause any trouble on
non-powerbooks, so there isn't much reason to restrict it.

--
Vojtech Pavlik
SuSE Labs, SuSE CR
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/