]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/input/mouse/synaptics.h
Input: synaptics - simplify pass-through port handling
[net-next-2.6.git] / drivers / input / mouse / synaptics.h
index b6aa7d20d8a35c0c2eb3f313c388bd80b8638f1e..613a3652f98f5f787fa619807f10de67aa8634c5 100644 (file)
@@ -110,6 +110,8 @@ struct synaptics_data {
        unsigned char pkt_type;                 /* packet type - old, new, etc */
        unsigned char mode;                     /* current mode byte */
        int scroll;
+
+       struct serio *pt_port;                  /* Pass-through serio port */
 };
 
 void synaptics_module_init(void);