public class DefaultUsbInterfacePolicy extends Object implements UsbInterfacePolicy
| Constructor and Description |
|---|
DefaultUsbInterfacePolicy() |
public boolean forceClaim(UsbInterface usbInterface)
This will try to forcibly claim the UsbInterface. This is only intended as a flag to the implementation to try everything possible to allow a successful claim. The implementation may try to override any other driver(s) that have the interface claimed.
The implementation is not required to use this flag.
WARNING: This should only be used if you are absolutely sure you want to drive the interface.
forceClaim in interface UsbInterfacePolicyusbInterface - The UsbInterface being claimed.Copyright © 2014 LSST. All Rights Reserved.