aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-picolcd_cir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young1-5/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 265Thomas Gleixner1-11/+1
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young1-2/+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: rc-core: rename input_name to device_nameSean Young1-1/+1
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
2015-06-29HID: picoLCD: Deletion of unnecessary checks before three function callsMarkus Elfring1-2/+1
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-1/+1
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan1-1/+1
2013-09-02HID: picolcd: Prevent NULL pointer dereference on _remove()Bruno Prémont1-1/+2
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires1-2/+0
2012-10-31[media] hid-picolcd_cir: fix compilationDavid Härdeman1-1/+1
2012-09-08HID: picoLCD: fix a NULL test in picolcd_raw_cir()Dan Carpenter1-1/+1
2012-09-05HID: picoLCD: Add support for CIRBruno Prémont1-2/+93
2012-08-15HID: picoLCD: split driver codeBruno Prémont1-0/+61