[Git][wine/wine][master] 5 commits: winebth.sys: Add base winebth.sys driver.
Alexandre Julliard pushed to branch master at wine / wine Commits: e08ffccb by Vibhav Pant at 2024-11-26T23:13:53+01:00 winebth.sys: Add base winebth.sys driver. - - - - - a525fcfc by Vibhav Pant at 2024-11-26T23:21:31+01:00 winebth.sys: Add a basic unixlib stub using DBus. - - - - - 25999f14 by Vibhav Pant at 2024-11-26T23:21:31+01:00 winebth.sys: Create radio PDOs from the list of org.bluez.Adapter1 objects on BlueZ. Add a "bluetooth watcher", which builds a list of radio devices discovered from BlueZ and sends them to the driver in the form of BLUETOOTH_WATCHER_RADIO_DEVICE_ADDED events. Initially, send a list of org.bluez.Adapter1 objects discovered via GetManagedObjects. - - - - - 00fc74ba by Vibhav Pant at 2024-11-26T23:21:31+01:00 winebth.sys: Derive a unique hardware ID for radio PDOs from their corresponding BlueZ object path. - - - - - dd68c045 by Vibhav Pant at 2024-11-26T23:21:31+01:00 winebth.sys: Register and enable BTHPORT_DEVICE and BLUETOOTH_RADIO interfaces for radio PDOs. - - - - - 18 changed files: - MAINTAINERS - configure - configure.ac - + dlls/winebth.sys/Makefile.in - + dlls/winebth.sys/dbus.c - + dlls/winebth.sys/dbus.h - + dlls/winebth.sys/unixlib.c - + dlls/winebth.sys/unixlib.h - + dlls/winebth.sys/unixlib_priv.h - + dlls/winebth.sys/winebluetooth.c - + dlls/winebth.sys/winebth.c - + dlls/winebth.sys/winebth.inf - + dlls/winebth.sys/winebth.rc - + dlls/winebth.sys/winebth_priv.h - include/Makefile.in - + include/bthdef.h - loader/wine.inf.in - programs/wineboot/wineboot.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/33c16a812534802dd185541ec32ba7... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/33c16a812534802dd185541ec32ba7... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)