summaryrefslogtreecommitdiff
path: root/src/wcmUSB.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid buffer overrunPeter Hutterer2012-03-211-1/+1
* Check ioctl return valuePeter Hutterer2012-03-211-2/+9
* Remove testing codeJason Gerecke2011-12-301-4/+1
* Add 'abswheel2' to device state for dual-ring devicesJason Gerecke2011-12-291-2/+9
* Add basic support for Cintiq 24HDJason Gerecke2011-12-291-0/+1
* Have usbInitToolType return the old tool type if availableJason Gerecke2011-11-151-4/+10
* Fix usbInitToolType to not always return TOUCH_IDJason Gerecke2011-11-151-2/+7
* do not send touch button during gesture holdoffsChris Bagwell2011-09-041-12/+0
* Merge branch 'capacity2' of git://github.com/cbagwell/xf86-input-wacomPeter Hutterer2011-06-301-16/+4
|\
| * Remove unused Capacity logic on touch devicesChris Bagwell2011-06-281-16/+4
* | Add 3 new models: 6A, 6B, and 97David Foley2011-06-281-0/+3
* | Default to touch tool for multi-touch devicesChris Bagwell2011-06-271-1/+1
|/
* Set WCM_TPC when generic tablet is detect.Chris Bagwell2011-06-271-3/+17
* Add support for Device Product ID property.Peter Hutterer2011-06-031-0/+3
* Force all serials to be unsigned.Peter Hutterer2011-05-061-1/+1
* Retrieve resolution from the kernel whenever we canPing Cheng2011-04-151-2/+20
* Fake resolution for 9F and E2Ping Cheng2011-04-141-2/+2
* Fix higher button events.Peter Hutterer2011-04-111-1/+1
* Add support for Lenovo tablet ID 0xE6Timo Aaltonen2011-04-081-0/+1
* fix filter issue on MT bamboosChris Bagwell2011-04-041-3/+4
* Replace manual array size with ARRAY_SIZE macro.Peter Hutterer2011-04-011-4/+4
* Add some comments for device_id and device_type handling.Peter Hutterer2011-03-301-1/+4
* usb: print invalid max value if we get one.Peter Hutterer2011-03-301-2/+4
* usb: swap two checks.Peter Hutterer2011-03-301-3/+3
* usb: remove to superfluous linebreaks.Peter Hutterer2011-03-301-4/+2
* Resolve the oldHwProx puzzlePing Cheng2011-03-301-4/+0
* PAD is always on PAD_CHANNELPing Cheng2011-03-281-17/+4
* Fix a copy/paste error in usbFindDeviceType commentPing Cheng2011-03-281-2/+2
* Support pen and MT on the same logical portPing Cheng2011-03-281-6/+109
* wcmUSB: change MOD_BUTTONS macro into a functionPeter Hutterer2011-03-231-16/+41
* Bring idtotype and findDeviceType to the stylePing Cheng2011-03-221-48/+41
* Move findDeviceType from wcmCommon to wcmUSBPing Cheng2011-03-221-2/+83
* Prepare for the removal of BTN_TOOL_FINGER for pad tool in the kernelPing Cheng2011-03-221-0/+5
* Enable left click for MT touchscreenPing Cheng2011-03-221-8/+14
* Initialize USB pad device once up frontChris Bagwell2011-03-151-7/+43
* remove per-device filter functionChris Bagwell2011-03-111-2/+0
* wcmUSB.c: Update BambooPT identifier commentDavid Foley2011-03-071-1/+1
* allow button events while touch is disabledChris Bagwell2011-03-011-14/+15
* Retrieve the ABS values through EVIOCGABS only when they are setPing Cheng2011-02-241-4/+8
* Process USB 1FGT data through BTN_TOUCHPing Cheng2011-02-091-1/+16
* Prepare for Tablet PC MT formatPing Cheng2011-02-091-0/+21
* Streamline the touch resolutionPing Cheng2011-01-311-12/+21
* wcmUSB.c: 2-new-bambooPT-modelsDavid Foley2011-01-211-0/+2
* Init device_type during ABS_MT_TRACKING_IDChris Bagwell2011-01-131-17/+3
* fix logic detecting ABS_MT_SLOTChris Bagwell2011-01-101-1/+1
* Use previous tools values when switching tools.Chris Bagwell2011-01-101-59/+48
* add PAD_CHANNEL for when PAD channel is hard codeChris Bagwell2011-01-101-2/+2
* set 1FGT/2FGT based on wcmKeys instead of IDChris Bagwell2011-01-101-0/+15
* Bamboo tablet does not report device_id anymore.Ping Cheng2010-12-211-11/+3
* Enable 2nd touch for newer Bamboo MT driverChris Bagwell2010-12-211-11/+126