summarylogtreecommitdiffstats
path: root/0001-VFS0097-Update-vfs0090.h.patch
blob: 5445724ce6c6a44317bf3fc8b4a524b7949c2c12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
From 804bdcfe4179a2f350af5344dc0362111ab017ae Mon Sep 17 00:00:00 2001
From: piotrekzurek <43188116+piotrekzurek@users.noreply.github.com>
Date: Tue, 6 Oct 2020 10:50:06 +0200
Subject: [PATCH] Update vfs0090.h

Amend rsp lenghts for 0097 device
---
 vfs0090.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vfs0090.h b/vfs0090.h
index f3c2072..e8b4619 100644
--- a/vfs0090.h
+++ b/vfs0090.h
@@ -346,7 +346,7 @@ static const VfsDataExchange INIT_SEQUENCES[] = {
     .msg = INIT_SEQUENCE_MSG3,
     .msg_length = G_N_ELEMENTS (INIT_SEQUENCE_MSG3),
     .rsp = NULL,
-    .rsp_length = 84,
+    .rsp_length = 108,
   },
   {
     .msg = INIT_SEQUENCE_MSG4,
@@ -740,13 +740,13 @@ static const VfsDataExchange ACTIVATE_SEQUENCES[] = {
     .msg = ACTIVATE_SEQUENCE_MSG67,
     .msg_length = G_N_ELEMENTS (ACTIVATE_SEQUENCE_MSG67),
     .rsp = NULL,
-    .rsp_length = 84,
+    .rsp_length = 108,
   },
   {
     .msg = ACTIVATE_SEQUENCE_MSG67,
     .msg_length = G_N_ELEMENTS (ACTIVATE_SEQUENCE_MSG67),
     .rsp = NULL,
-    .rsp_length = 84,
+    .rsp_length = 108,
   },
   {
     .msg = SCAN_MATRIX,
-- 
2.28.0