Age | Commit message (Expand) | Author | Files | Lines |
2010-10-10 | Input: wacom - fix pressure in Cintiq 21UX2 | Aristeu Rozanski | 1 | -1/+3 |
2010-10-04 | Input: wacom - fix runtime PM related deadlock | Dmitry Torokhov | 1 | -11/+12 |
2010-08-28 | Input: wacom - fix mousewheel handling for old wacom tablets | Mike Auty | 1 | -2/+2 |
2010-08-10 | Merge branch 'next' into for-linus | Dmitry Torokhov | 2 | -11/+8 |
2010-08-02 | Input: switch to input_abs_*() access functions | Daniel Mack | 2 | -11/+8 |
2010-08-02 | Merge branch 'next' into for-linus | Dmitry Torokhov | 2 | -0/+45 |
2010-06-28 | Input: wacom - add support for DTU2231 and DTU1631 | Ping Cheng | 2 | -0/+45 |
2010-06-22 | Input: wacom - fix serial number handling on Cintiq 21UX2 | Ping Cheng | 1 | -4/+5 |
2010-06-04 | Input: wacom - add Cintiq 21UX2 and Intuos4 WL | Ping Cheng | 3 | -15/+60 |
2010-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 5 | -23/+23 |
2010-05-20 | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 5 | -24/+24 |
2010-04-20 | Input: kbtab - do not advertise unsupported events | Dmitry Torokhov | 1 | -24/+15 |
2010-04-20 | Input: kbtab - simplify kbtab_disconnect() | Dmitry Torokhov | 1 | -7/+5 |
2010-04-20 | Input: kbtab - fix incorrect size parameter in usb_buffer_free | Axel Lin | 1 | -2/+2 |
2010-04-20 | Input: acecad - don't advertise mouse events | Dmitry Torokhov | 1 | -2/+0 |
2010-04-20 | Input: acecad - fix some formatting issues | Dmitry Torokhov | 1 | -40/+36 |
2010-04-20 | Input: acecad - simplify usb_acecad_disconnect() | Dmitry Torokhov | 1 | -7/+5 |
2010-04-20 | Input: acecad - fix incorrect size parameter in usb_buffer_free | Axel Lin | 1 | -1/+1 |
2010-04-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2 | -64/+111 |
2010-04-15 | Input: wacom - switch mode upon system resume | Ping Cheng | 1 | -5/+7 |
2010-04-13 | Input: wacom - streamline 2-finger touch support | Ping Cheng | 2 | -73/+80 |
2010-04-13 | Input: wacom - use get_unaligned to access unaligned data | Dmitry Torokhov | 3 | -47/+28 |
2010-04-13 | Input: wacom - get rid of wacom_combo structure | Dmitry Torokhov | 3 | -53/+47 |
2010-04-13 | Input: wacom - get rid of input event wrappers | Dmitry Torokhov | 4 | -405/+347 |
2010-04-13 | Input: wacom - fix some formatting issues | Dmitry Torokhov | 2 | -201/+222 |
2010-04-13 | Input: wacom - do not allocate wacom_wac separately | Dmitry Torokhov | 4 | -15/+15 |
2010-04-13 | Input: wacom - share pen info with touch of the same ID | Ping Cheng | 3 | -22/+99 |
2010-04-13 | Input: wacom - merge out and in prox events | Ping Cheng | 1 | -104/+59 |
2010-04-13 | Merge branch 'for-linus' into next | Dmitry Torokhov | 2 | -64/+111 |
2010-04-13 | Input: wacom - switch mode upon system resume | Ping Cheng | 1 | -5/+7 |
2010-04-13 | Revert "Input: wacom - merge out and in prox events" | Dmitry Torokhov | 1 | -59/+104 |
2010-03-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -108/+62 |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2010-03-05 | Input: wacom - merge out and in prox events | Ping Cheng | 1 | -104/+59 |
2010-03-01 | Input: wacom - replace WACOM_PKGLEN_PENABLED | Ping Cheng | 3 | -4/+3 |
2010-02-20 | Input: wacom - add device type to device name string | Ping Cheng | 2 | -4/+15 |
2010-02-19 | Input: wacom - constify product features data | Dmitry Torokhov | 1 | -63/+63 |
2010-02-19 | Input: wacom - use per-device instance of wacom_features | Jason Childs | 3 | -56/+78 |
2010-02-10 | Input: wacom - get features from driver info | Bastian Blank | 3 | -152/+205 |
2010-02-05 | Fix misspelling of "should" and "shouldn't" in comments. | Adam Buchbinder | 1 | -1/+1 |
2010-01-11 | Input: make USB device ids constant | Márton Németh | 1 | -1/+1 |
2009-12-15 | Input: wacom - separate pen from express keys on Graphire | Ping Cheng | 1 | -4/+23 |
2009-12-15 | Input: wacom - add defines for data packet report IDs | Ping Cheng | 2 | -13/+22 |
2009-12-15 | Input: wacom - add support for new LCD tablets | Ping Cheng | 4 | -132/+311 |
2009-12-15 | Input: wacom - add defines for packet lengths of various devices | Ping Cheng | 3 | -64/+76 |
2009-12-15 | Input: wacom - ensure the device is initialized properly upon resume | Ping Cheng | 2 | -6/+8 |
2009-08-21 | Input: wacom - don't use on-stack memory for report buffers | Dmitry Torokhov | 1 | -14/+29 |
2009-06-28 | Input: wacom - add DTF720a support and fix rotation on Intuos3 | Ping Cheng | 1 | -1/+5 |
2009-06-03 | Input: wacom - clear Intuos4 wheel data when finger leaves proximity | Ping Cheng | 1 | -0/+3 |
2009-05-08 | Input: wacom - add support for Intuos4 tablets | Ping Cheng | 4 | -41/+148 |