Tagged Questions

0
votes
2answers
24 views

Does this function IOHIDManagerRegisterDeviceMatchingCallback operate under the cocoa environment?

Hi, I am struggling to implement an HID control with a Mac : I cannot send the expected function as depicted here below: IOHIDManagerRegisterDeviceMatchingCallback( gIOHIDManager …
-1
votes
2answers
74 views

I am looking for sample code using bluetooth.

I am looking for sample code using bluetooth. Please teach when knowing.
1
vote
1answer
66 views

How to tell if a given path is mounted removable media in Mac OS X?

Given a path, in Mac OS X, is there a way to tell that it is a mounted CD or DVD, as opposed to a regular directory, a regular file, or mounted DMG or other mountable file type? S …
2
votes
1answer
64 views

How to know a device’s name from its device ID in OS X?

Hi all, I'm writing a program in OS X that receives click events from a mouse and a touchpad. When the user clicks at somewhere, the OS sends the device ID, which is just an int, …
1
vote
1answer
32 views

Using an IOService port reference to turn off a device…

Hello, This question relates to IO Kit programming on Mac OS X. I have an IO Service Port reference (io_service_t). Is there an API I can use to make whatever is on the end of t …
0
votes
0answers
9 views

IOUSBDeviceInterface CreateInterfaceIterator does not return all interfaces

Hello, I've ran into a problem when CreateInterfaceIterator does not return all interfaces for the device. When I open "USB Prober" it says there are 9 interfaces, but displays 14 …
2
votes
5answers
242 views

How can I get the icon for a storage device in Mac OS X?

I've found my devices using IOServiceGetMatchingServices and got the property dictionary like this: kernResult = IORegistryEntryCreateCFProperties(nextMedia, ( …
0
votes
3answers
353 views

Distinguishing between HFS+ and HFS Standard Volumes

IOKit and the DiskArbitration framework can tell me a lot of things about mounted volumes on a mac, but they don't seem to be able to differentiate between HFS+ and HFS Standard vo …
1
vote
1answer
69 views

Simulate USB insertion on OSX via software

How can I inject USB device nodes into OSX (>= 10.5) such as you might be able for debugging USB handlers / writing new USB drivers? I'm interested in this in order to handle non- …
2
votes
2answers
119 views

Programmatically get amount of RAM installed on OS X

I'm working on a machine that has 8 gigs of memory installed and I'm trying to programmatically determine how much memory is installed in the machine. I've already attempted using …
2
votes
2answers
153 views

Where can I systematically study how to write Mac OS X device drivers?

I'm looking for an exhaustive, university-level book or guide to study in order to gain the ability of writing Mac OS X device drivers. I'm totally ignorant on this OS, but I'm al …
0
votes
1answer
106 views

osx: how do I find the size of the disk i/o cache (write cache, for example)

I am looking to optimize my disk IO, and am looking around to try to find out what the disk cache size is. system_profiler is not telling me, where else can I look? edit: my prog …
1
vote
1answer
286 views

Is libusb the preferred method on Mac OS X to access USB device?

Is libusb the preferred method to talk to a device over USB (using AT commands) on OS X these days? Is there any high level equivalent in cocoa?
0
votes
1answer
45 views

FireLog: proper installation…

I have installed the firewiresdk26 on my dev mac... and in the Tools/ directory is FireLog. I have run the FireLog 2.0.0.pkg installer on my dev mac, but the payload it deploys is …
3
votes
1answer
723 views

com.apple.Dont_Steal_Mac_OS_X

com.apple.Dont_Steal_Mac_OS_X is a IOResources provider... Class Inheritance: Dont_Steal_Mac_OS_X : IOService : IORegistryEntry : OSObject how does it work? what does it do? t …

1 2 next
15 30 50 per page