On Wed, 17 Feb 2010, Jari Vanhala wrote: > TWL4030 Vibrator implemented via HID Force Feedback interface. This uses > MFD TWL4030 codec and own workqueue. Hi Jari, thanks for the driver. > Signed-off-by: Jari Vanhala <ext-jari.vanhala@xxxxxxxxx> --- > drivers/hid/Kconfig | 8 + > drivers/hid/Makefile | 1 + > drivers/hid/hid-twl4030-vibra.c | 292 +++++++++++++++++++++++++++++++++++++++ > 3 files changed, 301 insertions(+), 0 deletions(-) > create mode 100644 drivers/hid/hid-twl4030-vibra.c As the device doesn't seem to be registering itself on the HID bus at all, I am not sure we want to put it together with all the HID drivers. Maybe drivers/input/misc would be more appropriate? -- 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