diff options
Diffstat (limited to 'drivers/firewire/core-transaction.c')
-rw-r--r-- | drivers/firewire/core-transaction.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/core-transaction.c b/drivers/firewire/core-transaction.c index eb6935c8ad94..d6a09b9cd8cc 100644 --- a/drivers/firewire/core-transaction.c +++ b/drivers/firewire/core-transaction.c | |||
@@ -1246,14 +1246,14 @@ static const u32 model_textual_descriptor[] = { | |||
1246 | 1246 | ||
1247 | static struct fw_descriptor vendor_id_descriptor = { | 1247 | static struct fw_descriptor vendor_id_descriptor = { |
1248 | .length = ARRAY_SIZE(vendor_textual_descriptor), | 1248 | .length = ARRAY_SIZE(vendor_textual_descriptor), |
1249 | .immediate = 0x03d00d1e, | 1249 | .immediate = 0x03001f11, |
1250 | .key = 0x81000000, | 1250 | .key = 0x81000000, |
1251 | .data = vendor_textual_descriptor, | 1251 | .data = vendor_textual_descriptor, |
1252 | }; | 1252 | }; |
1253 | 1253 | ||
1254 | static struct fw_descriptor model_id_descriptor = { | 1254 | static struct fw_descriptor model_id_descriptor = { |
1255 | .length = ARRAY_SIZE(model_textual_descriptor), | 1255 | .length = ARRAY_SIZE(model_textual_descriptor), |
1256 | .immediate = 0x17000001, | 1256 | .immediate = 0x17023901, |
1257 | .key = 0x81000000, | 1257 | .key = 0x81000000, |
1258 | .data = model_textual_descriptor, | 1258 | .data = model_textual_descriptor, |
1259 | }; | 1259 | }; |