[Logcheck-commits] r1593 - in logcheck/trunk: debian rulefiles/linux/ignore.d.workstation

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Fri Jul 13 12:51:25 UTC 2007


Author: madduck
Date: 2007-07-13 12:51:25 +0000 (Fri, 13 Jul 2007)
New Revision: 1593

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
Log:
USB IDs are hexadecimal, not just decimal.


Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-07-13 12:41:29 UTC (rev 1592)
+++ logcheck/trunk/debian/changelog	2007-07-13 12:51:25 UTC (rev 1593)
@@ -23,6 +23,9 @@
     - ignore st load message.
     - patch by Remi Letot to ignore capi messages; thanks (closes: #422621).
 
+  * ignore.d.workstation/kernel:
+    - USB IDs are hexadecimal, not just decimal.
+
   * ignore.d.server/ntp:
     - ignore kernel time sync status change.
 
@@ -56,7 +59,7 @@
   * Patch for log-summary-ssh by Justin Pryzby to ignore messages related to
     invalid users as well as illegal ones (closes: #422525).
 
- -- martin f. krafft <madduck at debian.org>  Fri, 13 Jul 2007 13:49:40 +0200
+ -- martin f. krafft <madduck at debian.org>  Fri, 13 Jul 2007 14:48:27 +0200
 
 logcheck (1.2.56) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2007-07-13 12:41:29 UTC (rev 1592)
+++ logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2007-07-13 12:51:25 UTC (rev 1593)
@@ -68,7 +68,7 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? drivers/usb/input/hid-core.c: v[\:[:digit:].]+USB HID core driver$
 ^\w{3} [ :0-9]{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} [ :0-9]{11} [._[:alnum:]-]+ input.agent\[[0-9]+\]:[[:space:]]+((mouse|ts|ev|joy)dev|evbug): (already loaded|loaded successfully|blacklisted)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? input: USB HID v[.[:digit:]]+ (Joystick|Keyboard|Mouse) \[[ [:alnum:][:punct:]]+\] on usb-[\:[:digit:].-]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? input: USB HID v[.[:digit:]]+ (Joystick|Keyboard|Mouse) \[[ [:alnum:][:punct:]]+\] on usb-[\:[:xdigit:].-]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? input: [-_/[:alnum:][:space:]]+ as /class/input/input[[:digit:]]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? input: AT Translated Set 2 keyboard on isa[[:digit:]]+/serio[[:digit:]]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? pl2303 [-:0-9.]+ PL-2303 converter detected$




More information about the Logcheck-commits mailing list