[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1004261146430.7579@pobox.suse.cz>
Date: Mon, 26 Apr 2010 11:48:24 +0200 (CEST)
From: Jiri Kosina <jkosina@...e.cz>
To: Wayne Thomas <waynethomas69@...il.com>
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: HID: expand hid-topseed driver to support BTC "Emprex 3009URF
III Vista MCE Remote"
On Sat, 24 Apr 2010, Wayne Thomas wrote:
> +config HID_BTC
> + tristate "BTC Emprex remote control support" if EMBEDDED
> + depends on USB_HID
> + default y
> + ---help---
> + Say Y if you have a BTC Emprex remote control.
> +
> config HID_CHERRY
> tristate "Cherry" if EMBEDDED
> depends on USB_HID
> diff -uprN linux-2.6.33-clean/drivers/hid/Makefile linux/drivers/hid/Makefile
> --- linux-2.6.33-clean/drivers/hid/Makefile 2010-04-22 20:48:43.000000000 +0200
> +++ linux/drivers/hid/Makefile 2010-04-22 21:29:20.000000000 +0200
> @@ -22,6 +22,7 @@ endif
> obj-$(CONFIG_HID_A4TECH) += hid-a4tech.o
> obj-$(CONFIG_HID_APPLE) += hid-apple.o
> obj-$(CONFIG_HID_BELKIN) += hid-belkin.o
> +obj-$(CONFIG_HID_BTC) += hid-topseed.o
> obj-$(CONFIG_HID_CHERRY) += hid-cherry.o
> obj-$(CONFIG_HID_CHICONY) += hid-chicony.o
> obj-$(CONFIG_HID_CYPRESS) += hid-cypress.o
The separate config option for this is just overhead, I think. I'd suggest
just to update the Kconfig help text for CONFIG_TOPSPEED to mention that
it supports also this particular device.
Thanks,
--
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists