diff options
author | Peter Osterlund <petero2@telia.com> | 2004-07-30 17:25:51 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:43 +0200 |
commit | a8ea1ab150cd0359f2e1ccf7f7193dbee1e0d737 (patch) | |
tree | 9c4d8221ac7cc0b2a9bdace5292e417935d3b3a6 /alpscomm.c | |
parent | 347b1564e1a958e26a0caad5cf607a71b191ef54 (diff) |
Added a comment about ALPS pointing stick initialization.
Diffstat (limited to 'alpscomm.c')
-rw-r--r-- | alpscomm.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ ALPS_sync(int fd) /* * send the ALPS init sequence, ie 4 consecutive "disable"s before the "enable" + * This "magic knock" is performed both for the trackpad and for the pointing + * stick. Not all models have a pointing stick, but trying to initialize it + * anyway doesn't seem to hurt. */ static void ALPS_initialize(int fd) |