]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
V4L/DVB (13497): pvrusb2: Shorten device hardware description text to work around...
authorMike Isely <isely@pobox.com>
Wed, 25 Nov 2009 05:55:38 +0000 (02:55 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:42:10 +0000 (18:42 -0200)
The device text description in pvrusb2-devattr.c get mapped into a V4L
API string field that is unfortunately shorter than I expected.  No
sense fighting City Hall here - this change shortens the descriptions
to fit the limit.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-devattr.c

index ef4ff411b39d7c7609637d7eff5e5081844f86c2..bd3b7932f23e701f9d990f0914cf2b391439b249 100644 (file)
@@ -58,7 +58,7 @@ static const char *pvr2_fw1_names_29xxx[] = {
 };
 
 static const struct pvr2_device_desc pvr2_device_29xxx = {
-               .description = "WinTV PVR USB2 Model Category 29xxx",
+               .description = "WinTV PVR USB2 Model 29xxx",
                .shortname = "29xxx",
                .client_table.lst = pvr2_cli_29xxx,
                .client_table.cnt = ARRAY_SIZE(pvr2_cli_29xxx),
@@ -91,7 +91,7 @@ static const char *pvr2_fw1_names_24xxx[] = {
 };
 
 static const struct pvr2_device_desc pvr2_device_24xxx = {
-               .description = "WinTV PVR USB2 Model Category 24xxx",
+               .description = "WinTV PVR USB2 Model 24xxx",
                .shortname = "24xxx",
                .client_table.lst = pvr2_cli_24xxx,
                .client_table.cnt = ARRAY_SIZE(pvr2_cli_24xxx),
@@ -340,7 +340,7 @@ static const char *pvr2_fw1_names_73xxx[] = {
 };
 
 static const struct pvr2_device_desc pvr2_device_73xxx = {
-               .description = "WinTV HVR-1900 Model Category 73xxx",
+               .description = "WinTV HVR-1900 Model 73xxx",
                .shortname = "73xxx",
                .client_table.lst = pvr2_cli_73xxx,
                .client_table.cnt = ARRAY_SIZE(pvr2_cli_73xxx),
@@ -445,7 +445,7 @@ static const char *pvr2_fw1_names_75xxx[] = {
 };
 
 static const struct pvr2_device_desc pvr2_device_750xx = {
-               .description = "WinTV HVR-1950 Model Category 750xx",
+               .description = "WinTV HVR-1950 Model 750xx",
                .shortname = "750xx",
                .client_table.lst = pvr2_cli_73xxx,
                .client_table.cnt = ARRAY_SIZE(pvr2_cli_73xxx),
@@ -468,7 +468,7 @@ static const struct pvr2_device_desc pvr2_device_750xx = {
 };
 
 static const struct pvr2_device_desc pvr2_device_751xx = {
-               .description = "WinTV HVR-1950 Model Category 751xx",
+               .description = "WinTV HVR-1950 Model 751xx",
                .shortname = "751xx",
                .client_table.lst = pvr2_cli_73xxx,
                .client_table.cnt = ARRAY_SIZE(pvr2_cli_73xxx),