-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Correct SAL issues in DMF_ThreadedBufferQueue. (#155)
2. Correct issue in DMF_VirtualHidMini that causes legacy devices with no report id to fail in User-mode (but not Kernel -mode). 3. Add DMF_UdeClient Module to make it easier to create virtual USB devices. 4. Correct report id issue in VirtualHidAmbientColorSensor. 5. Correct issues in DMF_HingeAngle and DMF_SimpleOrientation Modules. 6. Add new Method to DMF_AcpiTarget.
- Loading branch information
1 parent
8825488
commit 225c72d
Showing
15 changed files
with
2,933 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
// built using DMF. | ||
// | ||
|
||
// DMF Release: v1.1.82 | ||
// DMF Release: v1.1.83 | ||
// | ||
|
||
// eof: DmfVersion.h | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.