From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from nm30.bullet.mail.ac4.yahoo.com ([98.139.52.227]:45811 "HELO nm30.bullet.mail.ac4.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753483Ab1E1O0f (ORCPT ); Sat, 28 May 2011 10:26:35 -0400 Message-ID: <492883.34889.qm@web33208.mail.mud.yahoo.com> Date: Sat, 28 May 2011 07:21:06 -0700 (PDT) From: Moacyr Prado Subject: Re: Need Some Help to Add a Device To: linux-media@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-ID: Sender: I've seen in kernel code there are tda78271, saa7134 drivers, could anyone to explain if I could add a device sent on last mail? --- On Fri, 5/27/11, Moacyr Prado wrote: > From: Moacyr Prado > Subject: Brazilian HDTV device > To: linux-media@vger.kernel.org > Date: Friday, May 27, 2011, 9:20 AM > Hi, I have a board with empia > chipset. The em28xx driver not load, > because the device ID is not listed on source(cards.c, I > guess). > > Following bellow > have some infos from board: > lsusb: > Bus 001 Device 004: ID 1b80:e755 Afatech > > Opening the device, shows this ic: > > empia em2888 d351c-195 727-00ag (em28xx) > nxp saa7136e/1/g SI5296.1 22 ZSD08411 > NXP TDA 18271??C2 HDC2? (tda18271) > F JAPAN mb86a20s 0937 M01 E1 (mb86a20s) > > but... dmesg shows: > > [18373.454136] usb 6-1: USB disconnect, address 2 > [18376.744074] usb 2-1: new high speed USB device using > ehci_hcd and address 9 > [18376.860283] usb 2-1: New USB device found, > idVendor=1b80, idProduct=e755 > [18376.860293] usb 2-1: New USB device strings: Mfr=0, > Product=1, SerialNumber=2 > [18376.860300] usb 2-1: Product: USB 2885 Device > [18376.860306] usb 2-1: SerialNumber: 1 > > > Could The em28xx module (writing some code for me)handle > this device? > > Thanks, > Moa >