From patchwork Thu Sep 27 19:06:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damien Bally X-Patchwork-Id: 1515581 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id D8E643FC71 for ; Thu, 27 Sep 2012 19:06:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753577Ab2I0TG0 (ORCPT ); Thu, 27 Sep 2012 15:06:26 -0400 Received: from smtp23.services.sfr.fr ([93.17.128.20]:26993 "EHLO smtp23.services.sfr.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753011Ab2I0TGZ (ORCPT ); Thu, 27 Sep 2012 15:06:25 -0400 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2309.sfr.fr (SMTP Server) with ESMTP id E6EE17000113; Thu, 27 Sep 2012 21:06:21 +0200 (CEST) Received: from [192.168.1.11] (133.244.15.109.rev.sfr.net [109.15.244.133]) by msfrf2309.sfr.fr (SMTP Server) with ESMTP id B1D0A700010E; Thu, 27 Sep 2012 21:06:21 +0200 (CEST) X-SFR-UUID: 20120927190621728.B1D0A700010E@msfrf2309.sfr.fr Message-ID: <5064A3AD.70009@free.fr> Date: Thu, 27 Sep 2012 21:06:21 +0200 From: Damien Bally User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0 MIME-Version: 1.0 To: linux-media@vger.kernel.org CC: tvboxspy@gmail.com Subject: [PATCH] usb id addition for Terratec Cinergy T Stick Dual rev. 2 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org This patch adds support for new Terratec Cinergy T Stick Dual rev. 2. Signed-off-by: Damien Bally --- drivers/media/usb/dvb-usb-v2/it913x.c.orig 2012-09-17 19:04:59.819197365 +0200 +++ drivers/media/usb/dvb-usb-v2/it913x.c 2012-09-17 19:07:27.314015768 +0200 @@ -773,6 +773,9 @@ static const struct usb_device_id it913x { DVB_USB_DEVICE(USB_VID_ITETECH, USB_PID_ITETECH_IT9135_9006, &it913x_properties, "ITE 9135(9006) Generic", RC_MAP_IT913X_V1) }, + { DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_STICK_DUAL_RC, + &it913x_properties, "ITE 9135(9006) Generic", + RC_MAP_IT913X_V1) }, {} /* Terminating entry */ };