Am Samstag, den 10.04.2010, 16:43 +0200 schrieb Stephane Chatty: > Added support for the eGalax dual-touch panel, found on the Asus EeePC T101MT > +static void egalax_remove(struct hid_device *hdev) > +{ > + hid_hw_stop(hdev); > + kfree(hid_get_drvdata(hdev)); > + hid_set_drvdata(hdev, NULL); > +} Why not using hid_hw_stop() instead of hid_set_drvdata()? -- 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