* [PATCH] dvb-usb-gp8psk: Fix driver name
@ 2010-10-16 19:18 D. K.
0 siblings, 0 replies; only message in thread
From: D. K. @ 2010-10-16 19:18 UTC (permalink / raw)
To: linux-media; +Cc: alannisota
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
This patch updates the name of the dvb-usb-gp8psk driver
from "Genpix 8psk-to-USB2 DVB-S" to "Genpix DVB-S".
The old name doesn't reflect newer devices such as the
Skywalker line which also user this driver.
Signed-off-by: Derek Kelly <user.vdr@gmail.com <mailto:user.vdr@gmail.com>>
[-- Attachment #2: gp8psk-fix_driver_name.diff --]
[-- Type: text/plain, Size: 1111 bytes --]
diff -pruN v4l-dvb.orig/drivers/media/dvb/dvb-usb/gp8psk-fe.c v4l-dvb/drivers/media/dvb/dvb-usb/gp8psk-fe.c
--- v4l-dvb.orig/drivers/media/dvb/dvb-usb/gp8psk-fe.c 2010-10-16 09:10:18.000000000 -0700
+++ v4l-dvb/drivers/media/dvb/dvb-usb/gp8psk-fe.c 2010-10-16 11:57:57.000000000 -0700
@@ -334,7 +334,7 @@ success:
static struct dvb_frontend_ops gp8psk_fe_ops = {
.info = {
- .name = "Genpix 8psk-to-USB2 DVB-S",
+ .name = "Genpix DVB-S",
.type = FE_QPSK,
.frequency_min = 800000,
.frequency_max = 2250000,
diff -pruN v4l-dvb.orig/drivers/media/dvb/dvb-usb/gp8psk.c v4l-dvb/drivers/media/dvb/dvb-usb/gp8psk.c
--- v4l-dvb.orig/drivers/media/dvb/dvb-usb/gp8psk.c 2010-10-16 09:10:17.000000000 -0700
+++ v4l-dvb/drivers/media/dvb/dvb-usb/gp8psk.c 2010-10-16 11:58:36.000000000 -0700
@@ -306,6 +311,6 @@ module_init(gp8psk_usb_module_init);
module_exit(gp8psk_usb_module_exit);
MODULE_AUTHOR("Alan Nisota <alannisota@gamil.com>");
-MODULE_DESCRIPTION("Driver for Genpix 8psk-to-USB2 DVB-S");
+MODULE_DESCRIPTION("Driver for Genpix DVB-S");
MODULE_VERSION("1.1");
MODULE_LICENSE("GPL");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-16 19:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-16 19:18 [PATCH] dvb-usb-gp8psk: Fix driver name D. K.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.