Re: [PATCH 02/18] lirc serial port receiver/transmitter device driver

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jarod Wilson
Date: Sunday, September 14, 2008 - 8:55 pm

On Saturday 13 September 2008 04:41:33 Stefan Bauer wrote:

I'd hope to get around to some testing myself much earlier in the weekend, but 
alas... Did just mix in a quick peed at lirc_i2c though:

...
lirc_dev: IR Remote Control driver registered, major 247 
bttv: driver version 0.9.17 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
cx88/0: cx2388x v4l2 driver version 0.0.6 loaded
lirc_i2c: chip 0x10020 found @ 0x18 (Hauppauge IR)
lirc_dev: lirc_register_driver: sample_rate: 10

No register_chrdev failure reported, everything looks the same as prior to the 
dynamic dev num change (save the dev num, of course), and I've got a 
/dev/lirc0, but I'm unable to see any IR signals (start up lircd, run irw, 
press buttons on remote).

...and I just took a quick look at lirc_i2c... The result from 
lirc_register_driver() is never checked, whereas it is in the lirc_serial case 
(which is where the register_chrdev error msg came from). Narf. So its likely 
the same failure, just not noticed (will fix lirc_i2c in a sec).

-- 
Jarod Wilson
jarod@redhat.com

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 02/18] lirc serial port receiver/transmitter de ..., Christoph Bartelmus, (Sat Sep 13, 12:09 am)
Re: [PATCH 02/18] lirc serial port receiver/transmitter de ..., Jarod Wilson, (Sun Sep 14, 8:55 pm)