commit | 5b8c8d41919ac4985dfacd31a860e4f00f52d3a6 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun Jul 27 17:28:48 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun Jul 27 17:37:01 2014 -0300 |
tree | cbc46244c00a92a312a95cbba57463cac0820e3e | |
parent | 9683e01effc9ab3eb3c4584a39a6b87dadf5f391 [diff] |
[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>