From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: printing-architecture@lists.linux-foundation.org
Subject: [Printing-architecture] [PATCH] braille: index: Avoid spurious EOF character
Date: Sun, 10 Apr 2016 18:31:22 +0200 [thread overview]
Message-ID: <20160410163122.GS2992@var.home> (raw)
In-Reply-To: <20160410162936.GR2992@var.home>
[-- Attachment #1: Type: text/plain, Size: 199 bytes --]
A double-EOF is used in some drivers to avoid some USB bug, but this
actually poses more problems than it solves, and notably the cooling fan
never stops, so stop sending double-EOF, only send one.
[-- Attachment #2: patch1 --]
[-- Type: text/plain, Size: 2061 bytes --]
=== modified file 'filter/braille/drivers/index/imageubrltoindexv3.in'
--- filter/braille/drivers/index/imageubrltoindexv3.in 2015-12-12 02:11:10 +0000
+++ filter/braille/drivers/index/imageubrltoindexv3.in 2016-04-10 15:30:51 +0000
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright (c) 2015 Samuel Thibault <samuel.thibault@ens-lyon.org>
+# Copyright (c) 2015-2016 Samuel Thibault <samuel.thibault@ens-lyon.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -311,6 +311,5 @@ fi ) | sed \
printf '\033\006'
# Finish document
printf '\032'
-printf '\032'
echo "INFO: Ready" >&2
=== modified file 'filter/braille/drivers/index/imageubrltoindexv4.in'
--- filter/braille/drivers/index/imageubrltoindexv4.in 2015-12-12 02:11:10 +0000
+++ filter/braille/drivers/index/imageubrltoindexv4.in 2016-04-10 15:30:58 +0000
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright (c) 2015 Samuel Thibault <samuel.thibault@ens-lyon.org>
+# Copyright (c) 2015-2016 Samuel Thibault <samuel.thibault@ens-lyon.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -312,6 +312,5 @@ fi ) | sed \
printf '\033\006'
# Finish document
printf '\032'
-printf '\032'
echo "INFO: Ready" >&2
=== modified file 'filter/braille/drivers/index/textbrftoindexv3.in'
--- filter/braille/drivers/index/textbrftoindexv3.in 2015-12-12 02:11:10 +0000
+++ filter/braille/drivers/index/textbrftoindexv3.in 2016-04-10 15:30:57 +0000
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Copyright (c) 2015 Samuel Thibault <samuel.thibault@ens-lyon.org>
+# Copyright (c) 2015-2016 Samuel Thibault <samuel.thibault@ens-lyon.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -92,6 +92,5 @@ else
fi
printf '\032'
-printf '\032'
echo "INFO: Ready" >&2
next prev parent reply other threads:[~2016-04-10 16:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-10 16:29 [Printing-architecture] [PATCH] braille: various fixes Samuel Thibault
2016-04-10 16:31 ` Samuel Thibault [this message]
2016-04-10 16:32 ` [Printing-architecture] [PATCH] braille: drop spurious output from tool checking Samuel Thibault
2016-04-10 16:34 ` [Printing-architecture] [PATCH] braille: Fix banner page printing Samuel Thibault
2016-04-10 17:25 ` [Printing-architecture] [PATCH] braille: various fixes Till Kamppeter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160410163122.GS2992@var.home \
--to=samuel.thibault@ens-lyon.org \
--cc=printing-architecture@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.