HID: Add support for Toshiba WT10A tablet bluetooth keyboard
authorHans de Goede <hdegoede@redhat.com>
Fri, 1 Feb 2019 15:18:07 +0000 (16:18 +0100)
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>
Thu, 7 Feb 2019 15:44:46 +0000 (16:44 +0100)
commitaa2d495f0cac219d5be1d64f6bf16e7c24cfb148
treecc1de4ba6a402ae625b5ce3308a10371aadc114f
parentd47e3da1759230e394096fd742aad423c291ba48
HID: Add support for Toshiba WT10A tablet bluetooth keyboard

The bluetooth-keyboard which comes with the Toshiba WT10A tablet uses
a couple of usage codes in the vendor specific ffbc page.

The keyboard has a vendor-id of 04f2 which maps to Chicony.

Other then adding a few keymappings for the ffbc usages, no special
handling is necessary. So rather then adding a new hid-toshiba driver,
this commit adds the ID and 2 extra key-mappings to the hid-topseed
driver. The hid-topseed driver already contains mapping for some
ffbc usages (and does nothing else) and it already binds to another
Chicony manufactured keyboard.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
drivers/hid/hid-ids.h
drivers/hid/hid-topseed.c