compat-wireless: add support for CONFIG_HID_GENERIC
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 7 May 2012 03:32:32 +0000 (20:32 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Mon, 7 May 2012 03:32:32 +0000 (20:32 -0700)
commitab0d1f0ed7a28866f2fbe2eca7c83843ffeace96
tree2ca347c0e0ff5e2a79a86eb3e924db41bda7df24
parent876345d67872725589d207b23bf2e5ac722b1eb6
compat-wireless: add support for CONFIG_HID_GENERIC

The HID driver code was moved to a separate module under
CONFIG_HID_GENERIC. We remove the old code that had patched
support for it given that ifdef'd code around calls to
hid_register_driver() and friends given that this was only
available on kernels >= 2.6.28. We simply only compile the
code in question on newer kernels.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
config.mk
patches/16-bluetooth.patch