12 Dec, 2012

1 commit

  • It should not be necessary to add IDs for HID sensor hubs to lists in
    hid-core.c and hid-sensor-hub.c. So instead of a whitelist, autodetect such USB
    HID sensor hubs, based on a collection of type physical inside a useage page of
    type sensor. If some sensor hubs stil must be usable as raw devices, a
    blacklist might be created.

    Signed-off-by: Alexander Holler
    Acked-by: "Pandruvada, Srinivas"
    Signed-off-by: Jiri Kosina

    Alexander Holler
     

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