Fix model number of the Scubapro Aladin Sport Matrix.

The model number was wrong. Mea culpa.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Berthold Stoeger 2017-11-01 10:16:51 +01:00 committed by Linus Torvalds
parent e177b28627
commit 06c34fc8b0
3 changed files with 3 additions and 3 deletions

View File

@ -140,7 +140,7 @@ static const dc_descriptor_t g_descriptors[] = {
/* Scubapro G2 */ /* Scubapro G2 */
#ifdef USBHID #ifdef USBHID
{"Scubapro", "G2", DC_FAMILY_UWATEC_G2, 0x32}, // BLE {"Scubapro", "G2", DC_FAMILY_UWATEC_G2, 0x32}, // BLE
{"Scubapro", "Aladin Sport Matrix", DC_FAMILY_UWATEC_G2, 0xa5}, // BLE {"Scubapro", "Aladin Sport Matrix", DC_FAMILY_UWATEC_G2, 0x17}, // BLE
#endif #endif
/* Reefnet */ /* Reefnet */
{"Reefnet", "Sensus", DC_FAMILY_REEFNET_SENSUS, 1}, {"Reefnet", "Sensus", DC_FAMILY_REEFNET_SENSUS, 1},

View File

@ -35,7 +35,7 @@
#define RX_PACKET_SIZE 64 #define RX_PACKET_SIZE 64
#define TX_PACKET_SIZE 32 #define TX_PACKET_SIZE 32
#define ALADINSPORTMATRIX 0xa5 #define ALADINSPORTMATRIX 0x17
typedef struct scubapro_g2_device_t { typedef struct scubapro_g2_device_t {
dc_device_t base; dc_device_t base;

View File

@ -41,6 +41,7 @@
#define ALADINTEC2G 0x13 #define ALADINTEC2G 0x13
#define SMARTCOM 0x14 #define SMARTCOM 0x14
#define ALADIN2G 0x15 #define ALADIN2G 0x15
#define ALADINSPORTMATRIX 0x17
#define SMARTTEC 0x18 #define SMARTTEC 0x18
#define GALILEOTRIMIX 0x19 #define GALILEOTRIMIX 0x19
#define SMARTZ 0x1C #define SMARTZ 0x1C
@ -48,7 +49,6 @@
#define CHROMIS 0x24 #define CHROMIS 0x24
#define MANTIS2 0x26 #define MANTIS2 0x26
#define G2 0x32 #define G2 0x32
#define ALADINSPORTMATRIX 0xa5
#define UNSUPPORTED 0xFFFFFFFF #define UNSUPPORTED 0xFFFFFFFF