Page 2 of 2

Re: Patch: Toshiba T3100e

Posted: Sat 04 Nov, 2017 1:30 pm
by SarahWalker
t3100e_fdd.patch doesn't build - t3100e_mono_get() is missing.

Re: Patch: Toshiba T3100e

Posted: Sat 04 Nov, 2017 5:44 pm
by JohnElliott
I must have missed that change. Fortunately it's very simple:

Code: Select all

--- ../../387ac.new/src/t3100e.c        2017-10-31 21:26:06.620399406 +0000
+++ t3100e.c    2017-10-28 23:52:05.471634863 +0100
@@ -362,6 +362,16 @@
        t3100e_ems.notify = value;
 }
 
+void t3100e_mono_set(uint8_t value)
+{
+       t3100e_ems.mono = value;
+}
+
+uint8_t t3100e_mono_get(void)
+{
+       return t3100e_ems.mono;
+}
+
 
 void t3100e_turbo_set(uint8_t value)
 {


Re: Patch: Toshiba T3100e

Posted: Sat 18 Nov, 2017 10:15 pm
by JohnElliott
Did you want me to create a revised t3100e_fdd.patch for this issue?

Re: Patch: Toshiba T3100e

Posted: Sun 19 Nov, 2017 9:31 pm
by SarahWalker
Sorry for the delay! Committed at rev 933.