mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add support for the Supernote A6X2
This commit is contained in:
parent
b714fc5023
commit
6ff92e685f
@ -36,9 +36,10 @@ class DeviceDefaults:
|
|||||||
'send_to': ['NOOK/My Books', 'NOOK/My Files', 'NOOK', 'Calibre_Companion', 'Books', 'eBooks/import', 'eBooks', 'sdcard/ebooks'],
|
'send_to': ['NOOK/My Books', 'NOOK/My Files', 'NOOK', 'Calibre_Companion', 'Books', 'eBooks/import', 'eBooks', 'sdcard/ebooks'],
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
# Supernote A5 and A5X
|
# Supernote A5 and A5X and A6X2
|
||||||
({'vendor': 0x2207, 'product': 0x0031}, supernote_settings),
|
({'vendor': 0x2207, 'product': 0x0031}, supernote_settings),
|
||||||
({'vendor': 0x2207, 'product': 0x0011}, supernote_settings),
|
({'vendor': 0x2207, 'product': 0x0011}, supernote_settings),
|
||||||
|
({'vendor': 0x2207, 'product': 0x0007}, supernote_settings), # A6X2
|
||||||
)
|
)
|
||||||
|
|
||||||
def __call__(self, device, driver):
|
def __call__(self, device, driver):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user