From patchwork Fri Aug 27 21:19:50 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarod Wilson X-Patchwork-Id: 4163 Return-path: Envelope-to: mchehab@pedra Delivery-date: Fri, 27 Aug 2010 18:37:08 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1Op6bk-0005EQ-AC for mchehab@pedra; Fri, 27 Aug 2010 18:37:08 -0300 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Fri, 27 Aug 2010 18:37:08 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1Op6am-0001jB-Ib; Fri, 27 Aug 2010 21:36:08 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752974Ab0H0VgG (ORCPT + 1 other); Fri, 27 Aug 2010 17:36:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30853 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751034Ab0H0VgF (ORCPT ); Fri, 27 Aug 2010 17:36:05 -0400 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 o7RLa4p1030472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 27 Aug 2010 17:36:04 -0400 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 o7RLa41C023210 for ; Fri, 27 Aug 2010 17:36:04 -0400 Received: by xavier.bos.redhat.com (Postfix, from userid 501) id 4DD9F21D58; Fri, 27 Aug 2010 17:19:50 -0400 (EDT) Date: Fri, 27 Aug 2010 17:19:50 -0400 From: Jarod Wilson To: linux-media@vger.kernel.org Subject: [PATCH] IR/mceusb: add an ASUS device ID Message-ID: <20100827211950.GL22542@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) 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 Reported in lirc sf.net tracker Signed-off-by: Jarod Wilson --- drivers/media/IR/mceusb.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/IR/mceusb.c b/drivers/media/IR/mceusb.c index ac6bb2c..f0b7e42 100644 --- a/drivers/media/IR/mceusb.c +++ b/drivers/media/IR/mceusb.c @@ -120,6 +120,8 @@ static struct usb_device_id mceusb_dev_table[] = { { USB_DEVICE(VENDOR_PHILIPS, 0x0613) }, /* Philips eHome Infrared Transceiver */ { USB_DEVICE(VENDOR_PHILIPS, 0x0815) }, + /* Philips/Spinel plus IR transceiver for ASUS */ + { USB_DEVICE(VENDOR_PHILIPS, 0x2088) }, /* Realtek MCE IR Receiver */ { USB_DEVICE(VENDOR_REALTEK, 0x0161) }, /* SMK/Toshiba G83C0004D410 */