From patchwork Thu Dec 16 19:00:37 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarod Wilson X-Patchwork-Id: 5105 Return-path: Envelope-to: mchehab@gaivota Delivery-date: Thu, 16 Dec 2010 17:58:43 -0200 Received: from mchehab by gaivota with local (Exim 4.72) (envelope-from ) id 1PTJyN-0006K9-Gn for mchehab@gaivota; Thu, 16 Dec 2010 17:58:43 -0200 Received: from casper.infradead.org [85.118.1.10] by gaivota with IMAP (fetchmail-6.3.17) for (single-drop); Thu, 16 Dec 2010 17:58:43 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1PTJ51-0003U1-D7; Thu, 16 Dec 2010 19:01:31 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757353Ab0LPTBT (ORCPT + 1 other); Thu, 16 Dec 2010 14:01:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:18981 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757352Ab0LPTBR (ORCPT ); Thu, 16 Dec 2010 14:01:17 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBGJ1Hxp001429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Dec 2010 14:01:17 -0500 Received: from xavier.bos.redhat.com (xavier.bos.redhat.com [10.16.16.50]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oBGJ0m7C013343; Thu, 16 Dec 2010 14:01:16 -0500 From: Jarod Wilson To: linux-media@vger.kernel.org Cc: Jarod Wilson Subject: [PATCH 4/4] mceusb: add another Fintek device ID Date: Thu, 16 Dec 2010 14:00:37 -0500 Message-Id: <1292526037-21491-5-git-send-email-jarod@redhat.com> In-Reply-To: <1292526037-21491-1-git-send-email-jarod@redhat.com> References: <1292526037-21491-1-git-send-email-jarod@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Mauro Carvalho Chehab Signed-off-by: Jarod Wilson --- drivers/media/rc/mceusb.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c index 9c55e32..2d91134 100644 --- a/drivers/media/rc/mceusb.c +++ b/drivers/media/rc/mceusb.c @@ -281,6 +281,8 @@ static struct usb_device_id mceusb_dev_table[] = { { USB_DEVICE(VENDOR_FORMOSA, 0xe03c) }, /* Formosa Industrial Computing */ { USB_DEVICE(VENDOR_FORMOSA, 0xe03e) }, + /* Fintek eHome Infrared Transceiver (HP branded) */ + { USB_DEVICE(VENDOR_FINTEK, 0x5168) }, /* Fintek eHome Infrared Transceiver */ { USB_DEVICE(VENDOR_FINTEK, 0x0602) }, /* Fintek eHome Infrared Transceiver (in the AOpen MP45) */