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: codeless kext, leopard, HID



Fabrizio,

1. have you verified that you can manually load the kext using
sudo kextload -t /System/Library/Extensions/YourCodeless.kext
2. If you copied the kext to /S/L/E, did you do touch /S/L/E and reboot.
3. You should try installing the IOUSBFamily log version and use the logging facility at level 6 to see which kexts were matched to the Logitech device.


The match criteria which you specify below will have the highest match priority.

best wishes.

rich kubota

At 1:59 PM +0100 12/5/07, Fabrizio Sestito wrote:
Hello,
I ported g15daemon (a Logitech g15 leyboard driver using libusb) to
Tiger and it works fine using a codeless kext.
I'm not able to launch the same daemon on 10.5.x, it ends with libusb
errors (device handled exclusively by HID kernel module).
It seems that my codeless kext is not working properly.

This is the Info.plist (working on 10.4.x)

<plist version="1.0">
    <dict>
        <key>CFBundleDevelopmentRegion</key> <string>English</string>
        <key>CFBundleGetInfoString</key> <string>Libusb USB device
Shield</string>
        <key>CFBundleIdentifier</key> <string>com.libusb.USB_Shield</string>
        <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
        <key>CFBundleName</key> <string>Libusb USB device Shield</string>
        <key>CFBundlePackageType</key> <string>KEXT</string>
        <key>CFBundleSignature</key> <string>????</string>
        <key>CFBundleVersion</key> <string>6.0</string>
        <key>IOKitPersonalities</key>
        <dict>
            <key>Logitech G15</key>
                <dict>
                    <key>CFBundleIdentifier</key>
                    <string>com.apple.kernel.iokit</string>
                    <key>IOClass</key>
                    <string>IOService</string>
                    <key>IOProbeScore</key>
                    <integer>106000</integer>
                    <key>IOProviderClass</key>
                    <string>IOUSBInterface</string>
                    <key>bConfigurationValue</key>
                    <integer>1</integer>
                    <key>bInterfaceNumber</key>
                    <integer>0</integer>
                    <key>bcdDevice</key>
                    <integer>259</integer>
                    <key>idProduct</key>
                    <integer>49698</integer>
                    <key>idVendor</key>
                    <integer>1133</integer>
                </dict>
        </dict>
        <key>OSBundleCompatibleVersion</key> <string>1.8</string>
        <key>OSBundleLibraries</key>
        <dict>
            <key>com.apple.kernel.iokit</key> <string>6.0</string>
        </dict>
    </dict>
</plist>

Thanks in advance.
Fabrizio.
 _______________________________________________
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

-- Sincerely, Rich Kubota email@hidden (408) 974-6212 _______________________________________________ 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: 
 >codeless kext, leopard, HID (From: "Fabrizio Sestito" <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.