Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
43 views

What I do: Build the the AudioDriverKit example driver from Apple and install to an M1 Ipad. Allow the driver in the settings. Open some browser and go to Youtube. Play some video. Stop playback and ...
1 vote
0 answers
27 views

My driver is configured to match a specific USB device using both idVendor and idProduct, as defined in its Info.plist: <key>idVendor</key> <integer>1234</integer> <key>...
K880's user avatar
  • 41
1 vote
1 answer
51 views

The driver does not show up in the app settings after switching to "DriverKit USB Transport - VendorID". Previously, the app used "DriverKit USB Transport (development)" and everything worked as ...
2 votes
0 answers
37 views

I am migrating a KEXT driver to DEXT, using PCIDriverKit and SCSIControllerDriverKit on macOS. But I also want to write a loopback SCSI target in the DEXT for testing purpose. Is it possible to create ...
1 vote
0 answers
66 views

I am trying to open the Communication Control class IOUSBHostInterface in my USB driver, but it only seems to open on iPad Airs and not iPad Pros. I'm calling ivars->interruptInterface->Open(...
thoms's user avatar
  • 85
1 vote
0 answers
32 views

If I call RequestDeviceConfigurationChange with an OBObject created with OSNumber::withNumber, where do I need to call release() on the OBObject object. The documentation of OSNumber::withNumber says ...
1 vote
1 answer
81 views

I follow this guide Debugging and testing system extensions, and try to debug my dext code. In the Attach the debugger to your system extension, it said After your system extension launches, run the ...
1 vote
0 answers
92 views

We are developing a iPad accessory that connects to the USB-C port of an iPad Pro. For debugging, we are using iPad pro M4 and iPad Pro 12.9 (fifth gen). We are aware we can debug the app over wifi, ...
xarly's user avatar
  • 2,134
1 vote
0 answers
36 views

What is the difference between for example: SetPowerState(powerFlags, SUPERDISPATCH); and super::SetPowerState(powerFlags); The documentation for SetPowerState says that super:: should be called at ...
1 vote
0 answers
81 views

I'm using the following code to find the dext service. The code is executed on start-up. This is an app we develop for iPads and the driver is enabled in iOS settings before launching the app. ...
K880's user avatar
  • 41
1 vote
1 answer
84 views

I am using HIDStylusDriver to handle stylus input: I have a touch screen and I want to: Control the screen. I can enable the extension and control the touch screen successfully. Draw on this screen. ...
1 vote
0 answers
59 views

I'm trying to make an asynchronous bulk data read using IOUSBHostPipe AsyncIO/CompleteAsyncIO and send the data back to the user-space application using AsyncCompletion. virtual void AsyncCompletion(...
K880's user avatar
  • 41
2 votes
0 answers
92 views

We have a project that uses a custom driver and has entitlements for DriverKit and DriverKit USB transport. We do the detection of the device using IOKit but for transferring data we use DriverKit The ...
xarly's user avatar
  • 2,134
1 vote
0 answers
110 views

I'm creating a driver to communicate with a USB device. I try to make an asynchronous bulk data read by using AsyncIO. The problem I'm facing is that my CompleteAsyncIO doesn't get called when the ...
K880's user avatar
  • 41
3 votes
1 answer
177 views

We're developing a framework that needs to talk to a camera on iOS. We've written a Driverkit Extension to enable this but we're having trouble working out how to distribute this to third parties. We ...

15 30 50 per page
1
2 3 4 5
...
9

AltStyle によって変換されたページ (->オリジナル) /