← Back to team overview

mactel-support team mailing list archive

[Bug 157919] Re: appleir driver does not work with new macbook pro

 

Attached is the patch for appleir, which makes it work with the new macbooks (i.e., the ones which have IR device ID of 0x8242).
In addition, the patch changes the key codes for back and forward to correspond with those used on apple keyboards. That way media controls on the remote work out of the box (e.g., in rhythmbox).

** Attachment added: "appleir_add_device_id_for_new_macbooks.patch"
   http://launchpadlibrarian.net/16351456/appleir_add_device_id_for_new_macbooks.patch

-- 
appleir driver does not work with new macbook pro 
https://bugs.launchpad.net/bugs/157919
You received this bug notification because you are a member of Mactel
Support, which is the registrant for Mactel Support.

Status in Mactel Support: Confirmed
Status in “linux-ubuntu-modules-2.6.22” source package in Ubuntu: New
Status in “linux-ubuntu-modules-2.6.24” source package in Ubuntu: Confirmed

Bug description:
Binary package hint: linux-ubuntu-modules-2.6.22-14-generic

The appleir driver does not work on the most recent MacBook Pro. The device is now under a new id:

Bus 005 Device 024: ID 05ac:8242 Apple Computer, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x05ac Apple Computer, Inc.
  idProduct          0x8242 
  bcdDevice            0.16
  iManufacturer           1 Apple Computer, Inc.
  iProduct                2 IR Receiver
  iSerial                 0 
  bNumConfigurations      1


Compiling the module with USB_DEVICE_ID_APPLE_ID set to 0x8242 makes the module work, as long as it is loaded before usbhid.



Follow ups