summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/sur40.c
AgeCommit message (Expand)AuthorLines
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang-3/+3
2021-02-16Input: sur40 - fix an error code in sur40_probe()Dan Carpenter-0/+1
2020-07-16media: sur40: Remove uninitialized_var() usageKees Cook-3/+1
2020-01-10Input: sur40 - fix interface sanity checksJohan Hovold-1/+1
2019-10-29Input: sur40 - switch to using polled mode of input devicesDmitry Torokhov-39/+53
2019-07-23media: input/touchscreen/sur40: use COLORSPACE_RAWHans Verkuil-2/+2
2019-06-12media: touchscreen/sur40: set device_caps in struct video_deviceHans Verkuil-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-02-14media: add video control handlers using V4L2 control frameworkFlorian Echtler-0/+64
2018-02-14media: add panel register access functionsFlorian Echtler-0/+75
2018-02-14media: add default settings and module parameters for video controlsFlorian Echtler-0/+34
2018-02-14media: add missing blob structure field for tag idFlorian Echtler-1/+4
2017-07-12Input: sur40 - skip all blobs that are not touchesFlorian Echtler-9/+13
2017-07-12Input: sur40 - silence unnecessary noisy debug outputFlorian Echtler-2/+5
2017-07-12Input: sur40 - add additional reverse-engineered informationFlorian Echtler-5/+12
2017-04-05Input: sur40 - fix bad endianness handling in sur40_pollMartin Kepplinger-1/+1
2017-03-16Input: sur40 - validate number of endpoints before using themJohan Hovold-0/+3
2016-08-24[media] sur40: properly report a single frame rate of 60 FPSFlorian Echtler-2/+18
2016-08-23[media] Input: sur40 - use new V4L2 touch input typeNick Dyer-33/+91
2016-07-08[media] sur40: drop unnecessary format descriptionHans Verkuil-1/+0
2016-07-08[media] sur40: fix occasional oopses on device closeFlorian Echtler-1/+2
2016-07-08[media] sur40: lower poll interval to fix occasional FPS drops to ~56 FPSFlorian Echtler-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil-1/+1
2016-07-08[media] sur40: set q->dev instead of allocating a contextHans Verkuil-12/+1
2016-03-23Input: sur40 - fix DMA on stackOliver Neukum-7/+14
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil-6/+5
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung-1/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung-8/+9
2015-08-24Input: sur40 - fix error return codeJulia Lawall-0/+1
2015-05-30[media] return BUF_STATE_ERROR if streaming stopped during acquisitionFlorian Echtler-0/+5
2015-05-30[media] add extra debug output, remove noisy warningFlorian Echtler-1/+8
2015-05-30[media] add frame size/frame rate query functionsFlorian Echtler-0/+30
2015-05-30[media] reduce poll interval to allow full 60 FPS framerateFlorian Echtler-1/+1
2015-04-08[media] sur40: fix occasional hard freeze due to buffer queue underrunFlorian Echtler-0/+5
2015-04-02[media] add raw video stream support for Samsung SUR40Florian Echtler-12/+417
2013-12-01Input: sur40 - suppress false uninitialized variable warningDmitry Torokhov-2/+2
2013-11-20Input: add sur40 driver for Samsung SUR40 (aka MS Surface 2.0/Pixelsense)Florian Echtler-0/+466