Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219444
b: refs/heads/master
c: d12da8e
h: refs/heads/master
v: v3
  • Loading branch information
Derek Kelly authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 42705ba commit 334eea3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5af79f86db6a29a158510b5dc255d8844d95c4e9
refs/heads/master: d12da8e9349667336753709915c5bf7d0de15700
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/gp8psk-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/gp8psk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 334eea3

Please sign in to comment.