From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:38306 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755865Ab0HCNLp (ORCPT ); Tue, 3 Aug 2010 09:11:45 -0400 Received: by fxm14 with SMTP id 14so1973345fxm.19 for ; Tue, 03 Aug 2010 06:11:44 -0700 (PDT) Date: Tue, 3 Aug 2010 15:05:52 +0200 From: Richard Zidlicky To: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org, udia@siano-ms.com, Michael Krufky Subject: Re: [PATCH 3/6] V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick Message-ID: <20100803130552.GA9954@linux-m68k.org> References: <20100801171718.5ad62978@pedra> <20100802072711.GA5852@linux-m68k.org> <4C577888.30408@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C577888.30408@redhat.com> Sender: linux-media-owner@vger.kernel.org List-ID: Hi, > Em 02-08-2010 04:27, Richard Zidlicky escreveu: > > On Sun, Aug 01, 2010 at 05:17:18PM -0300, Mauro Carvalho Chehab wrote: > >> Add the proper gpio port for WinTV MiniStick, with the information provided > >> by Michael. > >> > >> Thanks-to: Michael Krufky > >> Signed-off-by: Mauro Carvalho Chehab > >> > >> diff --git a/drivers/media/dvb/siano/sms-cards.c b/drivers/media/dvb/siano/sms-cards.c > >> index cff77e2..dcde606 100644 > >> --- a/drivers/media/dvb/siano/sms-cards.c > >> +++ b/drivers/media/dvb/siano/sms-cards.c > >> @@ -67,6 +67,7 @@ static struct sms_board sms_boards[] = { > >> .board_cfg.leds_power = 26, > >> .board_cfg.led0 = 27, > >> .board_cfg.led1 = 28, > >> + .board_cfg.ir = 9, > > ^^^^ > > > > are you sure about this? > > > > I am using the value of 4 for the ir port and it definitely works.. confused. > > I got this from a reliable source, and that worked perfectly my with a Model 55009 > LF Rev B1F7. What's the model of your device? mine says Aug 3 14:58:10 localhost kernel: [149778.591862] usb 5-5: New USB device found, idVendor=2040, idProduct=5500 Aug 3 14:58:10 localhost kernel: [149778.591865] usb 5-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Aug 3 14:58:10 localhost kernel: [149778.591868] usb 5-5: Product: WinTV MiniStick Aug 3 14:58:10 localhost kernel: [149778.591870] usb 5-5: Manufacturer: Hauppauge Computer Works Aug 3 14:58:10 localhost kernel: [149778.591872] usb 5-5: SerialNumber: f069684c not sure what else to report. I will compile and try a new kernel tonight. Wondering - is this http://git.sliepen.org/browse?p=inputlirc usefull to feed the input events to LIRC when trying the new driver with a slightly older LIRC based distro? Richard