Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e3823e14
Commit
e3823e14
authored
Oct 19, 2009
by
Charles Davis
Committed by
Alexandre Julliard
Oct 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Finish implementation of DVD_ReadKey() with key type DvdGetRpcKey on Linux.
parent
ca786887
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
cdrom.c
dlls/ntdll/cdrom.c
+2
-0
No files found.
dlls/ntdll/cdrom.c
View file @
e3823e14
...
...
@@ -2182,6 +2182,8 @@ static NTSTATUS DVD_ReadKey(int fd, PDVD_COPY_PROTECT_KEY key)
((
PDVD_RPC_KEY
)
key
->
KeyData
)
->
TypeCode
=
auth_info
.
lrpcs
.
type
;
((
PDVD_RPC_KEY
)
key
->
KeyData
)
->
RegionMask
=
auth_info
.
lrpcs
.
region_mask
;
((
PDVD_RPC_KEY
)
key
->
KeyData
)
->
RpcScheme
=
auth_info
.
lrpcs
.
rpc_scheme
;
((
PDVD_RPC_KEY
)
key
->
KeyData
)
->
UserResetsAvailable
=
auth_info
.
lrpcs
.
ucca
;
((
PDVD_RPC_KEY
)
key
->
KeyData
)
->
ManufacturerResetsAvailable
=
auth_info
.
lrpcs
.
vra
;
}
break
;
default:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment