diff options
author | Mike Isely <isely@pobox.com> | 2009-11-25 00:55:38 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:42:10 -0500 |
commit | 1d70c7fdbb78b0cd40b850a14225aed454c0a062 (patch) | |
tree | 34715f2fc697f69e286fdcdf98574040c8aecab8 /drivers/media | |
parent | 568efaa2f704f72eef9b70ac0f895e9b961f15a6 (diff) |
V4L/DVB (13497): pvrusb2: Shorten device hardware description text to work around V4L shortcoming
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/drivers/media/video/pvrusb2/pvrusb2-devattr.c index ef4ff411b39d..bd3b7932f23e 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.c +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.c | |||
@@ -58,7 +58,7 @@ static const char *pvr2_fw1_names_29xxx[] = { | |||
58 | }; | 58 | }; |
59 | 59 | ||
60 | static const struct pvr2_device_desc pvr2_device_29xxx = { | 60 | static const struct pvr2_device_desc pvr2_device_29xxx = { |
61 | .description = "WinTV PVR USB2 Model Category 29xxx", | 61 | .description = "WinTV PVR USB2 Model 29xxx", |
62 | .shortname = "29xxx", | 62 | .shortname = "29xxx", |
63 | .client_table.lst = pvr2_cli_29xxx, | 63 | .client_table.lst = pvr2_cli_29xxx, |
64 | .client_table.cnt = ARRAY_SIZE(pvr2_cli_29xxx), | 64 | .client_table.cnt = ARRAY_SIZE(pvr2_cli_29xxx), |
@@ -91,7 +91,7 @@ static const char *pvr2_fw1_names_24xxx[] = { | |||
91 | }; | 91 | }; |
92 | 92 | ||
93 | static const struct pvr2_device_desc pvr2_device_24xxx = { | 93 | static const struct pvr2_device_desc pvr2_device_24xxx = { |
94 | .description = "WinTV PVR USB2 Model Category 24xxx", | 94 | .description = "WinTV PVR USB2 Model 24xxx", |
95 | .shortname = "24xxx", | 95 | .shortname = "24xxx", |
96 | .client_table.lst = pvr2_cli_24xxx, | 96 | .client_table.lst = pvr2_cli_24xxx, |
97 | .client_table.cnt = ARRAY_SIZE(pvr2_cli_24xxx), | 97 | .client_table.cnt = ARRAY_SIZE(pvr2_cli_24xxx), |
@@ -340,7 +340,7 @@ static const char *pvr2_fw1_names_73xxx[] = { | |||
340 | }; | 340 | }; |
341 | 341 | ||
342 | static const struct pvr2_device_desc pvr2_device_73xxx = { | 342 | static const struct pvr2_device_desc pvr2_device_73xxx = { |
343 | .description = "WinTV HVR-1900 Model Category 73xxx", | 343 | .description = "WinTV HVR-1900 Model 73xxx", |
344 | .shortname = "73xxx", | 344 | .shortname = "73xxx", |
345 | .client_table.lst = pvr2_cli_73xxx, | 345 | .client_table.lst = pvr2_cli_73xxx, |
346 | .client_table.cnt = ARRAY_SIZE(pvr2_cli_73xxx), | 346 | .client_table.cnt = ARRAY_SIZE(pvr2_cli_73xxx), |
@@ -445,7 +445,7 @@ static const char *pvr2_fw1_names_75xxx[] = { | |||
445 | }; | 445 | }; |
446 | 446 | ||
447 | static const struct pvr2_device_desc pvr2_device_750xx = { | 447 | static const struct pvr2_device_desc pvr2_device_750xx = { |
448 | .description = "WinTV HVR-1950 Model Category 750xx", | 448 | .description = "WinTV HVR-1950 Model 750xx", |
449 | .shortname = "750xx", | 449 | .shortname = "750xx", |
450 | .client_table.lst = pvr2_cli_73xxx, | 450 | .client_table.lst = pvr2_cli_73xxx, |
451 | .client_table.cnt = ARRAY_SIZE(pvr2_cli_73xxx), | 451 | .client_table.cnt = ARRAY_SIZE(pvr2_cli_73xxx), |
@@ -468,7 +468,7 @@ static const struct pvr2_device_desc pvr2_device_750xx = { | |||
468 | }; | 468 | }; |
469 | 469 | ||
470 | static const struct pvr2_device_desc pvr2_device_751xx = { | 470 | static const struct pvr2_device_desc pvr2_device_751xx = { |
471 | .description = "WinTV HVR-1950 Model Category 751xx", | 471 | .description = "WinTV HVR-1950 Model 751xx", |
472 | .shortname = "751xx", | 472 | .shortname = "751xx", |
473 | .client_table.lst = pvr2_cli_73xxx, | 473 | .client_table.lst = pvr2_cli_73xxx, |
474 | .client_table.cnt = ARRAY_SIZE(pvr2_cli_73xxx), | 474 | .client_table.cnt = ARRAY_SIZE(pvr2_cli_73xxx), |