index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
usbtouchscreen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-09
Merge commit 'v3.3-rc6' into next
Dmitry Torokhov
1
-14
/
+3
2012-03-04
Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037
Armando Visconti
1
-0
/
+63
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-2
/
+2
2012-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+36
2011-11-18
USB: convert drivers/input/* to use module_usb_driver()
Greg Kroah-Hartman
1
-12
/
+1
2011-11-05
Input: usbtouchscreen - add ELO IntelliTouch 2700 support
Michael Gebetsroither
1
-0
/
+36
2010-11-22
Input: usbtouchscreen - add support for LG Flatron T1710B
Glenn Sommer
1
-0
/
+1
2010-07-15
Input: usbtouchscreen - implement reset_resume
Oliver Neukum
1
-32
/
+76
2010-07-15
Input: usbtouchscreen - implement runtime power management
Oliver Neukum
1
-3
/
+24
2010-07-15
Input: usbtouchscreen - implement basic suspend/resume
Oliver Neukum
1
-0
/
+25
2010-06-28
Input: usbtouchscreen - add support for ET&T TC4UM touchscreen controller
Petr Štetiar
1
-9
/
+12
2010-06-08
Input: usbtouchscreen - reduce number fo be16_to_cpu conversions
Dmitry Torokhov
1
-16
/
+18
2010-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+6
2010-05-26
Input: usbtouchscreen - support bigger iNexio touchscreens
Ondrej Zary
1
-1
/
+6
2010-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
1
-4
/
+4
2010-05-20
USB: rename usb_buffer_alloc() and usb_buffer_free() users
Daniel Mack
1
-4
/
+4
2010-05-19
Input: usbtouchscreen - switch to using kmemdup()
Julia Lawall
1
-3
/
+2
2010-02-28
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-18
/
+299
2010-02-21
Input: usbtouchscreen - extend coordinate range for Generaltouch devices
Roy Yin
1
-4
/
+4
2010-02-04
Input: usbtouchscreen - fix leaks and check return value of usb_submit_urb()
Ondrej Zary
1
-3
/
+14
2010-02-04
Input: usbtouchscreen - add NEXIO (or iNexio) support
Ondrej Zary
1
-2
/
+259
2010-02-04
Input: usbtouchscreen - find input endpoint automatically
Ondrej Zary
1
-3
/
+14
2010-02-04
Input: usbtouchscreen - convert from usb_device to usb_interface
Ondrej Zary
1
-10
/
+12
2010-01-11
Input: make USB device ids constant
Márton Németh
1
-1
/
+1
2009-11-29
Input: usbtouchscreen - add support for ET&T TC5UH touchscreen controller
Petr Štetiar
1
-0
/
+29
2009-11-23
Input: usbtouchscreen - add support for Zytronic capacitive touchscreen
Daniel Silverstone
1
-3
/
+70
2009-11-23
Input: usbtouchscreen - remove unneeded usb_kill_urb
Oliver Neukum
1
-1
/
+1
2009-07-27
Input: usbtouchscreen - add support for e2i touchscreen controller
Florian Echtler
1
-0
/
+49
2009-07-07
Input: usbtouchscreen - support for JASTEC/DigiTech DTR-02U USB touch control...
Jim Persson
1
-0
/
+32
2009-02-28
Input: usbtouchscreen - fix eGalax HID ignoring
Daniel Ritz
1
-0
/
+1
2009-01-10
Input: usbtouchscreen - allow reporting calibrated data
Dan Streetman
1
-2
/
+17
2008-11-19
Input: usbtouchscreen - fix TSC-10 DM USB controllers without EEPROM
Nuno Lucas
1
-3
/
+2
2008-07-03
Input: usbtouchscreen - ignore eGalax screens supporting HID protocol
Daniel Ritz
1
-1
/
+19
2008-05-16
Input: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-11
/
+11
2008-04-04
Input: usbtouchscreen - don't use DMA on stack
Oliver Neukum
1
-12
/
+19
2008-01-17
Input: usbtouchscreen - fix buffer overflow, make more egalax work
Daniel Ritz
1
-22
/
+33
2007-10-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-2
/
+34
2007-10-22
Input: usbtouchscreen - add support for GoTop tablet devices
Jerrold Jones
1
-2
/
+34
2007-10-19
get rid of input BIT* duplicate defines
Jiri Slaby
1
-2
/
+2
2007-10-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Dmitry Torokhov
1
-1
/
+1
2007-10-12
Input: usbtouchscreen - add support for GeneralTouch devices
Ilya Frolov
1
-0
/
+31
2007-09-10
Input: usbtouchscreen - support DMC devices with empty EEPROM
Daniel Ritz
1
-1
/
+2
2007-09-06
Input: usbtouchscreen - correctly set 'phys'
Vladimir Shebordaev
1
-1
/
+1
2007-09-04
Input: usbtouchscreen - add support for IdealTEK URTC1000
Ondrej Zary
1
-1
/
+58
2007-07-10
Input: usbtouchscreen - add support for IRTOUCHSYSTEMS touchscreens
Ondrej Zary
1
-0
/
+33
2007-06-12
Input: usbtouchscreen - fix fallout caused by move from drivers/usb
Ondrej Zary
1
-22
/
+22
2007-05-08
Input: move USB touchscreens under drivers/input/touchscreen
Dmitry Torokhov
1
-0
/
+839