[media] mceusb: select default keytable based on vendor
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 27 Jul 2014 20:28:48 +0000 (17:28 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sun, 27 Jul 2014 20:37:01 +0000 (17:37 -0300)
commit5b8c8d41919ac4985dfacd31a860e4f00f52d3a6
treecbc46244c00a92a312a95cbba57463cac0820e3e
parent9683e01effc9ab3eb3c4584a39a6b87dadf5f391
[media] mceusb: select default keytable based on vendor

Some vendors have their on keymap table that are used on
all (or almost all) models for that vendor.

So, instead of specifying the keymap table per USB ID,
let's use the Vendor ID's table by default.

At the end, this will mean less code to be added when newer
devices for those vendors are added.

Of course, if rc_map is specified per board, it takes
precedence.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/rc/mceusb.c