From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.helmutauer.de ([185.170.112.187]:33968 "EHLO v2201612530341454.powersrv.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751079AbdBMWyd (ORCPT ); Mon, 13 Feb 2017 17:54:33 -0500 Message-ID: <58A239E9.8010809@helmutauer.de> Date: Mon, 13 Feb 2017 23:57:45 +0100 From: Helmut Auer MIME-Version: 1.0 To: Sean Young CC: Mauro Carvalho Chehab , Linux Media Mailing List Subject: Re: [PATCH] [MEDIA] add device ID to ati remote References: <20170127080622.GA4153@mwanda> <33044ec5031546f79ae9d37565240ed3.squirrel@helmutauer.de> <20170213134244.GA18860@gofer.mess.org> In-Reply-To: <20170213134244.GA18860@gofer.mess.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Hello Thanks for the info, but sorry I'm not willinmg to do anything more to get the patch into the kernel. I have an own distribution and I am applying those patches and thats easier than committing it to the kernel ;) Maybe anyone who needs this finds this patch. Kind regards Helmut Am 13.02.2017 um 14:42 schrieb Sean Young: > On Tue, Feb 07, 2017 at 09:42:47AM +0100, vdr@helmutauer.de wrote: >> >> Author: Helmut Auer >> Date: Fri Jan 27 19:09:35 2017 +0100 >> >> Adding 1 device ID to ati_remote driver. > > If possible, a more descriptive message would be preferred, e.g. what > device do you have, what branding, what product did it come with. > >> >> Signed-off-by: Helmut Auer > > Unless I'm mistaken, contributions can't be anonymous or use a fake email > address. > >> >> diff --git a/drivers/media/rc/ati_remote.c b/drivers/media/rc/ati_remote.c >> index 0884b7d..83022b1 100644 >> --- a/drivers/media/rc/ati_remote.c >> +++ b/drivers/media/rc/ati_remote.c >> @@ -108,6 +108,7 @@ >> #define NVIDIA_REMOTE_PRODUCT_ID 0x0005 >> #define MEDION_REMOTE_PRODUCT_ID 0x0006 >> #define FIREFLY_REMOTE_PRODUCT_ID 0x0008 >> +#define REYCOM_REMOTE_PRODUCT_ID 0x000c >> >> #define DRIVER_VERSION "2.2.1" >> #define DRIVER_AUTHOR "Torrey Hoffman " >> @@ -227,6 +228,10 @@ static struct usb_device_id ati_remote_table[] = { >> USB_DEVICE(ATI_REMOTE_VENDOR_ID, FIREFLY_REMOTE_PRODUCT_ID), >> .driver_info = (unsigned long)&type_firefly >> }, >> + { >> + USB_DEVICE(ATI_REMOTE_VENDOR_ID, REYCOM_REMOTE_PRODUCT_ID), >> + .driver_info = (unsigned long)&type_firefly >> + }, >> {} /* Terminating entry */ >> }; > > Your email client replaced all tabs with spaces so the patch no longer > applies. > > Thanks, > Sean >