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

Bug#495799: marked as done (Does not use synaptics driver for MacBook Pro touchpad)



Your message dated Wed, 27 Aug 2008 14:17:33 +0000
with message-id <E1KYLq1-00055W-Vr@ries.debian.org>
and subject line Bug#495799: fixed in xfree86-driver-synaptics 0.14.7~git20070706-3
has caused the Debian Bug report #495799,
regarding Does not use synaptics driver for MacBook Pro touchpad
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
495799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495799
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-input-synaptics
Version: 0.14.7~git20070706-2.1.lenny1
Severity: wishlist
Tags: patch

The synaptics driver isn't used for the touchpad on my MacBook Pro.  I
wish it was.

Here's the lshal output for the touchpad:

> udi = '/org/freedesktop/Hal/devices/usb_device_5ac_217_noserial'
>   info.linux.driver = 'usb'  (string)
>   info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_1_0000_00_1d_0'  (string)
>   info.product = 'Apple Internal Keyboard / Trackpad'  (string)
>   info.subsystem = 'usb_device'  (string)
>   info.udi = '/org/freedesktop/Hal/devices/usb_device_5ac_217_noserial'  (string)
>   info.vendor = 'Apple, Inc.'  (string)
>   linux.device_file = '/dev/bus/usb/001/005'  (string)
>   linux.hotplug_type = 2  (0x2)  (int)
>   linux.subsystem = 'usb'  (string)
>   linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2'  (string)
>   usb_device.bus_number = 1  (0x1)  (int)
>   usb_device.can_wake_up = true  (bool)
>   usb_device.configuration_value = 1  (0x1)  (int)
>   usb_device.device_class = 0  (0x0)  (int)
>   usb_device.device_protocol = 0  (0x0)  (int)
>   usb_device.device_revision_bcd = 96  (0x60)  (int)
>   usb_device.device_subclass = 0  (0x0)  (int)
>   usb_device.is_self_powered = false  (bool)
>   usb_device.linux.device_number = 5  (0x5)  (int)
>   usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2'  (string)
>   usb_device.max_power = 40  (0x28)  (int)
>   usb_device.num_configurations = 1  (0x1)  (int)
>   usb_device.num_interfaces = 3  (0x3)  (int)
>   usb_device.num_ports = 0  (0x0)  (int)
>   usb_device.product = 'Apple Internal Keyboard / Trackpad'  (string)
>   usb_device.product_id = 535  (0x217)  (int)
>   usb_device.speed = 12.0 (12) (double)
>   usb_device.vendor = 'Apple, Inc.'  (string)
>   usb_device.vendor_id = 1452  (0x5ac)  (int)
>   usb_device.version = 2.0 (2) (double)

The attached patch makes the synaptics driver be used if the product
is "Apple Internal Keyboard / Trackpad".  I don't know if this will
cause problems for other Apple systems, though.

-- 
Matt                                                 http://ftbfs.org/
diff -ru xfree86-driver-synaptics-0.14.7~git20070706~/debian/10-synaptics.fdi xfree86-driver-synaptics-0.14.7~git20070706/debian/10-synaptics.fdi
--- xfree86-driver-synaptics-0.14.7~git20070706~/debian/10-synaptics.fdi	2008-08-20 06:57:39.000000000 -0700
+++ xfree86-driver-synaptics-0.14.7~git20070706/debian/10-synaptics.fdi	2008-08-20 06:59:06.000000000 -0700
@@ -9,5 +9,8 @@
 	<merge key="input.x11_driver" type="string">synaptics</merge>
       </match>
     </match>
+    <match key="info.product" contains="Apple Internal Keyboard / Trackpad">
+      <merge key="input.x11_driver" type="string">synaptics</merge>
+    </match>
   </device>
 </deviceinfo>

--- End Message ---
--- Begin Message ---
Source: xfree86-driver-synaptics
Source-Version: 0.14.7~git20070706-3

We believe that the bug you reported is fixed in the latest version of
xfree86-driver-synaptics, which is due to be installed in the Debian FTP archive:

