V4L/DVB (11894): flexcop-pci: dmesg visible names broken
authorMatthias Schwarzott <zzam@gentoo.org>
Fri, 22 May 2009 10:19:14 +0000 (07:19 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 22:14:43 +0000 (19:14 -0300)
commit1c905a4522a3913cf321365c5bb62eb2f70d55d9
tree8ae3b0322d1554fd71c4ef6b5ebe3456242d25b2
parentd95e9883ce28c23cb852d599bf0a0889527c1d09
V4L/DVB (11894): flexcop-pci: dmesg visible names broken

Changeset 1589a993f074124c3edfff03656e910bb472eeaa broke user visible
names of flexcop-pci devices, as it did reorder the enum of card types,
but did not adjust the array containing the card names.

Reorder the names, and uses [FC_AIR_DVBT] = "Air2PC/AirStar 2 DVB-T"
assignment style for more clarity.

It also adds the revision Number to the name for SkyStar rev. 2.3 and rev 2.6
as I think it is useful to see in log output.

Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/b2c2/flexcop-misc.c