Skip Logitech webcams from hidpp checks #3145 - local constant for LOGITECH_VENDOR_ID as per code review
This commit is contained in:
parent
27d6d71ec9
commit
667ff1fab8
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue