lp://staging/~dr3mro/evdev/volume_fix
- Get this branch:
- bzr branch lp://staging/~dr3mro/evdev/volume_fix
Branch merges
- Chris Jones: Pending requested
-
Diff: 95822 lines (+95527/-2)56 files modifiedMakefile (+840/-0)
Makefile.in (+840/-0)
aclocal.m4 (+11174/-0)
autom4te.cache/output.0 (+14300/-0)
autom4te.cache/output.1 (+14296/-0)
autom4te.cache/requests (+327/-0)
autom4te.cache/traces.0 (+3517/-0)
autom4te.cache/traces.1 (+617/-0)
config.guess (+1517/-0)
config.h (+72/-0)
config.h.in (+71/-0)
config.log (+1079/-0)
config.status (+2098/-0)
config.sub (+1760/-0)
configure (+14296/-0)
debian/README.source (+73/-0)
debian/changelog (+623/-0)
debian/compat (+1/-0)
debian/control (+69/-0)
debian/copyright (+100/-0)
debian/local/11-evdev-quirks.conf (+19/-0)
debian/local/11-evdev-trackpoint.conf (+13/-0)
debian/patches/100-xi2.1.patch (+1668/-0)
debian/patches/101-gestures.patch (+664/-0)
debian/patches/102-fix_valuator_proximity_handling.patch (+44/-0)
debian/patches/series (+3/-0)
debian/rules (+117/-0)
debian/watch (+2/-0)
debian/xserver-xorg-input-evdev-dev.install (+3/-0)
debian/xserver-xorg-input-evdev-udeb.install (+1/-0)
debian/xserver-xorg-input-evdev.install (+4/-0)
debian/xserver-xorg-input-evdev.links (+1/-0)
debian/xserver-xorg-input-evdev.manpages (+1/-0)
debian/xsfbs/repack.sh (+32/-0)
debian/xsfbs/xsfbs.mk (+285/-0)
debian/xsfbs/xsfbs.sh (+622/-0)
depcomp (+630/-0)
include/Makefile (+482/-0)
include/Makefile.in (+482/-0)
install-sh (+520/-0)
libtool (+10065/-0)
ltmain.sh (+9642/-0)
man/Makefile (+465/-0)
man/Makefile.in (+465/-0)
missing (+376/-0)
src/.deps/apple.Plo (+1/-0)
src/.deps/draglock.Plo (+1/-0)
src/.deps/emuMB.Plo (+1/-0)
src/.deps/emuThird.Plo (+1/-0)
src/.deps/emuWheel.Plo (+1/-0)
src/.deps/evdev.Plo (+1/-0)
src/Makefile (+609/-0)
src/Makefile.in (+609/-0)
src/evdev.c (+20/-2)
stamp-h1 (+1/-0)
xorg-evdev.pc (+6/-0)
Branch information
Recent revisions
- 478. By Peter Hutterer
-
Move misplaced #endif caused by smooth-scrolling merge
Bad conflict resolution in xf86-input-
evdev-2. 6.0-30- g745fca0 Reported-by: Sebastian Glita <email address hidden>
Signed-off-by: Peter Hutterer <email address hidden> - 476. By Peter Hutterer
-
Merge branch 'smooth-scrolling'
Conflicts:
src/evdev.cSigned-off-by: Peter Hutterer <email address hidden>
- 475. By Peter Hutterer
-
Don't crop long value from EvdevBitIsSet.
Signed-off-by: Peter Hutterer <email address hidden>
Reviewed-by: Chase Douglas <email address hidden>
Reviewed-by: Jeremy Huddleston <email address hidden> - 474. By Jools Wills
-
emuThird: Use xf86SetIntOption, not xf86SetBoolOption for integer values
Signed-off-by: Jools Wills <email address hidden>
Reviewed-by: Peter Hutterer <email address hidden>
Signed-off-by: Peter Hutterer <email address hidden> - 473. By Max Schwarz
-
type-safe inline functions for bitmask manipulation
We can't use BitIsSet/SetBit from the server (inputstr.h) since they
operate on byte arrays. EvdevSetBit is added in preparation for the
"smooth-scrolling on wheel emulation" patch.Signed-off-by: Max Schwarz <email address hidden>
Signed-off-by: Peter Hutterer <email address hidden> - 472. By Peter Hutterer
-
Exit axis labelling if axes are neither rel nor abs
No actual effect since labels_len is always 0 anyway but let's make the
return more explicit.Signed-off-by: Peter Hutterer <email address hidden>
- 471. By Terry Lambert
-
xf86-input-evdev: Return proper default for unknown values in pInfo->
device_ control. Signed-off-by: Terry Lambert <email address hidden>
Reviewed-by: Stephane Marchesin <email address hidden>
Signed-off-by: Peter Hutterer <email address hidden> - 470. By Peter Hutterer
-
Remove unused misc_label and val
evdev.c: In function 'EvdevInitAxesL
abels':
evdev.c:2192:11: warning: variable 'misc_label' set but not used
[-Wunused-but-set- variable]
obsolete with 880ad1e19afd83ac115948b67d4049 e16cb12df0 emuWheel.c: In function 'EvdevWheelEmuP
reInit' :
emuWheel.c:252:10: warning: variable 'val' set but not used
[-Wunused-but-set- variable]
obsolete with b0737bdbd1f6e601eb4984b6f4cb49 279190984c Signed-off-by: Peter Hutterer <email address hidden>
Reviewed-by: Daniel Stone <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/evdev