Merge lp:~gregoire-zjyto/touchpad-indicator/macbook into lp:touchpad-indicator

Proposed by Grégoire
Status: Approved
Approved by: Lorenzo Carbonell
Approved revision: 41
Proposed branch: lp:~gregoire-zjyto/touchpad-indicator/macbook
Merge into: lp:touchpad-indicator
Diff against target: 12 lines (+1/-1)
1 file modified
src/touchpad.py (+1/-1)
To merge this branch: bzr merge lp:~gregoire-zjyto/touchpad-indicator/macbook
Reviewer Review Type Date Requested Status
Lorenzo Carbonell Approve
Review via email: mp+78377@code.launchpad.net

Description of the change

Added the macbook pro touchpad to the list.
This is the first time I push patches on launchpad, I hope I did it correctly.

To post a comment you must log in.
Revision history for this message
Lorenzo Carbonell (lorenzo-carbonell) :
review: Approve

Unmerged revisions

41. By Grégoire

Adding the bmc5974 (MacBook) touchpad to the list of touchpads

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/touchpad.py'
2--- src/touchpad.py 2011-06-17 09:11:38 +0000
3+++ src/touchpad.py 2011-10-06 10:04:27 +0000
4@@ -28,7 +28,7 @@
5 import time
6 from configurator import GConf
7
8-TOUCHPADS = ['touchpad','glidepoint','fingersensingpad']
9+TOUCHPADS = ['touchpad','glidepoint','fingersensingpad', 'bcm5974']
10
11 def ejecuta(comando):
12 args = shlex.split(comando)

Subscribers

People subscribed via source and target branches