aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/mceusb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-27media: mceusb: disable "nonsensical irdata" messagesA Sun1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-12/+1
2019-03-01media: rc: fix several typosMauro Carvalho Chehab1-1/+1
2018-11-22media: mceusb: Include three Hauppauge USB dvb device with IR rxBrad Love1-0/+9
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young1-7/+8
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-05-14media: mceusb: add missing breakSean Young1-0/+1
2018-05-14media: mceusb: filter out bogus timing irdata of duration 0Sean Young1-0/+5
2018-05-14media: mceusb: MCE_CMD_SETIRTIMEOUT cause strange behaviour on deviceSean Young1-3/+19
2018-04-20media: rc: mceusb: allow the timeout to be configurableSean Young1-0/+22
2018-04-20media: rc: mceusb: IR of length 0 means IR timeout, not resetSean Young1-1/+6
2018-03-21media: rc: mceusb: pid 0x0609 vid 0x031d does not under report carrier cyclesSean Young1-1/+7
2018-03-21media: mceusb: add IR learning support features (IR carrier frequency measurement and wide-band/short-range receiver)A Sun1-12/+140
2017-10-31media: rc: mceusb: add support for 15f4:0135Oleh Kravchenko1-0/+9
2017-10-31media: rc: mceusb: add support for 1b80:d3b2Oleh Kravchenko1-0/+9
2017-10-04[media] media: rc: constify usb_device_idArvind Yadav1-1/+1
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-1/+1
2017-08-20media: mceusb: do not read data parameters unless requiredSean Young1-19/+17
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-1/+1
2017-06-07[media] mceusb: drop redundant urb reinitialisationJohan Hovold1-3/+0
2017-06-07[media] mceusb: fix memory leaks in error pathJohan Hovold1-0/+2
2017-06-06[media] mceusb: TX -EPIPE (urb status = -32) lockup fixA Sun1-19/+34
2017-06-06[media] mceusb: RX -EPIPE (urb status = -32) lockup failure fixA Sun1-1/+73
2017-06-06[media] mceusb: fix inaccurate debug buffer dumps, and misleading debug messagesA Sun1-14/+15
2017-06-06[media] mceusb: sporadic RX truncation corruption fixA Sun1-2/+7
2017-03-24[media] mceusb: fix NULL-deref at probeJohan Hovold1-2/+2
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti1-2/+1
2017-01-30[media] rc: raw IR drivers cannot handle cec, unknown or otherSean Young1-1/+1
2017-01-30[media] mceusb: LIRC_SET_SEND_CARRIER returns 0 on successSean Young1-2/+2
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2016-11-23[media] mceusb: remove pointless mce_flush_rx_buffer functionSean Young1-46/+31
2016-11-23[media] mceusb: remove useless debug messageSean Young1-20/+1
2016-10-21[media] rc: don't break long linesMauro Carvalho Chehab1-3/+1
2016-07-15[media] rc: make s_tx_carrier consistentSean Young1-1/+1
2016-07-15[media] rc: make s_tx_mask consistentSean Young1-0/+6
2016-05-07[media] mceusb: add support for SMK eHome receiverOlli Salonen1-0/+3
2016-05-07[media] mceusb: add support for Adaptec eHome receiverOlli Salonen1-0/+3
2016-03-10[media] mceusb: use %*ph for small buffer dumpsMauro Carvalho Chehab1-3/+2
2014-09-23[media] mceusb: fix usbdev leakAlexey Khoroshilov1-5/+6
2014-09-23[media] mceusb: add support for more cx231xx devicesMatthias Schwarzott1-0/+4
2014-07-27[media] mceusb: select default keytable based on vendorMauro Carvalho Chehab1-6/+17
2014-07-27[media] mceusb: add support for newer cx231xx devicesMauro Carvalho Chehab1-0/+8
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-1/+1
2014-05-25[media] fix mceusb endpoint type identification/handlingMatt DeVillier1-30/+35
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan1-1/+1
2014-02-04[media] mceusb: improve error loggingSean Young1-97/+85
2013-12-10[media] mceusb: Add Hauppauge WinTV-HVR-930C HDMatthias Schwarzott1-0/+10
2013-04-16[media] mceusb: add some missing cmd sizesWilliam Steidtmann1-2/+9
2013-02-13[media] mceusb: move check earlier to make smatch happyDan Carpenter1-4/+4
2013-02-08[media] mceusb: make transmit work on HP transceiverSean Young1-14/+11