linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6] Input: typo in device matching
@ 2003-08-23  6:31 Dmitry Torokhov
  0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2003-08-23  6:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: Vojtech Pavlik

Hi, 

There was a bit too much of cut-n-paste in input.c.

Dmitry


diff -urN --exclude-from=/usr/src/exclude 2.5.72-vanilla/drivers/input/input.c linux-2.5.72/drivers/input/input.c
--- 2.5.72-vanilla/drivers/input/input.c	2003-06-19 20:23:32.000000000 -0500
+++ linux-2.5.72/drivers/input/input.c	2003-06-23 22:15:49.000000000 -0500
@@ -280,7 +280,7 @@
 			if (id->id.product != dev->id.product)
 				continue;
 		
-		if (id->flags & INPUT_DEVICE_ID_MATCH_BUS)
+		if (id->flags & INPUT_DEVICE_ID_MATCH_VERSION)
 			if (id->id.version != dev->id.version)
 				continue;
 

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

only message in thread, other threads:[~2003-08-23  6:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-23  6:31 [PATCH 2.6] Input: typo in device matching Dmitry Torokhov

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