Skip Logitech webcams from hidpp checks #3145 - local constant for LOGITECH_VENDOR_ID as per code review

This commit is contained in:
Din Tort 2026-02-28 16:32:22 +01:00
parent 27d6d71ec9
commit 667ff1fab8
1 changed files with 2 additions and 2 deletions

View File

@ -36,10 +36,10 @@ from time import sleep
from typing import Any
from typing import Callable
from logitech_receiver.common import LOGITECH_VENDOR_ID
from hidapi.common import DeviceInfo
LOGITECH_VENDOR_ID = 0x046D
if typing.TYPE_CHECKING:
import gi