This is the system profiler result for the USB IR receiver
QUOTE
IR Receiver:
Version: 1.10
Bus Power (mA): 500
Speed: Up to 12 Mb/sec
Manufacturer: Apple Computer, Inc.
Product ID: 0x8240
Vendor ID: 0x05ac (Apple Computer, Inc.)
Version: 1.10
Bus Power (mA): 500
Speed: Up to 12 Mb/sec
Manufacturer: Apple Computer, Inc.
Product ID: 0x8240
Vendor ID: 0x05ac (Apple Computer, Inc.)
8240 is Hexa, when you convert it to Decimal you'll get 33344
05ac is Hexa, when you convert it to Decimal you'll get 1452
You must check in Windows or Linux for the Vendor and Product ID of your IR receiver.
Then go to this website and convert it (don't type 0x in the value to convert)
http://www.easycalculation.com/hex-converter.php
Then, edit the Info.plist inside AppleIRController.kext and replace it with the decimal numbers you just converted.
QUOTE
<key>idProduct</key>
<integer>33344</integer>
<key>idVendor</key>
<integer>1452</integer>
<integer>33344</integer>
<key>idVendor</key>
<integer>1452</integer>
in the terminal you must type
sudo chmod -R 755 /System/Library/Extensions/AppleIRController.kext
sudo chown -R root:wheel /System/Library/Extensions/AppleIRController.kext
sudo kextcache -k /System/Library/Extensions
and Voilą !
You can now restart and check with the tiny remote controller.
