Alexandre Julliard pushed to branch master at wine / wine
Commits:
bbc590a9 by Vibhav Pant at 2025-07-11T18:26:31+02:00
winebth.sys: Create PDOs for remote Bluetooth devices.
- - - - -
012e11ae by Vibhav Pant at 2025-07-11T18:26:44+02:00
winebth.sys: Store a list of GATT services discovered on LE devices.
Enable GUID_BLUETOOTHLE_DEVICE_INTERFACE for remote devices that have GATT services, and store them
on the PE driver.
- - - - -
2506b6e5 by Vibhav Pant at 2025-07-11T18:26:44+02:00
winebth.sys: Implement IOCTL_WINEBTH_LE_DEVICE_GET_GATT_SERVICES.
- - - - -
6da8c51b by Vibhav Pant at 2025-07-11T18:26:44+02:00
bluetoothapis: Implement BluetoothGATTGetServices.
- - - - -
65408b64 by Vibhav Pant at 2025-07-11T18:26:44+02:00
bluetoothapis/tests: Add tests for BluetoothGATTGetServices.
- - - - -
17 changed files:
- dlls/bluetoothapis/Makefile.in
- dlls/bluetoothapis/bluetoothapis.spec
- + dlls/bluetoothapis/gatt.c
- dlls/bluetoothapis/main.c
- dlls/bluetoothapis/tests/Makefile.in
- + dlls/bluetoothapis/tests/gatt.c
- dlls/winebth.sys/dbus.c
- dlls/winebth.sys/unixlib.c
- dlls/winebth.sys/unixlib.h
- dlls/winebth.sys/winebluetooth.c
- dlls/winebth.sys/winebth.c
- dlls/winebth.sys/winebth_priv.h
- include/Makefile.in
- + include/bluetoothleapis.h
- + include/bthledef.h
- + include/ddk/bthguid.h
- include/wine/winebth.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cec0ca48f118a22780f3bc9a44ec2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cec0ca48f118a22780f3bc9a44ec2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
14369ba6 by Vibhav Pant at 2025-07-11T10:47:49+02:00
cfgmgr32/tests: Add tests for fetching specific properties in DevGetObjects.
- - - - -
25823e5d by Vibhav Pant at 2025-07-11T10:47:49+02:00
cfgmgr32: Stub DevCreateObjectQuery(Ex) functions.
- - - - -
a4bae92c by Vibhav Pant at 2025-07-11T10:47:50+02:00
cfgmgr32: Implement initial device enumeration for DevCreateObjectQuery.
- - - - -
cec0ca48 by Vibhav Pant at 2025-07-11T10:47:50+02:00
cfgmgr32: Support fetching properties for device objects in Dev{GetObjects, CreateObjectQueryEx}.
- - - - -
3 changed files:
- dlls/cfgmgr32/cfgmgr32.spec
- dlls/cfgmgr32/main.c
- dlls/cfgmgr32/tests/cfgmgr32.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ce389391fb5422794a314587b8da1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ce389391fb5422794a314587b8da1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f6309b3a by Arkadiusz Hiler at 2025-07-10T22:20:11+02:00
cfgmgr32: Preserve registry casing when getting device interface list.
This fixes SDL3 wrongly using their HIDAPI backend for XInput devices on
Wine due to a case-sensitive check for `&IG_`.
- - - - -
3 changed files:
- dlls/cfgmgr32/tests/Makefile.in
- dlls/cfgmgr32/tests/cfgmgr32.c
- dlls/setupapi/devinst.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f6309b3a885e08b06fd9ab7e8b2c6d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f6309b3a885e08b06fd9ab7e8b2c6d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
33e9ca2b by Alexandre Julliard at 2025-07-10T09:17:50+02:00
oleaut32: Use DOUBLE type where appropriate to match the PSDK.
And avoid some clang alignment mismatch warnings.
- - - - -
41aa3d5c by Alexandre Julliard at 2025-07-10T09:38:52+02:00
include: Use aligned int64 types where possible.
Avoids some clang alignment mismatch warnings.
- - - - -
d365d666 by Alexandre Julliard at 2025-07-10T22:20:11+02:00
setupapi/tests: Don't test an uninitialized value.
- - - - -
15 changed files:
- dlls/oleaut32/tests/vartest.c
- dlls/oleaut32/tests/vartype.c
- dlls/oleaut32/variant.c
- dlls/oleaut32/vartype.c
- dlls/propsys/tests/propsys.c
- dlls/setupapi/tests/diskspace.c
- dlls/vbscript/global.c
- include/basetsd.h
- include/mfapi.h
- include/msdelta.h
- include/oleauto.h
- include/shlwapi.h
- include/sysinfoapi.h
- include/webservices.h
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43654e091ced80aaf6e3656364495…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43654e091ced80aaf6e3656364495…
You're receiving this email because of your account on gitlab.winehq.org.