[Logcheck-commits] Frédéric Brière : i.d.w/kernel: allow '.' in input device name
Frédéric Brière
fbriere-guest at alioth.debian.org
Sun May 1 16:18:29 UTC 2011
Module: logcheck
Branch: master
Commit: dc8908020f0402939452705e52d23abe527d9b79
URL: http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=dc8908020f0402939452705e52d23abe527d9b79
Author: Frédéric Brière <fbriere at fbriere.net>
Date: Sun May 1 11:04:25 2011 -0400
i.d.w/kernel: allow '.' in input device name
This allows matching "Plus More Enterprise LTD. USB-compliant keyboard"
in my case.
---
debian/changelog | 4 ++++
rulefiles/linux/ignore.d.workstation/kernel | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d5b8828..a9aa7f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -68,6 +68,10 @@ logcheck (1.3.14) unstable; urgency=low
- updated copyright year to 2011
- added myself as team member
+ [ Frédéric Brière ]
+ * ignore.d.workstation/kernel:
+ - allow '.' in input device name
+
-- Hannes von Haugwitz <hannes at vonhaugwitz.com> Thu, 17 Feb 2011 06:43:37 +0100
logcheck (1.3.13) unstable; urgency=low
diff --git a/rulefiles/linux/ignore.d.workstation/kernel b/rulefiles/linux/ignore.d.workstation/kernel
index b8cebb2..1f67733 100644
--- a/rulefiles/linux/ignore.d.workstation/kernel
+++ b/rulefiles/linux/ignore.d.workstation/kernel
@@ -82,7 +82,7 @@
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? drivers/usb/class/cdc-acm.c: v[\:[:digit:].]+USB Abstract Control Model driver for USB modems and ISDN adapters$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ input.agent\[[[:digit:]]+\]:[[:space:]]+((mouse|ts|ev|joy)dev|evbug): (already loaded|loaded successfully|blacklisted)$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? (generic-usb [.:[:xdigit:]]+: )?input(,hidraw[[:digit:]]+)?: USB HID v[.[:digit:]]+ (Joystick|Keyboard|Mouse|Device) \[[ [:alnum:][:punct:]]+\] on usb-[\:[:xdigit:].-]+(/input[[:digit:]]+)?$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? input: [-_/:[:alnum:][:space:]]+ as [-.:/[:alnum:]]+$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? input: [-._/:[:alnum:][:space:]]+ as [-.:/[:alnum:]]+$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? input: AT Translated Set 2 keyboard on isa[[:digit:]]+/serio[[:digit:]]+$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? pl2303 [-:[:digit:].]+ PL-2303 converter detected$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? usb [-:[:digit:]]+ [-[:alnum:][:space:]]+ converter now attached to ttyUSB[[:digit:]]+$
More information about the Logcheck-commits
mailing list