All of lore.kernel.org
 help / color / mirror / Atom feed
* Input: sunkbd concern
@ 2004-10-22 23:33 Dmitry Torokhov
  2004-10-27  1:06 ` David S. Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Torokhov @ 2004-10-22 23:33 UTC (permalink / raw)
  To: David S. Miller, Vojtech Pavlik; +Cc: LKML

Hi,

I have been looking at sunkbd.c and it seems that it attaches not only to
ports that speak SUNKBD protocol but also to ports that do not specify any
protocol:

	if ((serio->type & SERIO_PROTO) && (serio->type & SERIO_PROTO) != SERIO_SUNKBD)
		return;

Was that an oversight or it was done intentionally?

Thanks!

-- 
Dmitry

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

end of thread, other threads:[~2004-10-27  6:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-22 23:33 Input: sunkbd concern Dmitry Torokhov
2004-10-27  1:06 ` David S. Miller
2004-10-27  1:32   ` Dmitry Torokhov
2004-10-27  5:47     ` Vojtech Pavlik
2004-10-27  6:08       ` Dmitry Torokhov

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.