From: Jerone Young <jerone.young@canonical.com>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] fix keyboard-force-release.sh to look for maps in the
Date: Fri, 12 Feb 2010 23:11:37 +0000 [thread overview]
Message-ID: <1266016297.2667.64.camel@laptop> (raw)
keyboard-force-release.sh was not updated when the name of the directory
holding the keys changed from force-release to force-release-maps.
Signed-off-by: Jerone Young <jerone.young@canonical.com>
diff --git a/extras/keymap/keyboard-force-release.sh b/extras/keymap/keyboard-force-release.sh
index b157ac3..e31af82 100644
--- a/extras/keymap/keyboard-force-release.sh
+++ b/extras/keymap/keyboard-force-release.sh
@@ -6,7 +6,7 @@
case "$2" in
/*) scf="$2" ;;
- *) scf="/lib/udev/keymaps/force-release/$2" ;;
+ *) scf="/lib/udev/keymaps/force-release-maps/$2" ;;
esac
read attr <"/sys/$1/force_release"
next reply other threads:[~2010-02-12 23:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-12 23:11 Jerone Young [this message]
2010-02-12 23:34 ` [PATCH] fix keyboard-force-release.sh to look for maps in the Jerone Young
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=1266016297.2667.64.camel@laptop \
--to=jerone.young@canonical.com \
--cc=linux-hotplug@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).