]> git.karo-electronics.de Git - mv-sheeva.git/commit
[media] mceusb: add a per-model structure
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 22 Oct 2010 14:50:37 +0000 (11:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 22 Oct 2010 22:05:37 +0000 (20:05 -0200)
commit37dbd3a64ed6dd62ab5a49dbfcfae7e8ac0413a9
tree7329dbbedfb18c4d5b7770a5fd5507388229d8d4
parent39dc5c3adf65bf86115aeccd740993256e6a22d4
[media] mceusb: add a per-model structure

The previous logic needed duplicate USB table structs, one to store
the list of the devices, and 3 sets of other structs, to store the
quirks list.

With this change, devices that require expecial quirks just need to
have a .driver_info = <quirk entry>.

It also allows adding some extra quirks, like per-model RC tables.

As a bonus, this patch reduced in 10% the data segment size:

   text    data     bss     dec     hex filename
  15487    5008       4   20499    5013 old/mceusb.ko
  15438    4496       4   19938    4de2 new/mceusb.ko

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
drivers/media/IR/mceusb.c