Hello All,
The driver seems to load, match and start but the HID driver still has
control. From ioreg, the probe value of my driver is "IOProbeScore" =
100000 while for HID it is "IOProbeScore" = 50000. My wild guess is
that "!registered, !matched" (from ioreg) for my device should be
"registered, matched". What do these thing mean and how can I change
them?
Thank you,
Pat
The driver loads. (TDRDiver)
Output from kextstat
98 0 0xb53000 0x3000 0x2000
com.apple.driver.CSRUSBBluetoothHCIController (1.5.4f6) <94 93 10>
99 0 0xb69000 0xb000 0xa000
com.apple.iokit.IOBluetoothSerialManager (1.5.4f6) <65 10>
100 0 0xae5000 0x6000 0x5000 com.apple.nke.SharedIP
(1.3.2) <10>
101 0 0x4d5000 0x8000 0x7000 com.apple.nke.IPFirewall
(1.3) <10>
105 0 0x25899000 0x5000 0x4000
com.apple.iokit.IOUSBHIDDriver (2.1.4) <28 18>
106 0 0x25fdc000 0x3000 0x2000
com.apple.driver.AppleUSBComposite (2.1.4) <28>
107 0 0x2589e000 0x2000 0x1000 com.My.driver.TDRDriver
(1.0.0d1) <28>
It matches.
[patsmac]/var/log> tail -10 system.log
Feb 21 23:44:06 localhost kernel: USBF: 309.691
IOUSBInterface[0x2388200]::open super::open failed (0x0)
Feb 21 23:53:13 localhost kernel: Timex Data Recorder: stalling for
module
Feb 21 23:53:13 localhost kernel: OHCI Root Hub Simulation: family
specific matching fails
Feb 21 23:53:13 localhost kernel: IOUSBDevice: family specific matching
fails
Feb 21 23:53:13 localhost kernel: OHCI Root Hub Simulation: family
specific matching fails
Feb 21 23:53:13 localhost kernel: OHCI Root Hub Simulation: family
specific matching fails
Feb 21 23:53:13 localhost kernel: EHCI Root Hub Simulation: family
specific matching fails
Feb 21 23:53:13 localhost kernel: Matching service count = 1
Feb 21 23:53:13 localhost kernel: IOService::probe(Timex Data Recorder)
Feb 21 23:53:13 localhost kernel: IOService::start(Timex Data Recorder)
<1>
[patsmac]/var/log>
_______________________________________________
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