1. 29 May, 2023 1 commit
  2. 19 Dec, 2022 1 commit
  3. 22 Nov, 2022 1 commit
  4. 25 Jul, 2022 2 commits
  5. 09 Jun, 2022 1 commit
  6. 16 May, 2022 1 commit
  7. 01 Feb, 2022 1 commit
  8. 13 Oct, 2021 1 commit
  9. 04 Oct, 2021 1 commit
  10. 29 Sep, 2021 3 commits
  11. 03 Sep, 2021 1 commit
  12. 16 Aug, 2021 1 commit
  13. 10 Aug, 2021 2 commits
  14. 09 Aug, 2021 1 commit
  15. 04 Aug, 2021 1 commit
  16. 01 Jul, 2021 1 commit
  17. 30 Jun, 2021 1 commit
  18. 04 Jun, 2021 2 commits
  19. 10 May, 2021 1 commit
    • Rémi Bernon's avatar
      hidclass.sys: Use __wine_send_input to send device notifications. · c0fc8999
      Rémi Bernon authored
      When INPUT type is INPUT_HARDWARE and hi.uMsg is WM_INPUT_DEVICE_CHANGE,
      the RAWINPUT structure usage is a non-standard extension for Wine
      internal usage:
      
      * header.wParam contains the message GIDC_ARRIVAL / GIDC_REMOVAL wparam,
      
      * hid.bRawData contains two words, which are the HID device UsagePage
        and Usage words, instead of a real HID report.
      
      This will let us use the same entry point and structures to send device
      notifications as for the HID reports in the future (which will be sent
      with INPUT_HARDWARE type / WM_INPUT uMsg instead).
      
      This currently does nothing, because the INPUT_HARDWARE messages are
      currently dropped, and because winedevice.exe desktop is different from
      the default desktop.
      
      Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50506Signed-off-by: 's avatarRémi Bernon <rbernon@codeweavers.com>
      Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
      c0fc8999
  20. 05 May, 2021 1 commit
  21. 03 May, 2021 1 commit
  22. 23 Apr, 2021 1 commit
  23. 20 Apr, 2021 1 commit
  24. 19 Apr, 2021 3 commits
  25. 16 Apr, 2021 2 commits
  26. 14 Apr, 2021 1 commit
  27. 12 Apr, 2021 1 commit
  28. 24 Mar, 2021 1 commit
  29. 12 Feb, 2021 2 commits
  30. 16 Nov, 2020 1 commit
  31. 10 Sep, 2019 1 commit