CHROMEOS: HID: Support for Logitech T651 Touchpad
authorAndrew de los Reyes <adlr@chromium.org>
Sun, 24 Feb 2013 18:45:11 +0000 (10:45 -0800)
committerChromeBot <chrome-bot@google.com>
Thu, 28 Mar 2013 02:59:30 +0000 (19:59 -0700)
commit4270db5ff324cd73732b84cd15e4524640bd93e3
tree99b28334c138b89d3d1b25206a6f86a404d2ef33
parent3cef53b0527d567e2bce1c31b7b250d1c77b0ca4
CHROMEOS: HID: Support for Logitech T651 Touchpad

This touchpad is similar to the T650, but has a few notable
differences:

- It connects via Bluetooth as opposed to the Unifying Receiver

- The raw data reports are in a unique format appended to normal mouse
  reports. The mouse reports must be ignored. Putting this pad into
  raw data mode will work as the T650 does, but Nestor Lopez Casado of
  Logitech advises against as that mode as it's not officially
  supported.

BUG=chromium:223138
TEST=Manually tested on device. Will add base regression tests.

Signed-off-by: Andrew de los Reyes <adlr@chromium.org>
Change-Id: I9c6e3359f08508c54c47e79bec1bbc0121d0b06c
Reviewed-on: https://gerrit.chromium.org/gerrit/46683
Reviewed-by: Yufeng Shen <miletus@chromium.org>
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-logitech-hidpp.c
drivers/hid/hid-logitech-hidpp.h
drivers/hid/hid-logitech-wtp.c