All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Zidlicky <rz@linux-m68k.org>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: linux-media@vger.kernel.org, udia@siano-ms.com,
	Michael Krufky <mkrufky@kernellabs.com>
Subject: Re: [PATCH 3/6] V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick
Date: Wed, 4 Aug 2010 09:30:19 +0200	[thread overview]
Message-ID: <20100804073019.GA5692@linux-m68k.org> (raw)
In-Reply-To: <4C581A5F.5020403@redhat.com>

Hi,

not much success.. no key events appear in userspace, not sure if the hardware receives
anything. Tried both 4 and 9 ports which does not seem to make any difference. 
lshal does list the IR port, as it did with the siano specific code.

Could be my fault, I have cherrypicked patches and applied them on top of Linus 2.6.35.
Is there an easy way to get a diff from your version against Linus 2.6.35? I would
rather not fetch the whole repo over my mobile connection;)

Aug  4 09:04:50 localhost kernel: [  260.142019] usb 5-5: new high speed USB device using ehci_hcd and address 3
Aug  4 09:04:50 localhost kernel: [  260.256894] usb 5-5: New USB device found, idVendor=2040, idProduct=5500
Aug  4 09:04:50 localhost kernel: [  260.256896] usb 5-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug  4 09:04:50 localhost kernel: [  260.256899] usb 5-5: Product: WinTV MiniStick
Aug  4 09:04:50 localhost kernel: [  260.256901] usb 5-5: Manufacturer: Hauppauge Computer Works
Aug  4 09:04:50 localhost kernel: [  260.256903] usb 5-5: SerialNumber: f069684c
Aug  4 09:04:50 localhost kernel: [  260.308378] IR NEC protocol handler initialized
Aug  4 09:04:50 localhost kernel: [  260.322270] IR RC5(x) protocol handler initialized
Aug  4 09:04:50 localhost kernel: [  260.332901] IR RC6 protocol handler initialized
Aug  4 09:04:50 localhost kernel: [  260.363497] IR JVC protocol handler initialized
Aug  4 09:04:50 localhost kernel: [  260.407230] IR Sony protocol handler initialized
Aug  4 09:04:51 localhost kernel: [  260.958061] smscore_set_device_mode: firmware download success: sms1xxx-hcw-55xxx-dvbt-02.fw
Aug  4 09:04:51 localhost kernel: [  260.958400] sms_ir_init: Allocating input device
Aug  4 09:04:51 localhost kernel: [  260.958416] sms_ir_init: IR port 0, timeout 100 ms
Aug  4 09:04:51 localhost kernel: [  260.958419] sms_ir_init: Input device (IR) SMS IR (Hauppauge WinTV MiniStick) is set for key 
events
Aug  4 09:04:51 localhost kernel: [  261.010020] Registered IR keymap rc-rc5-hauppauge-new
Aug  4 09:04:51 localhost kernel: [  261.010571] input: SMS IR (Hauppauge WinTV MiniStick) as /devices/pci0000:00/0000:00:1d.7/usb
5/5-5/rc/rc0/input5
Aug  4 09:04:51 localhost kernel: [  261.010797] rc0: SMS IR (Hauppauge WinTV MiniStick) as /devices/pci0000:00/0000:00:1d.7/usb5/
5-5/rc/rc0
Aug  4 09:04:51 localhost kernel: [  261.037230] DVB: registering new adapter (Hauppauge WinTV MiniStick)
Aug  4 09:04:51 localhost kernel: [  261.039296] DVB: registering adapter 0 frontend 0 (Siano Mobile Digital MDTV Receiver)...
Aug  4 09:04:51 localhost kernel: [  261.044846] usbcore: registered new interface driver smsusb


Richard

  parent reply	other threads:[~2010-08-04  7:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1280693675.git.mchehab@redhat.com>
2010-08-01 20:17 ` [PATCH 1/6] V4L/DVB: dib0700: properly implement IR change_protocol Mauro Carvalho Chehab
2010-08-01 20:17 ` [PATCH 2/6] V4L/DVB: dib0700: Fix RC protocol logic to properly handle NEC/NECx and RC-5 Mauro Carvalho Chehab
2010-08-01 20:17 ` [PATCH 3/6] V4L/DVB: smsusb: enable IR port for Hauppauge WinTV MiniStick Mauro Carvalho Chehab
2010-08-02  7:27   ` Richard Zidlicky
2010-08-03  2:01     ` Mauro Carvalho Chehab
2010-08-03 13:05       ` Richard Zidlicky
2010-08-03 13:32         ` Mauro Carvalho Chehab
2010-08-03 14:21           ` Jarod Wilson
2010-08-03 14:46           ` Richard Zidlicky
2010-08-03 15:23             ` Mauro Carvalho Chehab
2010-08-04  7:30           ` Richard Zidlicky [this message]
2010-08-01 20:21 ` [PATCH 4/6] V4L/DVB: standardize names at rc-dib0700 tables Mauro Carvalho Chehab
2010-08-01 20:21 ` [PATCH 5/6] V4L/DVB: sms: properly initialize IR phys and IR name Mauro Carvalho Chehab
2010-08-01 20:21 ` [PATCH 6/6] V4L/DVB: sms: Convert IR support to use the Remote Controller core Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100804073019.GA5692@linux-m68k.org \
    --to=rz@linux-m68k.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.com \
    --cc=mkrufky@kernellabs.com \
    --cc=udia@siano-ms.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.