# HG changeset patch # User Pascal Bellard # Date 1244416640 -7200 # Node ID 084ebc7a718e570daa8583b82958673f17479451 # Parent fd373db64c5984ce5ef0b308d7d941188327f86d Add linux-input-misc linux-input-tablet and linux-usb-misc (Thanks Matthew) diff -r fd373db64c59 -r 084ebc7a718e linux-input-misc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-input-misc/receipt Mon Jun 08 01:17:20 2009 +0200 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="linux-input-misc" +VERSION="2.6.29.3" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel misc. input drivers, including the ATI RemoteWonders." +MAINTAINER="rcx@zoominternet.net" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + path=lib/modules/$VERSION-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $src/list_modules.sh drivers/input/misc | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r fd373db64c59 -r 084ebc7a718e linux-input-tablet/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-input-tablet/receipt Mon Jun 08 01:17:20 2009 +0200 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="linux-input-tablet" +VERSION="2.6.29.3" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel tablet input drivers." +MAINTAINER="rcx@zoominternet.net" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + path=lib/modules/$VERSION-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $src/list_modules.sh drivers/input/tablet | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r fd373db64c59 -r 084ebc7a718e linux-usb-misc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/linux-usb-misc/receipt Mon Jun 08 01:17:20 2009 +0200 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="linux-usb-misc" +VERSION="2.6.29.3" +CATEGORY="base-system" +SHORT_DESC="The Linux kernel misc. USB drivers, including the Lego USB tower." +MAINTAINER="rcx@zoominternet.net" +WANTED="linux" +WEB_SITE="http://www.kernel.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + local path + path=lib/modules/$VERSION-slitaz/kernel + mkdir -p $fs/$path + export src + export _pkg + $src/list_modules.sh drivers/usb/misc | while read module; do + dir=$path/$(dirname $module) + [ -d $fs/$dir ] || mkdir -p $fs/$dir + cp -a $_pkg/$path/$module $fs/$dir + done + +} + +# Post install/remove commands for Tazpkg. +post_install() +{ + chroot "$1/" depmod -a $VERSION-slitaz +} + +post_remove() +{ + depmod -a $VERSION-slitaz +} + diff -r fd373db64c59 -r 084ebc7a718e linux/stuff/linux-2.6.29.3-slitaz.config --- a/linux/stuff/linux-2.6.29.3-slitaz.config Mon Jun 08 00:03:03 2009 +0200 +++ b/linux/stuff/linux-2.6.29.3-slitaz.config Mon Jun 08 01:17:20 2009 +0200 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.29.3 -# Sun May 24 17:25:23 2009 +# Sun Jun 7 23:27:09 2009 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -1690,20 +1690,25 @@ CONFIG_JOYSTICK_XPAD=m # CONFIG_JOYSTICK_XPAD_FF is not set # CONFIG_JOYSTICK_XPAD_LEDS is not set -# CONFIG_INPUT_TABLET is not set +CONFIG_INPUT_TABLET=y +# CONFIG_TABLET_USB_ACECAD is not set +# CONFIG_TABLET_USB_AIPTEK is not set +# CONFIG_TABLET_USB_GTCO is not set +# CONFIG_TABLET_USB_KBTAB is not set +CONFIG_TABLET_USB_WACOM=m # CONFIG_INPUT_TOUCHSCREEN is not set CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=y # CONFIG_INPUT_APANEL is not set # CONFIG_INPUT_WISTRON_BTNS is not set # CONFIG_INPUT_ATLAS_BTNS is not set -# CONFIG_INPUT_ATI_REMOTE is not set -# CONFIG_INPUT_ATI_REMOTE2 is not set +CONFIG_INPUT_ATI_REMOTE=m +CONFIG_INPUT_ATI_REMOTE2=m # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_YEALINK is not set # CONFIG_INPUT_CM109 is not set -# CONFIG_INPUT_UINPUT is not set +CONFIG_INPUT_UINPUT=m # # Hardware I/O ports @@ -2640,7 +2645,7 @@ # CONFIG_USB_ADUTUX is not set # CONFIG_USB_SEVSEG is not set # CONFIG_USB_RIO500 is not set -# CONFIG_USB_LEGOTOWER is not set +CONFIG_USB_LEGOTOWER=m # CONFIG_USB_LCD is not set # CONFIG_USB_BERRY_CHARGE is not set # CONFIG_USB_LED is not set