Mailing Lists: Apple Mailing Lists

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

codeless kext, leopard, HID



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



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.