[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libinput: Changes to 'refs/tags/libinput-1.5.3-1'



Tag 'libinput-1.5.3-1' created by Timo Aaltonen <tjaalton@debian.org> at 2016-12-08 14:21 +0000

Tagging upload of libinput 1.5.3-1 to unstable.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJYSWx1AAoJEMtwMWWoiYTcSNgP/RXMIVxia6/uUrSP1xVeM0Fg
8YQNOiwDvh3Cen2CRh3jP+9Qcfnkw5X1epjWl/ekeCiVbwq2RQRZRBkomGj8v/QD
BXowLO8xXxIsOWkMadomtv6hMbuX1exabPw99Gf6x+q+CmMGlCStYPlMbEjBJsIf
gknDLhEmhWjQ84VsnbDMQu+buermpp9+LQ/gO8Ht6Cj8hIAeiz+BAHOl1svu40WG
Phceq6d2bm1pnOl1hqP+6LDyiphGzhr2Jfb4wjDvEyEK5oEKibdfRtxSu+BaGWyp
r7rRmzXC81lM8XIhATnUyi3n55Pyb+tNfa1/CQWThn0e2zABJ6PLifo2/SL4xFe/
Exz9tAL8R96GZLDg90kZUor3/KLMNek+nxT913fpzPlXSIbzuFB6by5qrz+Z9Kgi
1Sni1Edcr5ktRDpwYtxyrgQWqJgOoZ/XfU+TboAkNfrQ9T2hP9vwOJDSV3gfbrVX
E0ac+bkJj7L47utkTlYbL4rNLvMYumlvWLIk6sBIdPJDyKo45AJbR39klordLpjO
WjVS5EiyjpBI7MygDi35tygdlAsG4Jaf9d8v3YVZWTQts6jmA/boduIz3Kdd4mPe
00XYR829vLBFcuynjaDlF8CTZMUj2/e3girXqhK+2G8A9IVo7Fl7ydicK5kU0C+j
TAtAFH3gPBj7tCJGqY/8
=9RGr
-----END PGP SIGNATURE-----

Changes since libinput-1.5.2-1:
Peter Hutterer (11):
      util: fix indentation for safe_atoi
      util: fix include order
      util: if errno is nonzero, exit early from safe_atoi
      evdev: move reading the calibration prop into a helper function
      path: read the calibration prop on startup
      util: add safe_atod for locale-independent conversion
      util: add a helper function to split a string into substrings
      evdev: use safe_atod to convert the matrix values
      touchpad: add a quirk for the HP Pavilion dm4
      touchpad: sync BTN_TOOL_FINGER state on init
      libinput 1.5.3

Timo Aaltonen (3):
      Merge branch 'upstream-unstable' into debian-unstable
      update changelog
      release to sid

---
 configure.ac                       |    4 -
 debian/changelog                   |    6 ++
 src/evdev-mt-touchpad.c            |   20 +++++++
 src/evdev.c                        |   46 +++++++++++++++++
 src/evdev.h                        |    4 +
 src/libinput-util.c                |   97 ++++++++++++++++++++++++++++++++-----
 src/libinput-util.h                |   75 ++++++++++++++++++++++++----
 src/path.c                         |    2 
 src/udev-seat.c                    |   26 ---------
 test/misc.c                        |   95 ++++++++++++++++++++++++++++++++++++
 test/touchpad.c                    |   24 +++++++++
 udev/90-libinput-model-quirks.hwdb |    4 +
 12 files changed, 350 insertions(+), 53 deletions(-)
---


Reply to: