On 19 September 2012 09:52, MacBook Pro <[email protected]> wrote: > Hello > I work on Cocom Tatcher 4200 and the board can't recognize the Ir-receiver > > i launch the command > ir-interface /usr/share/ir_interface/cocom_nec.map & > Got the SoC information > Waiting for the PIC events… > when i list the input device at /proc/bus/input/devices i have the receiver > but no Physique adress like for a keyboard or a mouse > > I: Bus=0006 Vendor=8765 Product=4321 Version=0001 > N: Name="meego-tv-ir" > P: Phys= > S: Sysfs=/devices/virtual/input/input5 > U: Uniq= > H: Handlers=kbd event3 > B: PROP=0 > B: EV=13 > B: KEY=40 0 0 0 0 18000 4180 4801 1e1680 0 0 10000ffe > B: MSC=10 > > > When i list the input device by id (/dev/input/by-id/), the ir receiver isn't > recognized > > lrwxrwxrwx 1 root root 9 Jan 1 00:00 > usb-0461_USB_Optical_Mouse-event-mouse -> ../event2 > lrwxrwxrwx 1 root root 9 Jan 1 00:00 usb-0461_USB_Optical_Mouse-mouse -> > ../mouse0 > lrwxrwxrwx 1 root root 9 Jan 1 00:00 usb-_USB_Keyboard-event-if01 -> > ../event1 > lrwxrwxrwx 1 root root 9 Jan 1 00:00 usb-_USB_Keyboard-event-kbd -> > ../event0 > > please, i wish know what is the problem and how to resolve it. =) > > thx > _______________________________________________ > MeeGo-dev mailing list > [email protected] > http://lists.meego.com/listinfo/meego-dev > http://wiki.meego.com/Mailing_list_guidelines
Hi, Meego-tv-ir uses uinput have a look in /dev/input/uinput. Have a look at the code if you want to understand in detail how to handle the ir-remote. https://github.com/arfoll/meego-tv-IRinterface Cheers, Brendan -- Brendan Le Foll http://www.madeo.co.uk _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
