On Tue, 22 Dec 2009, Stephane Chatty wrote: > Added support for 3M multitouch panels. ... I had to fix trivial build failure (3M vs. MMM inconsistency in defines). > +config HID_3M_PCT > + tristate "3M PCT" if EMBEDDED > + depends on USB_HID > + default !EMBEDDED Hmm, I wouldn't be so sure about this in this case ... the point behind 'default !EMBEDDED' was that simple a straightforward quirks for HID devices (which are implemented as drivers on HID bus) wouldn't have to be enabled separately, if the device is otherwise more-or-less HID standard compliant. But this driver is rather standalone driver, I guess we'd want to have it normally selectable. -- 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