aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx/em28xx-input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-29media: em28xx: use usb_to_input_id() rather than handrolling itSean Young1-8/+3
2019-05-29media: em28xx: use common code for decoding nec scancodesSean Young1-15/+2
2019-05-29media: em28xx: give RC device proper nameSean Young1-6/+1
2019-03-19media: em28xx-input: make const array addr_list staticColin Ian King1-1/+1
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab1-1/+1
2018-03-23media: em28xx-input: improve error handling codeMauro Carvalho Chehab1-1/+6
2018-03-06media: em28xx-input: fix most coding style issuesMauro Carvalho Chehab1-47/+74
2018-03-06media: em28xx: Add SPDX license tags where neededMauro Carvalho Chehab1-23/+19
2018-03-06media: em28xx: constify most static structsMauro Carvalho Chehab1-2/+4
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-59/+65
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-1/+1
2017-06-24media: Replace initalized ->initializedMauro Carvalho Chehab1-1/+1
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti1-1/+1
2017-01-30[media] em28xx: IR protocol not reported correctlySean Young1-5/+8
2016-12-12[media] em28xx: don't store usb_device at struct em28xxMauro Carvalho Chehab1-6/+8
2016-12-12[media] em28xx: use usb_interface for dev_foo() callsMauro Carvalho Chehab1-16/+16
2016-11-18[media] em28xx: convert it from pr_foo() to dev_foo()Mauro Carvalho Chehab1-18/+24
2016-10-21[media] em28xx: convert the remaining printks to pr_fooMauro Carvalho Chehab1-1/+1
2016-10-21[media] em28xx: use pr_foo instead of em28xx-specific printk macrosMauro Carvalho Chehab1-13/+13
2016-10-21[media] em28xx: don't break long linesMauro Carvalho Chehab1-2/+1
2014-12-23[media] em28xx-input: fix missing newlinesRussell King1-2/+2
2014-12-23[media] em28xx: ensure "closing" messages terminate with a newlineRussell King1-1/+1
2014-12-23[media] em28xx: fix em28xx-input removalRussell King1-2/+1
2014-12-04[media] em28xx: checkpatch cleanup: whitespaces/new lines cleanupsMauro Carvalho Chehab1-7/+7
2014-11-25[media] USB: Deletion of unnecessary checks before three function callsMarkus Elfring1-2/+1
2014-10-24[media] em28xx-input: NULL dereference on errorDan Carpenter1-1/+3
2014-09-22[media] em28xx-input: i2c IR decoders: improve i2c_client handlingFrank Schaefer1-10/+13
2014-09-03[media] em28xx: use true/false for boolean varsMauro Carvalho Chehab1-3/+3
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-4/+4
2014-07-23[media] rc-core: document the protocol typeDavid Härdeman1-40/+58
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan1-4/+4
2014-03-11[media] em28xx: Only deallocate struct em28xx after finishing all extensionsMauro Carvalho Chehab1-1/+7
2014-03-03[media] em28xx-input: implement em28xx_ops: suspend/resume hooksShuah Khan1-0/+37
2014-02-07[media, edac] Change my email addressMauro Carvalho Chehab1-1/+1
2014-01-14[media] em28xx: print a message at disconnectMauro Carvalho Chehab1-0/+2
2014-01-07[media] media: Remove OOM message after input_allocate_deviceJoe Perches1-3/+1
2014-01-07[media] em28xx: prevent registering wrong interfaces for audio-onlyMauro Carvalho Chehab1-0/+10
2014-01-07[media] em28xx: unify module versionMauro Carvalho Chehab1-1/+2
2014-01-07[media] em28xx: improve extension information messagesMauro Carvalho Chehab1-0/+4
2013-12-20[media] em28xx: reduce the polling interval for GPI connected buttonsFrank Schaefer1-7/+14
2013-12-18[media] em28xx: add support for Empia EM28178Antti Palosaari1-0/+2
2013-12-10[media] em28xx: add support for illumination button and LEDFrank Schaefer1-1/+18
2013-12-10[media] em28xx: add debouncing mechanism for GPI-connected buttonsFrank Schaefer1-11/+19
2013-12-10[media] em28xx: extend the support for device buttonsFrank Schaefer1-37/+113
2013-06-19[media] em28xx: move snapshot button bit definition for reg 0x0C from em28xx-input.c to em28xx.hFrank Schaefer1-1/+0
2013-03-18[media] em28xx: Prepare to support 2 different I2C busesMauro Carvalho Chehab1-2/+3
2013-02-05[media] em28xx: input: use common work_struct callback function for IR RC key pollingFrank Schaefer1-13/+5
2013-02-05[media] em28xx: i2c RC devices: minor code size and memory usage optimizationFrank Schaefer1-26/+16
2013-02-05[media] em28xx: fix a comment and a small coding style issueFrank Schaefer1-4/+2
2013-02-05[media] em28xx: remove unused parameter ir_raw from i2c RC key polling functionsFrank Schaefer1-13/+7