~ubuntu-branches/ubuntu/precise/xserver-xorg-input-vmmouse/precise-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Loïc Minier
  • Date: 2009-11-17 20:08:26 UTC
  • mfrom: (1.2.6 sid)
  • Revision ID: lool@dooz.org-20091117200826-pa1bcwrlbauj9ssv
Tags: 1:12.6.5-1ubuntu1
* Merge with Debian testing/unstable; remaining changes:
  - Add mdetect (<< 0.5.2.1ubuntu5) to Replaces: for seamless upgrade; may
    be dropped in lucid+1.
  - Add lpia to the Architecture: list of the binary package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 989004f300c9fd897837fdee4fd9c1307c6ed6ca
 
2
Author: Adam Jackson <ajax@redhat.com>
 
3
Date:   Thu Jul 16 09:57:27 2009 +1000
 
4
 
 
5
    Compile with INPUT ABI 7.
 
6
    
 
7
    Button labels up to 7 are essentially default so we can assume they are the
 
8
    usual ones. Beyond that, they are anyone's guess.
 
9
    Axis labels are X/Y.
 
10
    
 
11
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
 
12
 
 
13
commit 2fd8646ff528f4f7c4450dff111b4e9335ae2186
 
14
Author: Peter Hutterer <peter.hutterer@who-t.net>
 
15
Date:   Wed Jul 29 11:21:19 2009 -0700
 
16
 
 
17
    Needed by newer X servers, otherwise the module data is invisible and a dlopen error occurs.
 
18
    
 
19
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
 
20
 
 
21
commit 436582791de540ef85b0b66000f2446d6f8f9802
 
22
Author: Shelley Gong <shelleygong@vmware.com>
 
23
Date:   Wed Jul 29 11:12:24 2009 -0700
 
24
 
 
25
    Turn off built-in fallback-to-mouse-driver mechanism. With input
 
26
    hotplug, HAL handles deciding which driver to use and the presence
 
27
    of mouse_drv can't be assumed anymore on modern distros.
 
28
 
 
29
commit 370aab66b97a6fdc18f87d584a252f33f575899e
 
30
Author: Matthias Hopf <mhopf@suse.de>
 
31
Date:   Fri Jun 5 20:06:40 2009 +0200
 
32
 
 
33
    Remove ModuleInfoRec and associated bits.
 
34
    
 
35
    ModuleInfoRec was removed with 2107becb0ce2ffda001be65728c53563496d8d50 from
 
36
    the server. The MouseOpts were only used from the ModuleInfoRec, they're gone
 
37
    now too.
 
38
    
 
39
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
 
40
 
1
41
commit d61609868697825717d2f6a63b2a6177cb13873b
2
42
Author: Shelley Gong <shelleygong@vmware.com>
3
43
Date:   Mon May 11 10:08:56 2009 -0700