Age | Commit message (Collapse) | Author | Files |
|
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
was too invasive and has been solved in the Openmoko kernel otherwise. Bump
linux-openmoko-devel to catch up with the necessary changes in kernel.
NOTE: linux-openmoko will be broken until upstream merges the unbreak-grab patch.
|
|
|
|
applied changes from a22e00eca1cde64d3c8960b073ab7fac1ca4488f
through 387dfb86db80e6b5a18d208a2dde0dfb98407eb2
|
|
|
|
|
|
fix formatting *sigh*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This patch adds support for "EVIOCGRAB" on the input device, which
tells the kernel _not_ to deliver events of the touchscreen to
/dev/input/mice.
This is probably what most people want, since unprocessed raw touchscreen
events should not be converted to emulated PS/2 mouse movements.
Signed-off-by: Harald Welte <laforge@openmoko.org>
|
|
devices are now using. Drop 2.4 kernel support for all Zaurii except collie. Only machine tslib-conf machine specific for those that need it
|
|
|
|
|
|
the default /dev/input/touchscreen0 created by udev
|
|
|
|
recent kernel and udev to get the touchscreen0 symlink
|
|
* Use naming scheme consistent with other iPaq devices, where "series" name
is used.
* h5000 is series consisting of h5100, h5400, and h5500 models, each having
common architecture, but slightly different builtin peripherals. Each model
may also have few marketing nicknames, differing in last digit (sometimes 2
last digits).
* Closes #1586.
* Approved by Koen Kooi.
|
|
|
|
TSLIB_TSEVENTTYPE as it doesn't do anything, remove old module_id() macros, fix h2200 and h5xxx so they don't need detect-stylus, remove duplicate ts.conf files, remove old fixed date tslib version
|
|
remove others if the new udev rule for /dev/input/touchscreen0 works
|
|
overloading of the ipaq-pxa270 machine
* the ipaq-pxa270 machine will go away
|
|
* CONFFILES = /etc/ts.conf has been removed
|
|
|
|
* Add a bitbake recipe for tslib 1.0, which is newly tagged on the recently
populated tslib subversion repository at berlios.
|