Yet another Supernote USB product ID

This commit is contained in:
Kovid Goyal 2024-03-24 08:51:08 +05:30
parent 7b16d17808
commit a9d42f8183
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -40,6 +40,7 @@ class DeviceDefaults:
({'vendor': 0x2207, 'product': 0x0031}, supernote_settings),
({'vendor': 0x2207, 'product': 0x0011}, supernote_settings),
({'vendor': 0x2207, 'product': 0x0007}, supernote_settings), # A6X2
({'vendor': 0x2207, 'product': 0x0017}, supernote_settings), # A6X2
)
def __call__(self, device, driver):