All of lore.kernel.org
 help / color / mirror / Atom feed
* patch proposal: verbosity
@ 2003-11-22 23:34 wwp
  0 siblings, 0 replies; only message in thread
From: wwp @ 2003-11-22 23:34 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

Hi hotpluggers,


I've noticed that /var/log/messages was showing messages like below:
	missing kernel or user mode driver <hid/mousedev>
when plugging-in/unplugging mouse, whereas both hid and mousedev
modules were already loaded.

The attached patch against hotplug.functions makes verbosity more
logical (or less confusing) to me. Does it sounds OK to you?


Regards,

-- 
wwp

[-- Attachment #2: hotplug.functions.patch --]
[-- Type: application/octet-stream, Size: 369 bytes --]

--- hotplug.functions.orig	2003-06-28 02:13:10.000000000 +0200
+++ hotplug.functions	2003-11-23 00:23:42.000000000 +0100
@@ -158,6 +158,9 @@
 		# (ioctls etc) not in setup scripts or modules.conf
 		LOADED=true
 	    fi
+	else
+		debug_mesg "... already loaded module:  $MODULE"
+		LOADED=true
 	fi
 
 	# always run setup scripts after any matching kernel code has had

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-22 23:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-22 23:34 patch proposal: verbosity wwp

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.