All of lore.kernel.org
 help / color / mirror / Atom feed
* Switching off PS/2 keyboard
       [not found] <E1BaDva-0001Y8-LK@beton.cybernet.src>
@ 2004-06-15 13:28 ` Karel Kulhavý
  2004-06-15 15:05   ` Vojtech Pavlik
  0 siblings, 1 reply; 5+ messages in thread
From: Karel Kulhavý @ 2004-06-15 13:28 UTC (permalink / raw)
  To: linux-kernel

Hello

Is it possible to switch off PS/2 keyboard support in 2.4.25 make menuconfig?
I have searched through the make menuconfig and didn't find anything looking
like that.

Cl<

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

* Re: Switching off PS/2 keyboard
  2004-06-15 13:28 ` Switching off PS/2 keyboard Karel Kulhavý
@ 2004-06-15 15:05   ` Vojtech Pavlik
  2004-06-15 17:16     ` Karel Kulhavý
  0 siblings, 1 reply; 5+ messages in thread
From: Vojtech Pavlik @ 2004-06-15 15:05 UTC (permalink / raw)
  To: Karel Kulhavý; +Cc: linux-kernel

On Tue, Jun 15, 2004 at 01:28:49PM +0000, Karel Kulhavý wrote:

> Is it possible to switch off PS/2 keyboard support in 2.4.25 make menuconfig?
> I have searched through the make menuconfig and didn't find anything looking
> like that.

It is only possible in 2.6.

-- 
Vojtech Pavlik
SuSE Labs, SuSE CR

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

* Re: Switching off PS/2 keyboard
  2004-06-15 15:05   ` Vojtech Pavlik
@ 2004-06-15 17:16     ` Karel Kulhavý
  2004-06-15 20:16       ` Jan-Benedict Glaw
  2004-06-15 21:13       ` Vojtech Pavlik
  0 siblings, 2 replies; 5+ messages in thread
From: Karel Kulhavý @ 2004-06-15 17:16 UTC (permalink / raw)
  To: Vojtech Pavlik; +Cc: linux-kernel

On Tue, Jun 15, 2004 at 05:05:22PM +0200, Vojtech Pavlik wrote:
> On Tue, Jun 15, 2004 at 01:28:49PM +0000, Karel Kulhavý wrote:
> 
> > Is it possible to switch off PS/2 keyboard support in 2.4.25 make menuconfig?
> > I have searched through the make menuconfig and didn't find anything looking
> > like that.
> 
> It is only possible in 2.6.

OK, thanks.

Is it possible to switch off AT keyboard in 2.4?
Is it possible to switch off AT keyboard in 2.6?

Cl<

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

* Re: Switching off PS/2 keyboard
  2004-06-15 17:16     ` Karel Kulhavý
@ 2004-06-15 20:16       ` Jan-Benedict Glaw
  2004-06-15 21:13       ` Vojtech Pavlik
  1 sibling, 0 replies; 5+ messages in thread
From: Jan-Benedict Glaw @ 2004-06-15 20:16 UTC (permalink / raw)
  To: linux-kernel

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

On Tue, 2004-06-15 17:16:53 +0000, Karel Kulhavý <clock@twibright.com>
wrote in message <20040615171653.D6843@beton.cybernet.src>:
> On Tue, Jun 15, 2004 at 05:05:22PM +0200, Vojtech Pavlik wrote:
> > On Tue, Jun 15, 2004 at 01:28:49PM +0000, Karel Kulhavý wrote:
> > > Is it possible to switch off PS/2 keyboard support in 2.4.25 make menuconfig?
> > > I have searched through the make menuconfig and didn't find anything looking
> > > like that.
> > 
> > It is only possible in 2.6.
> 
> Is it possible to switch off AT keyboard in 2.4?

No. At least, not really. Of course, you'd f*ck up the interrupt handler
to not really handle the interrupt or to not deliver the fetched data...

> Is it possible to switch off AT keyboard in 2.6?

Easily, if you enable CONFIG_EMBEDDED. Just look into the Kconfig files
to see the dependancies.

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
   ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Switching off PS/2 keyboard
  2004-06-15 17:16     ` Karel Kulhavý
  2004-06-15 20:16       ` Jan-Benedict Glaw
@ 2004-06-15 21:13       ` Vojtech Pavlik
  1 sibling, 0 replies; 5+ messages in thread
From: Vojtech Pavlik @ 2004-06-15 21:13 UTC (permalink / raw)
  To: Karel Kulhavý; +Cc: linux-kernel

On Tue, Jun 15, 2004 at 05:16:53PM +0000, Karel Kulhavý wrote:
> On Tue, Jun 15, 2004 at 05:05:22PM +0200, Vojtech Pavlik wrote:
> > On Tue, Jun 15, 2004 at 01:28:49PM +0000, Karel Kulhavý wrote:
> > 
> > > Is it possible to switch off PS/2 keyboard support in 2.4.25 make menuconfig?
> > > I have searched through the make menuconfig and didn't find anything looking
> > > like that.
> > 
> > It is only possible in 2.6.
> 
> OK, thanks.
> 
> Is it possible to switch off AT keyboard in 2.4?
> Is it possible to switch off AT keyboard in 2.6?
 
AT Keyboard is the same as a PS/2 Keyboard from the OS point of view,
but because neither is an USB keyboard, I think you knew the answers
already.

-- 
Vojtech Pavlik
SuSE Labs, SuSE CR

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

end of thread, other threads:[~2004-06-15 21:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1BaDva-0001Y8-LK@beton.cybernet.src>
2004-06-15 13:28 ` Switching off PS/2 keyboard Karel Kulhavý
2004-06-15 15:05   ` Vojtech Pavlik
2004-06-15 17:16     ` Karel Kulhavý
2004-06-15 20:16       ` Jan-Benedict Glaw
2004-06-15 21:13       ` Vojtech Pavlik

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.