Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b9a3347 authored by Ben Collins's avatar Ben Collins
Browse files

sbp2: make TSB42AA9 workaround specific to Momobay CX-1



The workarounds are not required for DViCO Momobay FX-3A and AFAIR not
for Momobay CX-2. These contain an TSB42AA9A but feature the same
firmware_revision value as the older DViCO Momobay CX-1.

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: default avatarBen Collins <bcollins@ubuntu.com>
parent ff34d3bd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -306,8 +306,9 @@ static const struct {
	u32 model_id;
	unsigned workarounds;
} sbp2_workarounds_table[] = {
	/* TSB42AA9 */ {
	/* DViCO Momobay CX-1 with TSB42AA9 bridge */ {
		.firmware_revision	= 0x002800,
		.model_id		= 0x001010,
		.workarounds		= SBP2_WORKAROUND_INQUIRY_36 |
					  SBP2_WORKAROUND_MODE_SENSE_8,
	},