All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add chipid to fc2580.c
@ 2012-10-30  9:21 Oliver Schinagl
  0 siblings, 0 replies; 6+ messages in thread
From: Oliver Schinagl @ 2012-10-30  9:21 UTC (permalink / raw)
  To: linux-media, Antti Palosaari

diff --git a/drivers/media/tuners/fc2580.c b/drivers/media/tuners/fc2580.c
index aff39ae..102d942 100644
I found a fellow Asus U3100+ user (mentioned him before with the 
firmware issue) that even when using the latest firmware, still see's 
0xff as the chipID.

Signed-off-by: Oliver Schinagl <oliver@schinagl.nl>


--- a/drivers/media/tuners/fc2580.c
+++ b/drivers/media/tuners/fc2580.c
@@ -497,6 +497,7 @@ struct dvb_frontend *fc2580_attach(struct 
dvb_frontend *fe,
         switch (chip_id) {
         case 0x56:
         case 0x5a:
+       case 0xff:
                 break;
         default:
                 goto err;


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] Add chipid to fc2580.c
@ 2012-10-22  8:17 Oliver Schinagl
       [not found] ` <20121028180713.7d852443@redhat.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Oliver Schinagl @ 2012-10-22  8:17 UTC (permalink / raw)
  To: linux-media, Antti Palosaari

diff --git a/drivers/media/tuners/fc2580.c b/drivers/media/tuners/fc2580.c
index aff39ae..102d942 100644
I found a fellow Asus U3100+ user (mentioned him before with the 
firmware issue) that even when using the latest firmware, still see's 
0xff as the chipID.


--- a/drivers/media/tuners/fc2580.c
+++ b/drivers/media/tuners/fc2580.c
@@ -497,6 +497,7 @@ struct dvb_frontend *fc2580_attach(struct 
dvb_frontend *fe,
         switch (chip_id) {
         case 0x56:
         case 0x5a:
+       case 0xff:
                 break;
         default:
                 goto err;


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-06 14:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30  9:21 [PATCH] Add chipid to fc2580.c Oliver Schinagl
  -- strict thread matches above, loose matches on Subject: below --
2012-10-22  8:17 Oliver Schinagl
     [not found] ` <20121028180713.7d852443@redhat.com>
     [not found]   ` <6698470182ac3a8581c577d93cb49f8d.squirrel@webmail.kapsi.fi>
2012-10-30  9:24     ` Oliver Schinagl
2012-11-05 22:58       ` Antti Palosaari
2012-11-06 12:01         ` Oliver Schinagl
2012-11-06 14:17           ` Antti Palosaari

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.