[Bug 628392] Re: lsinput protocol version mismatch error

2010-11-17 Thread Chase Douglas
Hi Dmitry,

This bug is only for the Ubuntu package (it's not obvious, but you can
tell by the fact that the bug is against a package with "(Ubuntu)" in
the name). Even more specifically, it's only a bug against the 10.10
version of Ubuntu.

As far as I can tell, the upstream source code is unmaintained. Since
kernel versions will not change during the lifetime of a released
version of Ubuntu, we don't really care too much about reworking this
check for older kernels.

However, we will likely want to do something like this just for forward
compatibility. I think there has been another version bump since 2.6.35,
so we'll tackle this problem sometime during this Natty development
cycle.

Thanks

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-11-16 Thread Dmitry Torokhov
Just rebuilding would mean that older kernels will not work. The check
should be changed to "version >= 0x01".

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-17 Thread Launchpad Bug Tracker
This bug was fixed in the package input-utils - 0.0.20051128-4ubuntu2

---
input-utils (0.0.20051128-4ubuntu2) maverick; urgency=low

  * Rebuild to update to the latest evdev protocol version. (LP: #628392)
 -- Chase DouglasFri, 17 Sep 2010 21:28:17 
+0200

** Changed in: input-utils (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-17 Thread Stefano Rivera
** Changed in: input-utils (Ubuntu)
   Status: In Progress => Fix Committed

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-17 Thread Chase Douglas

** Attachment added: "debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/input-utils/+bug/628392/+attachment/1598713/+files/debdiff

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-17 Thread Chase Douglas

** Attachment added: "install.log"
   
https://bugs.launchpad.net/ubuntu/+source/input-utils/+bug/628392/+attachment/1598709/+files/install.log

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-17 Thread Chase Douglas

** Description changed:

  Binary package hint: input-utils
  
  When I try to run lsinput on my Lenovo T410s multitouch-enabled laptop,
  I get the following error:
  
- $ sudo lsinput 
- [sudo] password for oubiwann: 
+ $ sudo lsinput
+ [sudo] password for oubiwann:
  /dev/input/event0
  protocol version mismatch (expected 65536, got 65537)
- --- 
+ 
+ Feature Freeze Exception Information:
+ 
+ Input-utils is hard coded to an evdev protocol version at build time.
+ The Maverick kernel has a backwards compatible evdev version bump. As it
+ is, there no input-utils tools work at all. A simple rebuild makes them
+ work again.
+ 
+ ---
  Architecture: i386
  DistroRelease: Ubuntu 10.10
  InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Alpha i386 
(20100803.1)
  Package: input-utils 0.0.20051128-4ubuntu1
  PackageArchitecture: i386
  ProcEnviron:
-  LANGUAGE=en_US.UTF-8
-  LC_CTYPE=C
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US.UTF-8
+  LC_CTYPE=C
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
  Tags: maverick ubuntu-une
  Uname: Linux 2.6.35-19-generic i686
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Attachment added: "input-utils_0.0.20051128-4ubuntu2_i386.build"
   
https://bugs.launchpad.net/ubuntu/+source/input-utils/+bug/628392/+attachment/1598708/+files/input-utils_0.0.20051128-4ubuntu2_i386.build

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~chasedouglas/ubuntu/maverick/input-utils/lp628392

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-17 Thread Chase Douglas
** Changed in: input-utils (Ubuntu)
   Status: New => In Progress

** Changed in: input-utils (Ubuntu)
   Importance: Undecided => High

** Changed in: input-utils (Ubuntu)
 Assignee: (unassigned) => Chase Douglas (chasedouglas)

** Changed in: input-utils (Ubuntu)
Milestone: None => ubuntu-10.10

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-13 Thread Consumology
And also on my HP tx2

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-07 Thread Pavel Mlčoch
The same on Lenovo T510 and latest Meerkat

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-07 Thread Vsevolod Velichko
Same error on HP TouchSmart tm2-1080er, up-to-date, today.

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-05 Thread Sundberg Pauli
Same error on Samsung N140, up-to-date, today.

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628392] Re: lsinput protocol version mismatch error

2010-09-01 Thread Cody Russell
I'm getting the same error on my Dell XT2, fully updated to latest
Meerkat today.

-- 
lsinput protocol version mismatch error
https://bugs.launchpad.net/bugs/628392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs