Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logitech mouse driver does not work #8

Open
Chaoses-Ib opened this issue Oct 17, 2022 · 3 comments
Open

Logitech mouse driver does not work #8

Chaoses-Ib opened this issue Oct 17, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@Chaoses-Ib
Copy link
Owner

最新版的 G HUB 和 LGS 似乎直接阉割了部分鼠标功能。驱动不再支持鼠标按键或移动,G HUB 和 LGS 的 Lua 宏会使用 SendInput 而不是驱动来实现被阉割的功能。

Originally posted by @Chaoses-Ib in #4 (comment)

@Chaoses-Ib Chaoses-Ib added the bug Something isn't working label Oct 17, 2022
@Chaoses-Ib
Copy link
Owner Author

Chaoses-Ib commented Oct 17, 2022

Logitech G HUB v2022.9.315009

By SendInput (medium integrity):

  • MoveMouseRelative
  • MoveMouseTo
  • MoveMouseToVirtual
  • PressAndReleaseMouseButton
  • MoveMouseWheel

By the driver:

  • PressAndReleaseKey

By the way, G HUB takes up a total of 360MiB of working set in the background, while LGS only takes up 76MiB.

@Chaoses-Ib Chaoses-Ib changed the title Logitech G HUB mouse driver does not work Logitech mouse driver does not work Oct 17, 2022
@Chaoses-Ib
Copy link
Owner Author

Chaoses-Ib commented May 8, 2024

According to ekknod/logitech-cve#7 (comment), any version before and includes 2022.1.3492 (Jan 13th, 2022) works. After 2022.3.2300 (Mar 23th, 2022), it was patched.

One can find the old versions here: https://www.touslesdrivers.com/index.php?v_page=26&v_code=451

Backup for v2022.1.3492: https://github.com/Chaoses-Ib/IbInputSimulator/releases/download/v0.4.0/Logitech.G.HUB.v2022.1.3492+20220112.exe

Update: These archives are still online installers. However, the installer of v2022.1.3492 is not installing the newest version, but v2023.1.364016. Perhaps it can install v2022.1.3492 before, but now only versions after 2023 can be downloaded.

@Pennywise007
Copy link
Contributor

It looks like everything works with the latest(2024.3.553733) Logitech G-HUB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants