xserver-xorg-input-evdev (1:2.1.1-1-tsm2) jaunty; urgency=low

  [Bryce Harrington]
  * rules:  Adding 'patch' to the build task appears to be unnecessary.

  [Jeffrey Knockel]
  * Add 102_filter_kernel_repeat.patch: Allow software to control keyboard
    repeat rate. (LP: #345397, LP: #264196)

 -- lian liang <lianglian@thunderst.com>  Fri, 03 Apr 2009 17:45:01 -0700

xserver-xorg-input-evdev (1:2.1.1-1ubuntu3) jaunty; urgency=low

  * Add 101_evdevcachecompare_errmsgs.patch: Provides more specific error
    messages to assist in debugging issues where currently it merely says,
    "Device has changed - disabling", such as in 327175.

 -- Bryce Harrington <bryce@ubuntu.com>  Thu, 12 Feb 2009 09:09:49 -0800

xserver-xorg-input-evdev (1:2.1.1-1ubuntu2) jaunty; urgency=low

  * Add 100_exclude_touchscreen_pos.patch as cherry-pick from upstream:
    EvdevCacheCompare fails because it also compares all values of
    input_absinfo structure, which include the last tapped position of the
    touchscreen (.value field). This is never updated in the cache, and
    anyway it could change anytime if the screen is touched while away
    from the X virtual console.
    (LP: #322946)

 -- Bryce Harrington <bryce@ubuntu.com>  Mon, 09 Feb 2009 14:31:19 -0800

xserver-xorg-input-evdev (1:2.1.1-1ubuntu1) jaunty; urgency=low

  * Merge with Debian experimental, remaining changes:
    - Don't install the fdi file, hal in ubuntu already ships one.
  * Drop 100_dont_check_abi.patch, since the new xserver has a higher
    INPUT_ABI already.

 -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 22 Jan 2009 15:22:17 +0200

xserver-xorg-input-evdev (1:2.1.1-1) experimental; urgency=low

  * New upstream release.
  * Update debian/copyright from upstream's COPYING.
  * Build against xserver 1.6 rc1.

 -- Julien Cristau <jcristau@debian.org>  Wed, 21 Jan 2009 21:58:47 +0100

xserver-xorg-input-evdev (1:2.1.0-1) experimental; urgency=low

  [ Timo Aaltonen ]
  * New upstream release.
    + Store device file's minor/major to avoid duplicate devices
      (closes: #505635)

  [ Julien Cristau ]
  * debian/control: update the long description.  We don't do "clever" device
    matching anymore, that's hal/udev's job.  Also drop the mention of
    'Protocol "evdev"', which unexists since quite a while.

 -- Julien Cristau <jcristau@debian.org>  Wed, 26 Nov 2008 19:27:26 +0100

xserver-xorg-input-evdev (1:2.1.0-0ubuntu3) jaunty; urgency=low

  * Rebuild against new xorg-server for armel.

 -- Loic Minier <lool@dooz.org>  Fri, 19 Dec 2008 14:53:31 +0100

xserver-xorg-input-evdev (1:2.1.0-0ubuntu2) jaunty; urgency=low

  * Rebuild against the new xserver.

 -- Timo Aaltonen <tjaalton@ubuntu.com>  Mon, 15 Dec 2008 11:49:48 +0200

xserver-xorg-input-evdev (1:2.1.0-0ubuntu1) jaunty; urgency=low

  * Merge from Debian experimental, remaining changes:
    - 100_dont_check_abi.patch: Don't check for XINPUT_VERSION >= 3, since
      our xserver & libXi has those bits backported.
    - Bump the build-dep on xserver-xorg-dev and x11proto-input-dev.
  * Don't install the fdi file, hal in ubuntu already ships one.

 -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 26 Nov 2008 14:06:08 +0200

xserver-xorg-input-evdev (1:2.0.99.3-1) experimental; urgency=low

  [ Timo Aaltonen ]
  * rules: Clean config.h.in.

  [ Julien Cristau ]
  * New upstream release.
    + don't grab the device by default
    + close the device on DEVICE_OFF, and reopen it on DEVICE_ON
      (closes: #496101, #492146)
  * Drop patch included upstream.
  * Install (temporarily) an fdi file to get Xorg to load the evdev driver for
    mice and keyboards.
  * Depend on xserver-xorg-core >= 2:1.5.3, to make sure the console is set to
    RAW mode.

 -- Julien Cristau <jcristau@debian.org>  Wed, 12 Nov 2008 20:22:57 +0100

xserver-xorg-input-evdev (1:2.0.99+git20080912-0ubuntu6) intrepid-proposed; urgency=low

  * 101_64bit_safe_testbit.patch: On amd64 evdev would be used for joysticks
    because TestBit would return a wrong value. (LP: #284951)

 -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 21 Oct 2008 18:23:09 +0300

xserver-xorg-input-evdev (1:2.0.99+git20080912-0ubuntu5) intrepid; urgency=low

  * Rebuild against new x11proto-input-dev.

 -- William Grant <wgrant@ubuntu.com>  Sat, 18 Oct 2008 21:13:47 +1100

xserver-xorg-input-evdev (1:2.0.99+git20080912-0ubuntu4) intrepid; urgency=low

  * Cherry-pick commit 7243116f from upstream, "Don't post keycodes > 255."
    (LP: #274203)

 -- Timo Aaltonen <tepsipakki@ubuntu.com>  Thu, 16 Oct 2008 17:37:04 +0300

xserver-xorg-input-evdev (1:2.0.99+git20080912-0ubuntu3) intrepid; urgency=low

  * Merged with upstream master, commit 84a0e39c0dd, "Use new property API"
  * Drop patch 101, cherry-picked the commit.
  * Bump the build-dep on xserver-xorg-dev and x11proto-input-dev.

 -- Timo Aaltonen <tepsipakki@ubuntu.com>  Fri, 10 Oct 2008 12:24:00 +0300

xserver-xorg-input-evdev (1:2.0.99+git20080912-0ubuntu2) intrepid; urgency=low

  * 101_evdev-close-fd.patch: Fix issue where keystrokes on tty can "leak"
    into the X session after vt switch, due to an fd still being open.
    (LP: #276887)

 -- Bryce Harrington <bryce@ubuntu.com>  Fri, 03 Oct 2008 13:52:36 -0700

xserver-xorg-input-evdev (1:2.0.99+git20080912-0ubuntu1) intrepid; urgency=low

  * New upstream snapshot, up to commit 9930477cbeb4acf.
    - Add support for device properties (Middle button emulation, timeout).
    - Add support for features ported from mousedrv (also through
      properties):
      * Button mapping
      * Mouse wheel emulation, timeout
      * DragLockButtons
    - Attempt to reopen devices on read errors
  * 100_dont_check_abi.patch: Don't check for XINPUT_VERSION >= 3, since
    our xserver & libXi has those bits backported.

 -- Timo Aaltonen <tepsipakki@ubuntu.com>  Fri, 12 Sep 2008 16:15:21 +0300

xserver-xorg-input-evdev (1:2.0.3-2ubuntu1) intrepid; urgency=low

  * Pull 36d702006d, "Force rules, not model, to be evdev".
  * Change the maintainer address.

 -- Timo Aaltonen <tepsipakki@ubuntu.com>  Tue, 09 Sep 2008 18:36:57 +0300

xserver-xorg-input-evdev (1:2.0.3-2) experimental; urgency=low

  * Build against xserver 1.5 rc6.
  * Run autoreconf at build time; build-depend on automake, libtool and
    xutils-dev.
  * Add support for parallel builds.

 -- Julien Cristau <jcristau@debian.org>  Mon, 04 Aug 2008 13:38:46 +0200

xserver-xorg-input-evdev (1:2.0.3-1) unstable; urgency=low

  * New upstream release, incorporates the two fixes from our previous
    version.
  * Pull from evdev-2.0-branch:
    - Print the device name when we get a read error
    - Actually close the fd on DEVICE_CLOSE

 -- Julien Cristau <jcristau@debian.org>  Mon, 04 Aug 2008 13:05:52 +0200

xserver-xorg-input-evdev (1:2.0.2-1.lenny1) unstable; urgency=low

  * Pull two fixes from upstream
    - Fix EVIOCGBIT ioctl usage on big endian platforms
    - Fill up the version info

 -- Julien Cristau <jcristau@debian.org>  Wed, 30 Jul 2008 11:30:53 +0200

xserver-xorg-input-evdev (1:2.0.2-1) unstable; urgency=low

  * New upstream release
    + fixes mice with lots of buttons (Closes: #491061)

 -- Julien Cristau <jcristau@debian.org>  Fri, 18 Jul 2008 22:21:17 +0200

xserver-xorg-input-evdev (1:2.0.1-1) unstable; urgency=low

  [ Julien Cristau, Timo Aaltonen ]
  * New upstream release.

  [ Julien Cristau ]
  * Drop the XS- prefix from Vcs-* control fields.
  * Drop evdev_no_flush_on_init.diff, obsolete.
  * New patch include-the-proper-header-for-XkbSetRulesDflts-and-X.patch, fix
    a 'missing declaration' compiler warning by including the right header.
  * Run dpkg-shlibdeps with --warnings=6.  Drivers reference symbols from
    /usr/bin/Xorg and other modules, and that's not a bug, so we want
    dpkg-shlibdeps to shut up about symbols it can't find.  Build-depend on
    dpkg-dev >= 1.14.17.
  * Fix target dependencies in debian/rules.

 -- Julien Cristau <jcristau@debian.org>  Sun, 13 Jul 2008 15:37:13 +0200

xserver-xorg-input-evdev (1:1.2.0-1) unstable; urgency=low

  * New upstream releases
    + includes manpage fixes from Peter Samuelson (close: #446118)
    + drop evdev_man_illegal_char.patch, included upstream
  * Bump Standards-Version to 3.7.3.

 -- Julien Cristau <jcristau@debian.org>  Thu, 06 Dec 2007 17:05:24 +0100

xserver-xorg-input-evdev (1:1.2.0~git20070819-4) unstable; urgency=low

  * New patch evdev_no_flush_on_init.diff: don't send button release events on
    init.

 -- Julien Cristau <jcristau@debian.org>  Tue, 13 Nov 2007 21:27:37 +0100

xserver-xorg-input-evdev (1:1.2.0~git20070819-3) unstable; urgency=low

  * Upload to unstable

 -- David Nusinow <dnusinow@debian.org>  Sun, 16 Sep 2007 15:13:36 -0400

xserver-xorg-input-evdev (1:1.2.0~git20070819-2) experimental; urgency=low

  * Build against xserver 1.4.

 -- Julien Cristau <jcristau@debian.org>  Mon, 10 Sep 2007 16:30:28 +0200

xserver-xorg-input-evdev (1:1.2.0~git20070819-1) experimental; urgency=low

  * New git snapshot from upstream's master branch.
    + manpage typos fixed (closes: #432063).  Thanks, A. Costa!
  * Build against xserver 1.3.99.0.
  * Update debian/copyright.
  * Generate the Provides field automatically.
  * Add myself to uploaders, and remove Branden with his permission.
  * Drop build-dep on linux-kernel-headers, which is provided by
    build-essential.

 -- Julien Cristau <jcristau@debian.org>  Sun, 19 Aug 2007 17:22:09 +0200

xserver-xorg-input-evdev (1:1.1.5-3) unstable; urgency=low

  * Cherry-pick commit 987c6b15: don't call xf86OSRingBell() which isn't
    available anymore (closes: #430539).

 -- Julien Cristau <jcristau@debian.org>  Sat, 07 Jul 2007 19:21:43 +0200

xserver-xorg-input-evdev (1:1.1.5-2) unstable; urgency=low

  [ Julien Cristau ]
  * Generate the dependency on xserver-xorg-core automatically.
  * Upload to unstable.

  [ Brice Goglin ]
  * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902
    (needed to let xsfbs get access to serverminver).
  * Add XS-Vcs-*.
  * Add a link to www.X.org and a reference to the xf86-input-evdev
    module in the long description.
  * Remove Fabio from uploaders with his permission. He's always welcome back.

 -- Julien Cristau <jcristau@debian.org>  Thu, 03 May 2007 20:18:03 +0200

xserver-xorg-input-evdev (1:1.1.5-1) experimental; urgency=low

  [ Julien Cristau ]
  * Add link to xserver-xorg-core bug script, so that bugreports contain
    the user's config and log files.
  * Bump dependency on xserver-xorg-core to >= 2:1.1.1-11, as previous
    versions don't have the bug script.
  * New upstream release.
    + Drop all patches, applied upstream.
  * New patch to replace "ø" with "\(/o" in the evdev(4) manpage.
  * Make debian/rules clean depend on xsfclean, to make sure that patches are
    unapplied and everything is cleaned up.

 -- Drew Parsons <dparsons@debian.org>  Mon, 19 Mar 2007 19:36:42 +1100

xserver-xorg-input-evdev (1:1.1.2-6) unstable; urgency=low

  * Apply upstream patch 30-absolute-axis.patch to avert potential
    crashes in the absolute axis setup.
  * Also apply 40-close-fd.patch, as the last "trivial" patch from
    upstream before the major changes of 1.1.3.
  * Use dh_installman to install man pages.

 -- Drew Parsons <dparsons@debian.org>  Sun,  5 Nov 2006 21:37:25 +1100

xserver-xorg-input-evdev (1:1.1.2-5) unstable; urgency=low

  * Applied upstream patches 10-bitfield-fixes.patch and
    11-bitops-fixes.patch to define bit operations. Closes: #395510.
    The former contains the hppa inotify patch, so rework
    1-add-inotify-architectures.patch into
    20-add-inotify-architectures.patch to accommodate. Also, deleted
    the trivial man patch from 10-bitfield-fixes.patch, it was not
    applying neatly.

 -- Drew Parsons <dparsons@debian.org>  Wed,  1 Nov 2006 20:05:50 +1100

xserver-xorg-input-evdev (1:1.1.2-4) unstable; urgency=low

  * Fix versioned depends: xserver-xorg-core (>= 2:1.1.1-1) (see
    #391508) since it is built against xserver-xorg-dev (>= 2:1.1.1-1).
    However the specific versioned build-depends is not needed since
    it is not required in configure.ac (the driver could be built
    against older xserver versions).

 -- Drew Parsons <dparsons@debian.org>  Fri, 27 Oct 2006 22:13:15 +1000

xserver-xorg-input-evdev (1:1.1.2-3) unstable; urgency=low

  * Add patch rule to build rule to debian/rules to get
    1-add-inotify-architectures.patch applied. Run autoreconf and
    update config.{guess,sub} for good measure.

 -- Drew Parsons <dparsons@debian.org>  Sun, 24 Sep 2006 10:02:45 +1000

xserver-xorg-input-evdev (1:1.1.2-2) unstable; urgency=low

  [ Andres Salomon ]
  * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
    idempotency fix.

  [ Drew Parsons ]
  * Upstream patch 1-add-inotify-architectures.patch enables building
    for hppa, mips (from git upstream) and m68k (thanks Geert Uytterhoeven). 
    Closes: #387922, #388639.
  * Install upstream ChangeLog. Closes: #370300.
  * Exclude evdev_drv.la from dh_install.

 -- Drew Parsons <dparsons@debian.org>  Sun, 24 Sep 2006 01:51:55 +1000

xserver-xorg-input-evdev (1:1.1.2-1) unstable; urgency=low

  * New upstream release
    + Now includes manpage (closes: #362679)
    + Doesn't suck (closes: #365581)
  * Run dh_install with --list-missing
  * Bump debhelper compat to 5
  * Bump standards version to 3.7.2.0
  * Add x11proto-kb-dev to build-depends

 -- David Nusinow <dnusinow@debian.org>  Tue, 30 May 2006 22:37:01 -0400

xserver-xorg-input-evdev (1:1.0.0.5-2) unstable; urgency=low

  * Upload to modular

 -- David Nusinow <dnusinow@debian.org>  Sun, 26 Mar 2006 20:25:00 -0500

xserver-xorg-input-evdev (1:1.0.0.5-1) experimental; urgency=low

  * First upload to Debian
  * Change source package, package, and provides names to denote the
    type of driver and that they are for xserver-xorg

 -- David Nusinow <dnusinow@debian.org>  Thu, 19 Jan 2006 20:40:34 -0500

xserver-xorg-input-evdev (1:1.0.0.5-0ubuntu1) dapper; urgency=low

  * New upstream release.
  * Add provides on xserver-xorg-input.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Wed,  4 Jan 2006 19:42:22 +1100

xserver-xorg-input-evdev (1:1.0.0.4-0ubuntu1) dapper; urgency=low

  * New upstream release.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 19 Dec 2005 08:55:27 +1100

xserver-xorg-input-evdev (1:1.0.0.3-0ubuntu1) dapper; urgency=low

  * New upstream release.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 12 Dec 2005 13:37:47 +1100

xserver-xorg-input-evdev (1:1.0.0.2-0ubuntu2) dapper; urgency=low

  * Add missing Build-Depends (x11proto-core-dev, x11proto-randr-dev,
    x11proto-input-dev).

 -- Daniel Stone <daniel.stone@ubuntu.com>  Mon,  5 Dec 2005 12:47:45 +1100

xserver-xorg-input-evdev (1:1.0.0.2-0ubuntu1) dapper; urgency=low

  * New upstream release.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Tue, 22 Nov 2005 13:20:15 +1100

xserver-xorg-input-evdev (1:1.0.0.1-1) dapper; urgency=low

  * New upstream release.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Tue, 25 Oct 2005 16:52:45 +1000

xserver-xorg-input-evdev (1:1.0.0-1) breezy; urgency=low

  * First xserver-xorg-input-evdev release.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Wed,  6 Jul 2005 15:48:17 +1000