xfree86-driver-synaptics_0.14.7~git20070706-3.diff.gz
  to pool/main/x/xfree86-driver-synaptics/xfree86-driver-synaptics_0.14.7~git20070706-3.diff.gz
xfree86-driver-synaptics_0.14.7~git20070706-3.dsc
  to pool/main/x/xfree86-driver-synaptics/xfree86-driver-synaptics_0.14.7~git20070706-3.dsc
xfree86-driver-synaptics_0.14.7~git20070706-3_i386.deb
  to pool/main/x/xfree86-driver-synaptics/xfree86-driver-synaptics_0.14.7~git20070706-3_i386.deb
xserver-xorg-input-synaptics_0.14.7~git20070706-3_i386.deb
  to pool/main/x/xfree86-driver-synaptics/xserver-xorg-input-synaptics_0.14.7~git20070706-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 495799@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Dongili <malattia@debian.org> (supplier of updated xfree86-driver-synaptics package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 27 Aug 2008 23:05:42 +0900
Source: xfree86-driver-synaptics
Binary: xfree86-driver-synaptics xserver-xorg-input-synaptics
Architecture: source i386
Version: 0.14.7~git20070706-3
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Mattia Dongili <malattia@debian.org>
Description: 
 xfree86-driver-synaptics - dummy package to upgrade to X.Org new modular packages
 xserver-xorg-input-synaptics - Synaptics TouchPad driver for X.Org/XFree86 server
Closes: 443995 492120 495799
Changes: 
 xfree86-driver-synaptics (0.14.7~git20070706-3) unstable; urgency=low
 .
   * Add appletouch support in the fdi file (Closes: #495799).
   * Install the fdi file with 0644 permissions.
   * Updated xserver-xorg-input-synaptics.README.Debian to mention automatic
     configuration and show a clearer example for the Server (manual)
     configuration (Closes: #443995 and also Closes: #492120).
Checksums-Sha1: 
 b55e5e2ba1b0b86176936f32806a1348f43a36a5 1670 xfree86-driver-synaptics_0.14.7~git20070706-3.dsc
 f717851c57f8c2ffdbac29a10228f4c7ede5a5d3 24014 xfree86-driver-synaptics_0.14.7~git20070706-3.diff.gz
 3db561c5a98b72fc4992f1a3df6521adbc3138e5 4598 xfree86-driver-synaptics_0.14.7~git20070706-3_i386.deb
 c1ec72d84225ebb94d85d585f4d2ebf6aa41a5bb 65632 xserver-xorg-input-synaptics_0.14.7~git20070706-3_i386.deb
Checksums-Sha256: 
 6392ee1dc24c536792ccbf2c7f65f1c588c2b6db2ec0d3420f36247720e64a32 1670 xfree86-driver-synaptics_0.14.7~git20070706-3.dsc
 857002b19532fd800797ddb40d3dc54133dd3232408d9d1b7782f19d71a196e9 24014 xfree86-driver-synaptics_0.14.7~git20070706-3.diff.gz
 bb6b0853115ad900728b76dce7d72dade2ab284cc1955971d7fb23841416af93 4598 xfree86-driver-synaptics_0.14.7~git20070706-3_i386.deb
 bfa231494609393c68c972bb22b99e30df4ebf781ad93922b77e68b5463224f2 65632 xserver-xorg-input-synaptics_0.14.7~git20070706-3_i386.deb
Files: 
 85f904d26a06ac5a4c26fa47947bc4e0 1670 x11 optional xfree86-driver-synaptics_0.14.7~git20070706-3.dsc
 a3261624ad64c853cd4cb24c5d655f7c 24014 x11 optional xfree86-driver-synaptics_0.14.7~git20070706-3.diff.gz
 7e27ee21c20437b4446b5dd4d8c858b1 4598 x11 optional xfree86-driver-synaptics_0.14.7~git20070706-3_i386.deb
 59ca63aca9c35e7f3f47068f7454295f 65632 x11 optional xserver-xorg-input-synaptics_0.14.7~git20070706-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAki1YCMACgkQgpRPaOotLEGEvACg0Nh3xJFRPISnzuQIN357PktJ
y3UAniHBKkCIrYjs428hKPKXsp/mypI+
=3RIP
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: