From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 7of9.schinagl.nl ([88.159.158.68]:34566 "EHLO 7of9.schinagl.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753638Ab2J3JXf (ORCPT ); Tue, 30 Oct 2012 05:23:35 -0400 Message-ID: <508F9C02.5000509@schinagl.nl> Date: Tue, 30 Oct 2012 10:21:06 +0100 From: Oliver Schinagl MIME-Version: 1.0 To: linux-media , Antti Palosaari Subject: [PATCH] Add chipid to fc2580.c Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: 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 --- 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;