06 Jan, 2013

2 commits


07 Sep, 2012

1 commit

  • Adding processing for HID Sensor usage table as defined by
    HID 1.12, Request #: HUTRR39, dated 05 May, 2011.
    This driver uses HID driver framework to register, send and
    receive events.
    This uses MFD framework, so that actual processing for a
    specific usage id can be done in a different driver. For
    example an accelerometer driver can be a separate driver and
    use the interface provided by this driver to register for
    events.

    Signed-off-by: srinivas pandruvada
    Signed-off-by: Jiri Kosina
    Signed-off-by: Jonathan Cameron

    srinivas pandruvada