From patchwork Thu Mar 18 07:00:19 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitri Belimov X-Patchwork-Id: 2950 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Thu, 18 Mar 2010 06:59:29 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.6) for (single-drop); Thu, 18 Mar 2010 07:59:40 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1Ns9hZ-00083A-8K; Thu, 18 Mar 2010 06:59:29 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751581Ab0CRG7R (ORCPT + 1 other); Thu, 18 Mar 2010 02:59:17 -0400 Received: from mail-bw0-f212.google.com ([209.85.218.212]:34764 "EHLO mail-bw0-f212.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751229Ab0CRG7R (ORCPT ); Thu, 18 Mar 2010 02:59:17 -0400 Received: by bwz4 with SMTP id 4so1848886bwz.39 for ; Wed, 17 Mar 2010 23:59:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type; bh=suk+ifkqwe95l0LqODjhyQvEwZnHSOZjockAEEevyDQ=; b=mLfA+pniQFnLxtUBOYvrdOCpiGEShBA1AQAaNaTBXuAJib70fASsDy8bRIKi5cEcu4 Uj9IcjDHRwIQ9NGNnsySyxaqXa7pNpuGjzz1T2mEB1yXBSlrPQxgLHx1xrytBKolt5kG RZZU3LifuV/8PkEV/WpawYDmVyF14TJA9jTjI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type; b=hRYdXI+PB3CoVTsn1RpBB0mSXM7WG0yU0Ob35SOrWfUacEug+UC2vDZOJPwZxK6G9d 3BXgxWCXvg4N88C/89gSA3p4mnud85i/pgZ/bAh8ezAIO2jxqZ4lY/li2oZ3Obt5Gpin vCdiQyXjuDI3ycfiw8C+rDARpy7VKROPDIWjY= Received: by 10.204.34.197 with SMTP id m5mr2173200bkd.20.1268895555534; Wed, 17 Mar 2010 23:59:15 -0700 (PDT) Received: from glory.loctelecom.ru (ns2.openhardware.ru [84.19.183.172]) by mx.google.com with ESMTPS id g18sm34199876bkw.13.2010.03.17.23.59.13 (version=SSLv3 cipher=RC4-MD5); Wed, 17 Mar 2010 23:59:15 -0700 (PDT) Date: Thu, 18 Mar 2010 16:00:19 +0900 From: Dmitri Belimov To: linux-media@vger.kernel.org, Mauro Carvalho Chehab Subject: [PATCH] Add CHIP ID of the uPD61151 Message-ID: <20100318160019.43043c8f@glory.loctelecom.ru> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.16.1; i486-pc-linux-gnu) Mime-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Add CHIP ID of the NEC MPEG2 encoders uPD61151 and uPD61152. Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov With my best regards, Dmitry. diff -r b6b82258cf5e linux/include/media/v4l2-chip-ident.h --- a/linux/include/media/v4l2-chip-ident.h Thu Dec 31 19:14:54 2009 -0200 +++ b/linux/include/media/v4l2-chip-ident.h Wed Mar 17 04:53:52 2010 +0900 @@ -278,6 +278,11 @@ /* module cs53132a: just ident 53132 */ V4L2_IDENT_CS53l32A = 53132, + /* modules upd61151 MPEG2 encoder: just ident 54000 */ + V4L2_IDENT_UPD61161 = 54000, + /* modules upd61152 MPEG2 encoder with AC3: just ident 54001 */ + V4L2_IDENT_UPD61162 = 54001, + /* module upd64031a: just ident 64031 */ V4L2_IDENT_UPD64031A = 64031, Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov