Re: [PATCH] [media] mceusb: select default keytable based on vendor

2014-07-29 Thread Mauro Carvalho Chehab
Em Tue, 29 Jul 2014 07:45:29 +0200 Matthias Schwarzott z...@gentoo.org escreveu: On 27.07.2014 22:47, Mauro Carvalho Chehab wrote: 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,

Re: [PATCH] [media] mceusb: select default keytable based on vendor

2014-07-29 Thread Matthias Schwarzott
On 29.07.2014 16:06, Mauro Carvalho Chehab wrote: Em Tue, 29 Jul 2014 07:45:29 +0200 Matthias Schwarzott z...@gentoo.org escreveu: On 27.07.2014 22:47, Mauro Carvalho Chehab wrote: Some vendors have their on keymap table that are used on all (or almost all) models for that vendor. So,

Re: [PATCH] [media] mceusb: select default keytable based on vendor

2014-07-28 Thread Matthias Schwarzott
On 27.07.2014 22:47, Mauro Carvalho Chehab wrote: 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

[PATCH] [media] mceusb: select default keytable based on vendor

2014-07-27 Thread Mauro Carvalho Chehab
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.