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: Kext description to not seize the default mass storage driver



Ok, for me the follow Info.plist is well. If I call

sudo kextload <my_path>/CmSwitch.kext 

and then I connect my device, the it work. I can access the 
device from user space by using IOUSBLib calls. So I have
raw access to the device and the device is not mountable.

But currently, the kernel not automaticly load my "kext".
Any Hints? Is the IOProbeScore invalid?


Thanks for your help
Heiko


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleIdentifier</key>
	<string>com.wibu.codemeter.CmSwitch</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0.5</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0.5</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>CM-Stick orig</key>
		<dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.iokit.IOUSBFamily</string>
			<key>IOClass</key>
			<string>IOService</string>
			<key>IOProbeScore</key>
                        <integer>10000</integer>
			<key>IOProviderClass</key>
			<string>IOUSBInterface</string>
			<key>bConfigurationValue</key>
			<integer>1</integer>
			<key>bInterfaceClass</key>
			<integer>8</integer>
			<key>bInterfaceNumber</key>
			<integer>0</integer>
			<key>bInterfaceSubClass</key>
			<integer>6</integer>
			<key>bcdDevice</key>
			<integer>256</integer>
                        <key>idProduct</key>
                        <integer>1233</integer>
                        <key>idVendor</key>
                        <integer>1615</integer>
		</dict>
	</dict>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IOUSBFamily</key>
		<string>1.8</string>
	</dict>
</dict>
</plist>


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

This email sent to email@hidden

References: 
 >Kext description to not seize the default mass storage driver (From: Heiko Abraham <email@hidden>)
 >Re: Kext description to not seize the default mass storage driver (From: John Dalgliesh <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.