summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wacom 0.10.5xf86-input-wacom-0.10.5Peter Hutterer2010-03-191-1/+1
* Do not send button presses for touchpads.Chris Bagwell2010-03-191-4/+10
* Merge branch 'isdv4-cleanup-stage2'Peter Hutterer2010-03-195-50/+298
|\
| * ISDV4: print tablet ID after assigning it.Peter Hutterer2010-03-181-0/+3
| * ISDV4: Parse touch and coordinate data packets.Peter Hutterer2010-03-182-20/+135
| * ISDV4: Move some ISDV-specific defines into the new header.Peter Hutterer2010-03-183-11/+11
| * ISDV4: move parsing code for query and touch query into separate functions.Peter Hutterer2010-03-184-22/+152
* | Change CopyrightPing Cheng2010-03-197-7/+7
* | use wcmKeys to check tool typePing Cheng2010-03-191-8/+6
* | Make keys into wcmKeysPing Cheng2010-03-196-76/+70
* | ISDV4: add missing linebreak after wcmWriteWait error message.Peter Hutterer2010-03-191-1/+1
* | Pressure threshold must be smaller than maxZ, not 21.Peter Hutterer2010-03-191-1/+1
* | Fix build error with --enable-debug on.Peter Hutterer2010-03-191-5/+12
* | xsetwacom: fix wrong option parsing for --display.Peter Hutterer2010-03-181-1/+1
* | Merge branch 'isdv4-cleanup-stage1'Peter Hutterer2010-03-165-141/+149
|\ \ | |/
| * ISDV4: move wcmWriteWait and wcmWaitForTablet errors into those functions.Peter Hutterer2010-03-111-37/+25
| * ISDV4: move stopping the device out to isdv4StopTablet()Peter Hutterer2010-03-111-10/+19
| * ISDV4: use wcmWriteWait for the start/stop commands.Peter Hutterer2010-03-111-11/+5
| * ISDV4: Rename the ISDV4-specific defines ISDV4_fooPeter Hutterer2010-03-112-31/+31
| * ISDV4: use wcmSkipInvalidateBytes from wcmSerialValidate.Peter Hutterer2010-03-101-19/+29
| * ISDV4: skip bytes until the next HEADER_BIT if necessary.Peter Hutterer2010-03-101-0/+21
| * Fix invalid buffer handling in isdv4Parse().Peter Hutterer2010-03-091-1/+0
| * Remove ISDV4-specific code from wcmReadPacket().Peter Hutterer2010-03-092-22/+15
| * Pass the length of the buffer into the parsing code.Peter Hutterer2010-03-094-32/+26
* | nbbuttons should be <= WCM_MAX_BUTTONSPing Cheng2010-03-161-0/+5
|/
* Remove a bunch of now unused defines.Peter Hutterer2010-03-091-9/+0
* Purge Read() abstraction from the device models.Peter Hutterer2010-03-094-7/+1
* Fix a superfluous linebreak.Peter Hutterer2010-03-091-2/+1
* wcmISDV4.c: error on AMD64: conflicting types for int64_tGaetan Nadon2010-03-081-1/+1
* Fix usbGetRanges() for any load order of touch/padChris Bagwell2010-03-051-5/+16
* Fix pressure curve application check.Peter Hutterer2010-03-011-1/+1
* static-ify usbWcmInit.Peter Hutterer2010-03-011-2/+2
* Merge branch 'init-process-revamp'Peter Hutterer2010-03-0112-559/+341
|\
| * man: update pressure curve documentation.Peter Hutterer2010-03-011-0/+2
| * Unify the check for application of pressurecurve.Peter Hutterer2010-03-011-1/+1
| * Move the check for pressure curve value sanity into its own function.Peter Hutterer2010-03-014-7/+19
| * Clear up some ambiguity in the comments for wcmIsDuplicate.Peter Hutterer2010-03-012-1/+4
| * Refacture wcmMatchDevice to iterate over the devices.Peter Hutterer2010-03-011-26/+28
| * Purge wcmEraserID - unused.Peter Hutterer2010-03-012-13/+0
| * Revamp device PreInit process.Peter Hutterer2010-03-011-59/+81
| * Always init wheel buttons to 4/5.Peter Hutterer2010-03-011-2/+2
| * Init the pressurecurve property with the values from the device.Peter Hutterer2010-03-011-4/+4
| * Open the fd only once during PreInit.Peter Hutterer2010-03-012-41/+26
| * Split wcmDeviceTypeKeys into usb and isdv4 version.Peter Hutterer2010-03-014-90/+117
| * Rename wcmInit to wcmPreInit.Peter Hutterer2010-03-011-3/+3
| * Untangle triple-nested ternery condition.Peter Hutterer2010-03-011-5/+10
| * man: remove reference to "USB" option.Peter Hutterer2010-02-261-4/+0
| * Update comment - wacom tool type property is read-only.Peter Hutterer2010-02-261-1/+1
| * Only init pressure curve property for stylus and eraser.Peter Hutterer2010-02-261-5/+7
| * Only init strip and wheel buttons for the pad.Peter Hutterer2010-02-261-11/+13