summaryrefslogtreecommitdiff
path: root/v4l/scripts/hwdata.pl
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/scripts/hwdata.pl')
-rw-r--r--v4l/scripts/hwdata.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/v4l/scripts/hwdata.pl b/v4l/scripts/hwdata.pl
index 079226e07..ca583d69d 100644
--- a/v4l/scripts/hwdata.pl
+++ b/v4l/scripts/hwdata.pl
@@ -71,12 +71,10 @@ sub print_cards ($) {
print ("\t7130 SAA7130 Video Broadcast Decoder\n");
print_cards ("PCI_DEVICE_ID_PHILIPS_SAA7130");
-print ("\t7133 SAA7133 Video Broadcast Decoder\n");
+print ("\t7133 SAA7133/SAA7135 Video Broadcast Decoder\n");
print_cards ("PCI_DEVICE_ID_PHILIPS_SAA7133");
print ("\t7134 SAA7134 Video Broadcast Decoder\n");
print_cards ("PCI_DEVICE_ID_PHILIPS_SAA7134");
-print ("\t7135 SAA7135 Video Broadcast Decoder\n");
-print_cards ("PCI_DEVICE_ID_PHILIPS_SAA7135");
open ($input, "../cx88-cards.c");
@@ -128,7 +126,7 @@ open ($input, "../bttv-cards.c");
while (<$input>) {
if (/\{\s*0x(\w{4})(\w{4}),.*\"([^\"]+)\"\s\},/)
{
- printf ("\t\t%s %s %s\n", $1, $2, $3);
+ printf ("\t\t%s %s %s\n", $2, $1, $3);
}
}