V4L/DVB (5515): Use a better format to represent usbvision supported boards
authorMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 14 Apr 2007 18:09:59 +0000 (15:09 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:45:32 +0000 (15:45 -0300)
commit659ae56dcd5a50e4560cb526a0e0dc881418dad4
treea31e9662850d5db2203e7e6eb7896cbd5ef04c67
parent2c4d336468b400f9a47d6c1785d230548b89ca24
V4L/DVB (5515): Use a better format to represent usbvision supported boards

Changed usbvision cards table to allow:
1) Not repeat USB ID on two structs;
2) Not need to specify both usb and card description tables at
   the same order, removing some magic;
Some cards had duplicated names. Fixed.
A test for an specific board were doing by using a string comparation.
The comparation were wrong. Also, it is not a good practice to recognize
a board based on his string name.
Acked-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Documentation/video4linux/CARDLIST.usbvision
drivers/media/video/usbvision/usbvision-cards.c
drivers/media/video/usbvision/usbvision-cards.h [new file with mode: 0644]
drivers/media/video/usbvision/usbvision-video.c
drivers/media/video/usbvision/usbvision.h