From 414f6aec810a7f9f2b3d1d47a9a783c45cbedd23 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Sun, 15 Jan 2006 12:39:12 +0000 Subject: Update hwdata script From: Nickolay V. Shmyrev Signed-off-by: Nickolay V. Shmyrev --- v4l/scripts/hwdata.pl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'v4l/scripts') 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); } } -- cgit v1.2.3