Skip to content

Commit c24c578

Browse files
committed
dll: Provide 64-bit MSVC DLL library
x64 library compiled with Visual Studio 2017. Contains a fix for sending feature reports to devices claimed by Windows, like mouse or keyboard. Signed-off-by: Kubicz, Filip <[email protected]>
1 parent 36894d7 commit c24c578

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dll/hidapi-x64.dll

18 KB
Binary file not shown.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
'Programming Language :: Python :: 2.7',
2222
'Programming Language :: Python :: 3',
2323
],
24-
data_files=[
25-
('', ['dll\\hidapi.dll'])
24+
data_files=[
25+
('', ['dll\\hidapi.dll']),
26+
('', ['dll\\hidapi-x64.dll'])
2627
],
2728
keywords='',
2829
author='Austin Morton',

0 commit comments

Comments
 (0)