~ubuntu-branches/ubuntu/raring/wacom-tools/raring

« back to all changes in this revision

Viewing changes to linuxwacom/src/2.6.13/wacom.h

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-05-22 12:04:32 UTC
  • mfrom: (1.12.2 upstream) (2.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090522120432-00suvwukj864ipib
Tags: 1:0.8.3.2-1ubuntu1
* Merge with Debian unstable, remaining changes:
  - Bump the epoch because of old Ubuntu packaging.
  - debian/control:
    - Change the Maintainer address.
    - Bump the epoch on Replaces/Conflicts.
    - Don't build wacom-kernel-source anymore (#71944).
  - debian/wacom.postinst:
    Remove old files.
  - debian/rules: Disable the scaling quirk.
  - Enable patch system (quilt).
    - Import debian/xsfbs/*
    - Add quilt to build-deps.
  - Include wacomcpl so the stylus can be calibrated. (#216347)
    - debian/rules: --enable-libwacomxi
    - debian/control: Add tcl-dev, tk-dev to Build-Depends, and tcl,
      tk to wacom-tools Depends.
  - Modify 10-linuxwacom.fdi to support WALTOP and N-Trig.
  - Add 104_revert-check.diff: Don't check the serial number, it breaks
    some devices. Disabled for now, needs testing because part of it
    is upstream now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *  Copyright (c) 2000 Daniel Egger             <egger@suse.de>
12
12
 *  Copyright (c) 2001 Frederic Lepied          <flepied@mandrakesoft.com>
13
13
 *  Copyright (c) 2004 Panagiotis Issaris       <panagiotis.issaris@mech.kuleuven.ac.be>
14
 
 *  Copyright (c) 2002-2008 Ping Cheng          <pingc@wacom.com>
 
14
 *  Copyright (c) 2002-2009 Ping Cheng          <pingc@wacom.com>
15
15
 *
16
16
 *  ChangeLog:
17
17
 *      v0.1 (vp)  - Initial release
91
91
/*
92
92
 * Version Information
93
93
 */
94
 
#define DRIVER_VERSION "v1.43-2.6.13.1-pc-0.8"
 
94
#define DRIVER_VERSION "v1.43-2.6.13.1-pc-0.9"
95
95
#define DRIVER_AUTHOR "Vojtech Pavlik <vojtech@ucw.cz>"
96
96
#define DRIVER_DESC "USB Wacom Graphire and Wacom Intuos tablet driver"
97
97
#define DRIVER_LICENSE "GPL"
131
131
extern void input_dev_g(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
132
132
extern void input_dev_i3s(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
133
133
extern void input_dev_i3(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
 
134
extern void input_dev_i4s(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
 
135
extern void input_dev_i4(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
134
136
extern void input_dev_bee(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
135
137
extern void input_dev_i(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
136
138
extern void input_dev_pl(struct input_dev *input_dev, struct wacom_wac *wacom_wac);