V4L/DVB (8509): pvrusb2: fix device descriptions for HVR-1900 & HVR-1950

Previous thread: V4L/DVB (8505): saa7134-empress.c: fix deadlock by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:03 am. (1 message)

Next thread: V4L/DVB (8506): empress: fix control handling oops by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:03 am. (1 message)
From: Linux Kernel Mailing List
Date: Monday, July 28, 2008 - 10:03 am

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=353fac...
Commit:     353facd4ab5acc6e9d83985eec9ca17e5d0cb470
Parent:     531d83a3d39280d191e2b1f0b540dbad22731579
Author:     Michael Krufky <mkrufky@linuxtv.org>
AuthorDate: Sat Jul 26 18:28:26 2008 -0300
Committer:  Mauro Carvalho Chehab <mchehab@infradead.org>
CommitDate: Sun Jul 27 11:06:26 2008 -0300

    V4L/DVB (8509): pvrusb2: fix device descriptions for HVR-1900 & HVR-1950
    
    Acked-by: Mike Isely <isely@pobox.com>
    Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---
 drivers/media/video/pvrusb2/pvrusb2-devattr.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/drivers/media/video/pvrusb2/pvrusb2-devattr.c
index e3b0511..88e1751 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-devattr.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.c
@@ -330,7 +330,7 @@ static const char *pvr2_fw1_names_73xxx[] = {
 };
 
 static const struct pvr2_device_desc pvr2_device_73xxx = {
-		.description = "WinTV PVR USB2 Model Category 73xxx",
+		.description = "WinTV HVR-1900 Model Category 73xxx",
 		.shortname = "73xxx",
 		.client_modules.lst = pvr2_client_73xxx,
 		.client_modules.cnt = ARRAY_SIZE(pvr2_client_73xxx),
@@ -439,7 +439,7 @@ static const char *pvr2_fw1_names_75xxx[] = {
 };
 
 static const struct pvr2_device_desc pvr2_device_750xx = {
-		.description = "WinTV PVR USB2 Model Category 750xx",
+		.description = "WinTV HVR-1950 Model Category 750xx",
 		.shortname = "750xx",
 		.client_modules.lst = pvr2_client_75xxx,
 		.client_modules.cnt = ARRAY_SIZE(pvr2_client_75xxx),
@@ -461,7 +461,7 @@ static const struct pvr2_device_desc pvr2_device_750xx = {
 };
 
 static const struct pvr2_device_desc pvr2_device_751xx = {
-		.description = "WinTV PVR USB2 Model Category 751xx",
+		.description = ...
Previous thread: V4L/DVB (8505): saa7134-empress.c: fix deadlock by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:03 am. (1 message)

Next thread: V4L/DVB (8506): empress: fix control handling oops by Linux Kernel Mailing List on Monday, July 28, 2008 - 10:03 am. (1 message)