Re: [PATCH 1/6] Haptic: add haptic class
From: Jani Nikula <hidden>
Date: 2009-10-13 10:36:57
Also in:
lkml
From: Jani Nikula <hidden>
Date: 2009-10-13 10:36:57
Also in:
lkml
On Wed, Oct 7, 2009 at 09:17, Kyungmin Park [off-list ref] wrote:
New haptic class support. This class handles the haptic devices.
I'm wondering why a haptic class is needed when there is force feedback support. Admittedly, I don't know the force feedback implementation too well, but could someone please enlighten me on this? Am I missing something here? I see haptics as simple force feedback, just with (usually) small force and short duration. There are devices out there doing haptics using vibra motors, which I think would be limited if implemented using this haptics class driver. Would it be somehow problematic interfacing with the simple haptic hardware using the force feedback API? BR, Jani.