Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250143
b: refs/heads/master
c: 592d9e2
h: refs/heads/master
i:
  250141: 7b31dac
  250139: 367ecbc
  250135: 4051a9f
  250127: 8a4b134
  250111: 18d5533
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent 17814ee commit 44576bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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: b3e6a5af2162d114df4fd67353bbadd3d8a22c3e
refs/heads/master: 592d9e21f5d875e84d09940eff7bc48812245855
26 changes: 13 additions & 13 deletions trunk/drivers/media/dvb/dvb-usb/anysee.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ static int anysee_frontend_attach(struct dvb_usb_adapter *adap)
return ret;

/* Meaning of these info bytes are guessed. */
info("firmware version:%d.%d.%d hardware id:%d",
0, hw_info[1], hw_info[2], hw_info[0]);
info("firmware version:%d.%d hardware id:%d",
hw_info[1], hw_info[2], hw_info[0]);

ret = anysee_read_reg(adap->dev, 0xb0, &io_d); /* IO port D */
if (ret)
Expand All @@ -272,14 +272,14 @@ static int anysee_frontend_attach(struct dvb_usb_adapter *adap)
/* Select demod using trial and error method. */

/* Try to attach demodulator in following order:
model demod hw firmware
1. E30 MT352 02 0.2.1
2. E30 ZL10353 02 0.2.1
3. E30 Combo ZL10353 0f 0.1.2 DVB-T/C combo
4. E30 Plus ZL10353 06 0.1.0
5. E30C Plus TDA10023 0a 0.1.0 rev 0.2
E30C Plus TDA10023 0f 0.1.2 rev 0.4
E30 Combo TDA10023 0f 0.1.2 DVB-T/C combo
model demod hw fw
1. E30 MT352 02 2.1
2. E30 ZL10353 02 2.1
3. E30 Combo ZL10353 0f 1.2 DVB-T/C combo
4. E30 Plus ZL10353 06 1.0
5. E30C Plus TDA10023 0a 1.0 rev 0.2
E30C Plus TDA10023 0f 1.2 rev 0.4
E30 Combo TDA10023 0f 1.2 DVB-T/C combo
*/

/* Zarlink MT352 DVB-T demod inside of Samsung DNOS404ZH102A NIM */
Expand Down Expand Up @@ -344,9 +344,9 @@ static int anysee_frontend_attach(struct dvb_usb_adapter *adap)
if (ret)
return ret;

err("Unknown Anysee version: %02x %02x %02x. "\
"Please report the <linux-dvb@linuxtv.org>.",
hw_info[0], hw_info[1], hw_info[2]);
err("Unknown Anysee version: %02x %02x %02x. " \
"Please report the <linux-media@vger.kernel.org>.",
hw_info[0], hw_info[1], hw_info[2]);

return -ENODEV;
}
Expand Down

0 comments on commit 44576bf

Please sign in to comment.