greybus: hid: hid should not be part of the bridged-phy driver.
authorGreg Kroah-Hartman <gregkh@google.com>
Thu, 5 Nov 2015 04:46:14 +0000 (20:46 -0800)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 6 Nov 2015 02:00:29 +0000 (18:00 -0800)
commitc9e9de26f912bc0e5bca6a5168e7d5d427d2b2ee
tree96d206a3f42b6af0b5b42370116287b2052aca5f
parenta52028626accc2ae26c9ce03ec7bba68146b8456
greybus: hid: hid should not be part of the bridged-phy driver.

HID is a stand-alone greybus protocol, not part of the bridged-phy
protocols, so make it a stand-alone kernel module.

Note, some hard-coded android init script might need to be changed to
load the gb-hid.ko kernel module now.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/staging/greybus/Makefile
drivers/staging/greybus/gpbridge.c
drivers/staging/greybus/hid.c
drivers/staging/greybus/protocol.h