Skip to content

Commit

Permalink
Yet another Supernote USB product ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Mar 24, 2024
1 parent 7b16d17 commit a9d42f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/calibre/devices/mtp/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def __init__(self):
({'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):
Expand Down

0 comments on commit a9d42f8

Please sign in to comment.