Expand the range of errors reported by libusb_open.
Details
Details
- Reviewers
- None
- Group Reviewers
USB
- LIBUSB_ERROR_BUSY - open the same device twice
- LIBUSB_ERROR_NO_DEVICE - get list of devices, pause, unplug device, attempt to open the unplugged device.
- LIBUSB_ERROR_ACCESS - get list of devices, pause, alter permissions on the device node, attempt to open a device.
- LIBUSB_ERROR_INVALID_PARAM - pass a null device handle.
- LIBUSB_ERROR_NO_MEM - get list of devices, pause, simulate heap full, attempt to open a device.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 69383 Build 66266: arc lint + arc unit