Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to talk to a composite/HID USB device



You have some kernel extension that is matching to the IOUSBInterface of your device and preventing the IOUSBHIDDriver from matching to the device.

You can use the following to search for the offending kext:

% find /System/Library/Extensions -name "Info.plist" -exec grep -H 1155 "{}" \;

This will search all the Info.plist files for one that contains "1155", the idVendor of your device. Judging from the IOProbeScore of 100000 and the values in the ioregistry, the kext in question is doing a vendor specific match by specifying idVendor/idProduct/ bcdDevice/bConfigurationValue/bInterfaceNumber.


HTH,

--
Fernando Urbina
USB Technology Team
Apple Computer, Inc.

On Aug 4, 2005, at 8:40 AM, Anne G wrote:

USB prober declares the USB device to be an HID interface,

but ioreg does not talk about HID at all. Can some one tell
me what driver is being associated with this device, and
what to do so HID explorer works with this HID device?


    | |   |     | +-o IOService  <class IOService,
!registered, !matched, active, busy 0, retain count 4>
    | |   |     | |   {
    | |   |     | |     "idProduct" = 53
    | |   |     | |     "bConfigurationValue" = 1
    | |   |     | |     "IOClass" = "IOService"
    | |   |     | |     "IOProbeScore" = 100000
    | |   |     | |     "IOMatchCategory" =
"IODefaultMatchCategory"
    | |   |     | |     "bInterfaceNumber" = 0
    | |   |     | |     "idVendor" = 1155
    | |   |     | |     "CFBundleIdentifier" =
"com.apple.kernel.iokit"
    | |   |     | |     "IOProviderClass" = "IOUSBInterface"
    | |   |     | |     "bcdDevice" = 273
    | |   |     | |   }
    | |   |     | |

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Usb mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/usb/email@hidden

This email sent to email@hidden
References: 
 >Re: How to talk to a composite/HID USB device (From: Anne G <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.