public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.5.2-dj4
@ 2002-01-22 14:16 Dave Jones
  2002-01-22 16:40 ` Vojtech Pavlik
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2002-01-22 14:16 UTC (permalink / raw)
  To: Linux Kernel

This syncs up to pre2 (pre3 next time), and includes Vojtech's (and others)
input layer reworking to get it some more testing before it goes Linuswards.
Anyone with any input device (yes, even just a keyboard)
now has to enable this, and the relevant keyboard driver.

Some more bits are starting to trickle into Linus tree slowly,
hopefully some of the larger bits (filesystems, vm updates and the likes)
will go next.

Patch against 2.5.2 vanilla is available from:
ftp://ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/

 -- Davej.

2.5.2-dj4
o   Merge 2.5.3-pre2
o   Scheduler update to J4.			(Ingo Molnar)
o   Input layer updates.			(Vojtech Pavlik, James Simmons)
o   Matroxfb Configure.help updates.		(Robert love)
o   Framebuffer colourmap improvements.		(James Simmons)
o   Fix FAT infinite loops.			(OGAWA Hirofumi)
o   Various compile fixes.			(Me)
o   Small cpqarray cleanup.			(Me)
o   devfs fixes.				(Richard Gooch)
    | should fix the no-booting problem some people saw.
o   ipv6 endian fixes.				(Russell King)
o   Make AFFS fsx-proof.			(Roman Zippel)


2.5.2-dj3
o   Remove/Add some mismerged bits.			(Me)
o   Reiserfs rename fixes.				(Oleg Drokin)
o   Remove 2.4 only netdriver changes.			(Jeff Garzik, Me)
o   Scheduler update to J2				(Ingo Molnar)
o   GUID partition support update.			(Matt Domsch)
o   Configure help entries for IDE.			(Andre Hedrick, Rob Radez,
							 Anton Altaparmakov)
o   Reduce NTFS vmalloc use.				(Anton Altaparmakov)
o   Parallel port SCSI zip driver update.		(derek@signalmarketing.com)
o   Iforce & Vortex joystick compile fix.		(James Simmons)
o   IDE Tape driver bio fixes.				(Frank Davis)
o   i820 & i830mp AGPGart & APM fix.			(Nicolas Aspert)
o   i820up AGPGart recognition.				(Daniele Venzano)
o   Radeonfb 1400x1050 mode timings.			(Michael Clark)


2.5.2-dj2
o   Merge 2.4.18pre4
o   Remove duplicate soundblaster ISAPNP ID.		(Jeff Garzik)
o   devexit fix for dmfe.				(Jeff Garzik)
o   Multiport tulip irq assignment fix.			(Christoph Dworzak)
o   Small include file cleanup.				(Andi Kleen)
o   message cleanup of fatfs				(OGAWA Hirofumi)
o   GUID Partition Tables support.			(Matt Domsch)
o   Hyperthreading support for MTRR.			(Sunil Saxena)
o   More fbdev infrastructure work.			(James Simmons)
o   Numerous advansys driver fixes.			(Douglas Gilbert)
o   buffer.c thinko.					(Andrew Morton)
o   Fix ramdisk compile breakage.			(Me)
o   Fix acpitable.c mapping problems.			(James Cleverdon)
o   Input layer reworking.				(James Simmons,
							 Vojtech Pavlik)
o   Netfilter build fix.				(Steven Cole)
o   ATA PIO & Multimode fixes.				(Jens Axboe)
o   Update scheduler to J0.				(Ingo Molnar, others)
o   fbdev colormap cleanup.				(James Simmons)


2.5.2-dj1
o   Merge 2.5.2 final.
o   Merge 2.5.3pre1
o   Numerous compile fixes.				(Various)
o   Fix crc32 JFFS2 problem.				(Russell King)
o   Remove left over ARM bits from 2.5.1-dj15.		(Me)
o   Mips Magnum fb compile fix.				(Me)
o   Update to sched-I3					(Ingo Molnar)
o   Add missing cp1250 file.				(Me)


2.5.1-dj15
o   Merge selective bits of 2.4.18pre3ac1 & ac2
    | Drop rmap (except for rate-limit oom_kill change),
    | IDE changes & 32bit uid quota
o   Add 'nowayout' module param for watchdogs.		(Matt Domsch)
o   BSD partition fixes.				(Andries Brouwer)
o   wavelan_cs update					(Jean Tourrilhes)
o   Numerous LVM fixes.					(andersg)
o   Prevent ramdisk buffercache corruption.		(Andrea Arcangeli)
o   MS_ASYNC implementation.				(Andrea, Andrew Morton)
o   Truncate blocks when prepare_write() fails.		(Andrea, Andrew Morton)
o   winbond-840 OOM handling.				(Manfred Spraul)
o   Natsemi OOM handling.				(Manfred Spraul)
o   Eliminate some stalls in i386 syscall path.		(Alex Khripin)
o   Export release_console_sem()			(Andrew Morton)
o   Remove bogus sbp2 changes.				(Christoph Hellwig)
o   Remove i386 mmu_context.h				(Me)
o   Remove reiserfs build warnings.			(Me)
o   Fix ignorance of SCSI I/O errors.			(Peter Osterlund)
o   Fix IDE floppy thinko.				(Luc Van Oostenryck)
o   Radeonfb compile fixes.				(Erik Andersen)
o   Radeonfb flat panel support.			(Michael Clark)
o   Remove bogus extraneous return.			(Paul Gortmaker)
o   Fix potential oom-killer race.			(Andres Salomon)
o   Fix bio + highmem bounce BUG().			(Jens Axboe)
o   PATH_MAX fixes.					(Rusty Russell)
o   Frame buffer _setcolreg changes.			(James Simmons)


-- 
Dave Jones.                    http://www.codemonkey.org.uk
SuSE Labs.

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

* Re: Linux 2.5.2-dj4
  2002-01-22 14:16 Linux 2.5.2-dj4 Dave Jones
@ 2002-01-22 16:40 ` Vojtech Pavlik
  0 siblings, 0 replies; 2+ messages in thread
From: Vojtech Pavlik @ 2002-01-22 16:40 UTC (permalink / raw)
  To: Linux Kernel

On Tue, Jan 22, 2002 at 02:16:09PM +0000, Dave Jones wrote:

> This syncs up to pre2 (pre3 next time), and includes Vojtech's (and others)
> input layer reworking to get it some more testing before it goes Linuswards.
> Anyone with any input device (yes, even just a keyboard)
> now has to enable this, and the relevant keyboard driver.

To extend this a little further, for a normal PS/2 keyboard and mouse
setup you need to enable the following options (or load the appropriate
modules):

Input device support  --->
	Input core support			(input.o)	
	  Keyboard interface			(keybdev.o)
	  Mouse interface			(mousedev.o)
	Serial i/o support			(serio.o)
	  i8042 PC Keyboard controller		(i8042.o)
	Keyboards
	  AT keyboard support			(atkbd.o)
	Mice
	  PS/2 mouse				(psmouse.o)

Note that you also have to change XF86Config and GPM to use /dev/input/mice
instead of /dev/psaux.

-- 
Vojtech Pavlik
SuSE Labs

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

end of thread, other threads:[~2002-01-22 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-22 14:16 Linux 2.5.2-dj4 Dave Jones
2002-01-22 16:40 ` Vojtech Pavlik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox