Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d12da8e9 authored by Derek Kelly's avatar Derek Kelly Committed by Mauro Carvalho Chehab
Browse files

[media] dvb-usb-gp8psk: Fix driver name



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: default avatarDerek Kelly <user.vdr@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 5af79f86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ struct dvb_frontend * gp8psk_fe_attach(struct dvb_usb_device *d)

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,
+1 −1
Original line number Diff line number Diff line
@@ -311,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");