diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2008-10-08 23:29:18 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2008-10-08 23:29:18 +0200 |
| commit | badbf2522bf71d23817f9266f5a3ad9d545f53a8 (patch) | |
| tree | 34876f083b94b3a2c7b7eb78d8944dbd5385604f /etc/modprobe.d | |
| parent | cff494e93004e71ee7c94ccbd7e019eee6deec89 (diff) | |
bcm5974 (0.60) unstable; urgency=low
* New default mouse driver mode
* Mouse configuration parameters
-- Henrik Rydberg <rydberg@euromail.se> Mon, 01 Sep 2008 18:38:21 +0200
Diffstat (limited to 'etc/modprobe.d')
| -rw-r--r-- | etc/modprobe.d/bcm5974 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/modprobe.d/bcm5974 b/etc/modprobe.d/bcm5974 index 81cd5ce..8a0e017 100644 --- a/etc/modprobe.d/bcm5974 +++ b/etc/modprobe.d/bcm5974 | |||
| @@ -8,3 +8,18 @@ | |||
| 8 | 8 | ||
| 9 | ## Debug level - uncomment this to get raw packets in /var/log/debug | 9 | ## Debug level - uncomment this to get raw packets in /var/log/debug |
| 10 | #options bcm5974 debug=99 | 10 | #options bcm5974 debug=99 |
| 11 | |||
| 12 | ## Driver mode: 1 - mouse; 2 - touchpad | ||
| 13 | options bcm5974 driver_mode=2 | ||
| 14 | |||
| 15 | ## Mouse motion damping | ||
| 16 | #options bcm5974 mouse_motion_damping=8 | ||
| 17 | |||
| 18 | ## Vertical mouse wheel damping | ||
| 19 | #options bcm5974 mouse_wheel_damping=256 | ||
| 20 | |||
| 21 | ## Horizontal mouse wheel damping | ||
| 22 | #options bcm5974 mouse_hwheel_damping=256 | ||
| 23 | |||
| 24 | ## Mouse button mode: 0 - standard; 1 - unix three-button; 2 - mac three-button | ||
| 25 | #options bcm5974 mouse_button_mode=2 | ||
