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-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html