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

« back to all changes in this revision

Viewing changes to linuxwacom/src/2.6.19/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
84
84
/*
85
85
 * Version Information
86
86
 */
87
 
#define DRIVER_VERSION "v1.46-pc0.4"
 
87
#define DRIVER_VERSION "v1.46-pc0.5"
88
88
#define DRIVER_AUTHOR "Vojtech Pavlik <vojtech@ucw.cz>"
89
89
#define DRIVER_DESC "USB Wacom Graphire and Wacom Intuos tablet driver"
90
90
#define DRIVER_LICENSE "GPL"
121
121
extern void input_dev_g(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
122
122
extern void input_dev_i3s(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
123
123
extern void input_dev_i3(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
 
124
extern void input_dev_i4s(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
 
125
extern void input_dev_i4(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
124
126
extern void input_dev_bee(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
125
127
extern void input_dev_i(struct input_dev *input_dev, struct wacom_wac *wacom_wac);
126
128
extern void input_dev_pl(struct input_dev *input_dev, struct wacom_wac *wacom_wac);