summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/as102
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-08-12 18:50:18 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-08-21 15:25:29 -0500
commitd8eb070b6649c1663204300555fb740affc6cdc2 (patch)
treeddda187a6bf8737f785b2327306805f1edbe96b5 /drivers/media/usb/as102
parent1d5c2bb1f9ded9af7bb7e4d2b9beeacbfdbc6f2b (diff)
downloadlinux-stable-d8eb070b6649c1663204300555fb740affc6cdc2.tar.gz
linux-stable-d8eb070b6649c1663204300555fb740affc6cdc2.tar.bz2
linux-stable-d8eb070b6649c1663204300555fb740affc6cdc2.zip
[media] as102: better name the unknown frontend
Make the frontend .name more coherent with DVB namespace. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/as102')
-rw-r--r--drivers/media/usb/as102/as102_fe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/as102/as102_fe.c b/drivers/media/usb/as102/as102_fe.c
index 9596756b3869..041bb80aa4ba 100644
--- a/drivers/media/usb/as102/as102_fe.c
+++ b/drivers/media/usb/as102/as102_fe.c
@@ -245,7 +245,7 @@ static int as102_fe_ts_bus_ctrl(struct dvb_frontend *fe, int acquire)
static struct dvb_frontend_ops as102_fe_ops = {
.delsys = { SYS_DVBT },
.info = {
- .name = "Unknown AS102 device",
+ .name = "Abilis AS102 DVB-T",
.frequency_min = 174000000,
.frequency_max = 862000000,
.frequency_stepsize = 166667,