streamling ppc on CONFIG_KEYBOARD_ATKBD and CONFIG_SERIO_I8042=y.

thanks svenl for agreeing.
those could land now in the top config.

svn path=/dists/sid/linux-2.6/; revision=4730
This commit is contained in:
maximilian attems 2005-11-05 18:10:53 +00:00
parent 0ad63a3a8f
commit 26ba7bc3fb
2 changed files with 5 additions and 4 deletions

View File

@ -614,7 +614,7 @@ CONFIG_INPUT_TSDEV_SCREEN_Y=320
CONFIG_INPUT_EVDEV=m
CONFIG_INPUT_EVBUG=m
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=m
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
@ -653,8 +653,8 @@ CONFIG_TOUCHSCREEN_MK712=m
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
CONFIG_INPUT_UINPUT=m
CONFIG_SERIO=m
CONFIG_SERIO_I8042=m
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=m

3
debian/changelog vendored
View File

@ -11,6 +11,7 @@ linux-2.6 (2.6.14-3) UNRELEASED; urgency=low
* Reenable CONFIG_SOFTWARE_SUSPEND on i386 and ppc, resume=/dev/<other device>
must be set by boot loader. (Closes: #267600)
* Set CONFIG_USB_SUSPEND on i386. Usefull for suspend to ram and apm suspend.
* Set CONFIG_KEYBOARD_ATKBD and CONFIG_SERIO_I8042=y on ppc.
[ Jurij Smakov ]
* Fix the install-image script to correctly include all the necessary
@ -27,7 +28,7 @@ linux-2.6 (2.6.14-3) UNRELEASED; urgency=low
* net-ipconntrack-nat-fix.patch - fix compilation of
ip_conntrack_helper_pptp.c when NAT is disabled. (Closes: #336431)
-- Norbert Tretkowski <nobse@debian.org> Fri, 4 Nov 2005 10:45:06 +0100
-- maximilian attems <maks@sternwelten.at> Sat, 5 Nov 2005 19:06:28 +0100
linux-2.6 (2.6.14-2) unstable; urgency=low