Skip to content

Commit

Permalink
HID: intel-ish-hid: ISH HID client driver
Browse files Browse the repository at this point in the history
This driver is responsible for implementing ISH HID client, which
gets HID description and report. Once it has completely gets
report descriptors, it registers as a HID LL drivers. This implements
necessary callbacks so that it can be used by HID sensor hub driver.

Original-author: Daniel Drubin <daniel.drubin@intel.com>
Reviewed-and-tested-by: Ooi, Joyce <joyce.ooi@intel.com>
Tested-by: Grant Likely <grant.likely@secretlab.ca>
Tested-by: Rann Bar-On <rb6@duke.edu>
Tested-by: Atri Bhattacharya <badshah400@aim.com>
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Srinivas Pandruvada authored and Jiri Kosina committed Aug 17, 2016
1 parent ae02e5d commit 0b28cb4
Show file tree
Hide file tree
Showing 5 changed files with 1,411 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/hid/intel-ish-hid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ obj-$(CONFIG_INTEL_ISH_HID) += intel-ish-ipc.o
intel-ish-ipc-objs := ipc/ipc.o
intel-ish-ipc-objs += ipc/pci-ish.o

obj-$(CONFIG_INTEL_ISH_HID) += intel-ishtp-hid.o
intel-ishtp-hid-objs := ishtp-hid.o
intel-ishtp-hid-objs += ishtp-hid-client.o

ccflags-y += -Idrivers/hid/intel-ish-hid/ishtp
Loading

0 comments on commit 0b28cb4

Please sign in to comment.