On Sat, 6 Feb 2010, Stephane Chatty wrote: > +static int mosart_probe(struct hid_device *hdev, const struct hid_device_id *id) > +{ > + int ret; > + struct mosart_data *td; > + > + > + td = kmalloc(sizeof(struct mosart_data), GFP_KERNEL); > + if (!td) { > + dev_err(&hdev->dev, "cannot allocate MosArt data\n"); > + return -ENOMEM; > + } > + td->valid = false; > + td->activity = false; > + td->activity_now = false; > + td->first = false; > + hid_set_drvdata(hdev, td); > + > + /* currently, it's better to have one evdev device only */ > +#if 0 > + hdev->quirks |= HID_QUIRK_MULTI_INPUT; > +#endif Could you please explain what is this about? 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