diff options
-rw-r--r-- | drivers/ieee1394/sbp2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c index 5413dc43b9f1..24cd1e250d84 100644 --- a/drivers/ieee1394/sbp2.c +++ b/drivers/ieee1394/sbp2.c | |||
@@ -306,8 +306,9 @@ static const struct { | |||
306 | u32 model_id; | 306 | u32 model_id; |
307 | unsigned workarounds; | 307 | unsigned workarounds; |
308 | } sbp2_workarounds_table[] = { | 308 | } sbp2_workarounds_table[] = { |
309 | /* TSB42AA9 */ { | 309 | /* DViCO Momobay CX-1 with TSB42AA9 bridge */ { |
310 | .firmware_revision = 0x002800, | 310 | .firmware_revision = 0x002800, |
311 | .model_id = 0x001010, | ||
311 | .workarounds = SBP2_WORKAROUND_INQUIRY_36 | | 312 | .workarounds = SBP2_WORKAROUND_INQUIRY_36 | |
312 | SBP2_WORKAROUND_MODE_SENSE_8, | 313 | SBP2_WORKAROUND_MODE_SENSE_8, |
313 | }, | 314 | }, |