linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix keyboard-force-release.sh to look for maps in the
@ 2010-02-12 23:11 Jerone Young
  2010-02-12 23:34 ` Jerone Young
  0 siblings, 1 reply; 2+ messages in thread
From: Jerone Young @ 2010-02-12 23:11 UTC (permalink / raw)
  To: linux-hotplug

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"




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-12 23:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12 23:11 [PATCH] fix keyboard-force-release.sh to look for maps in the Jerone Young
2010-02-12 23:34 ` Jerone Young

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).