All of lore.kernel.org
 help / color / mirror / Atom feed
* Starting input devices
@ 2005-03-23  1:40 Carlos Silva
  2005-03-23  6:50 ` Jan Engelhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Carlos Silva @ 2005-03-23  1:40 UTC (permalink / raw)
  To: linux-kernel

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

Hi guys,

i'm trying to find somethin in the kernel tree and i can't :(
I want to know, where are the input devices (say mice and keyb) are
initialized. Where does the kernel search the bus for this devices?

basically, what does he do to print this messages:

input: AT Translated Set 2 keyboard on isa0060/serio0
input: SynPS/2 Synaptics TouchPad on isa0060/serio1

i'm just trying to track down what i think it's a problem.


Thanks,
Carlos Silva

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Starting input devices
       [not found] <fa.g31iata.1i0qpgc@ifi.uio.no>
@ 2005-03-23  3:08 ` Bodo Eggert
  0 siblings, 0 replies; 3+ messages in thread
From: Bodo Eggert @ 2005-03-23  3:08 UTC (permalink / raw)
  To: Carlos Silva, linux-kernel

Carlos Silva <r3pek@r3pek.homelinux.org> wrote:

> basically, what does he do to print this messages:
> 
> input: AT Translated Set 2 keyboard on isa0060/serio0
> input: SynPS/2 Synaptics TouchPad on isa0060/serio1

grepping for "Translated" would have revealed drivers/input/keyboard/atkbd.c

(Spoiler: It calls printk :)

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

* Re: Starting input devices
  2005-03-23  1:40 Starting input devices Carlos Silva
@ 2005-03-23  6:50 ` Jan Engelhardt
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Engelhardt @ 2005-03-23  6:50 UTC (permalink / raw)
  To: Carlos Silva; +Cc: linux-kernel

>Hi guys,
>
>i'm trying to find somethin in the kernel tree and i can't :(

find /usr/src/linux -type f -print0 | xargs -0 grep YOURKEYWORD

>I want to know, where are the input devices (say mice and keyb) are
/drivers/input/
>initialized. Where does the kernel search the bus for this devices?
Somewhere else... :p


Jan Engelhardt
-- 

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

end of thread, other threads:[~2005-03-23  6:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-23  1:40 Starting input devices Carlos Silva
2005-03-23  6:50 ` Jan Engelhardt
     [not found] <fa.g31iata.1i0qpgc@ifi.uio.no>
2005-03-23  3:08 ` Bodo Eggert

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.