~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

Viewing changes to include/linux/gpio_mouse.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                };
57
57
                int pins[GPIO_MOUSE_PIN_MAX];
58
58
        };
59
 
        int use_activity_irq; /* if we have irq that raised when a gpio becomes
60
 
                               * active or non active
61
 
                               */
62
 
        int activity_gpio; /* gpio that triggers interrupt when any gpio is 
63
 
                            * active 
64
 
                            */
65
 
 
66
59
};
67
60
 
68
61
#endif /* _GPIO_MOUSE_H */