diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-27 16:56:57 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-31 14:43:59 +1000 |
commit | de8c3a5430c71d3a52d2dc3362743b791256d847 (patch) | |
tree | 375a66fd010bd3cb3d4f563686bc61d7a378bf0a /src/synapticsstr.h | |
parent | 77b0ed05d29b8f71784af60fe56b111b91c7107f (diff) |
Export device node as property.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/synapticsstr.h')
-rw-r--r-- | src/synapticsstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synapticsstr.h b/src/synapticsstr.h index e9ac7cb..35331b2 100644 --- a/src/synapticsstr.h +++ b/src/synapticsstr.h @@ -175,6 +175,7 @@ typedef struct _SynapticsPrivateRec struct SynapticsHwState hwState; + char *device; /* device node */ Bool shm_config; /* True when shared memory area allocated */ OsTimerPtr timer; /* for up/down-button repeat, tap processing, etc */ |