up vote 3 down vote favorite
share [g+] share [fb]

Cheers,

does anyone know what component in Macbook identifies itself as "Apple Mikey HID Driver"? Joystick and Gamepad Tester detected my gamepad, the keyboard (with each key as a separate axis/button/whatever) and this mysterious device (with single axis/button identified as 'Page: 0x6, Usage: 0x22' which doesn't update).

This is in white Unibody Macbook '09.

Remark: While Googling for the component, I stumbled upon this mailing list post mentioning Apple IR?

link|improve this question

67% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Most likely Driver for the built in Microphone.

I did Google for AppleMikeyDriver or AppleMikeyDriver.kext (these are the OS X versions) and while there was no clear answer, there were a few (like parts from the syslog) which indicated a relationship to sound which makes sense with the given name too.

link|improve this answer
That makes little sense; microphone is not a human input device (HID); what is it doing representing itself as such? – Ivan Vučica Feb 26 '10 at 20:04
2  
It's a subcomponent of The HDA kext, and given the number of audio controls which are present on your keyboard, it's not surprising that there might be an HID driver for them. – Hasaan Chop Mar 18 '10 at 5:02
feedback

I downloaded a game for my Macbookpro, and it has a "Configure Controllers" section, and Apple Mikey HID, option, with a picture of a dual joystick controller. So I am thinking that it is a joystick controller that apple came out with at some time.

link|improve this answer
1  
Apple has never shipped a joystick controller. The closest it came to was the Pippin, a game system that had a controller with a mini trackball and a d-pad. Your game is just representing what it finds in the HID as a joystick controller because it can't figure out a more appropriate substitute. – NReilingh Jul 3 '11 at 5:08
1  
@Jake: That game probably just queries the system for all HID devices and thinks all of those presented as joysticks are truly joysticks. Which is what confused me, since this is NOT a joystick. – Ivan Vučica Jul 7 '11 at 10:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.