aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-prodikeys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-01HID: prodikeys: make array keys static const, makes object smallerColin Ian King1-2/+2
2019-09-05HID: prodikeys: Fix general protection fault during probeAlan Stern1-2/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-08-15HID: prodikeys: constify snd_rawmidi_ops structuresJulia Lawall1-1/+1
2015-12-28HID: use to_hid_device()Geliang Tang1-6/+6
2015-10-21HID: fix some indenting issuesJiri Slaby1-2/+2
2015-05-07HID: prodikeys: remove unused variableJiri Slaby1-2/+1
2014-02-14HID: prodikeys: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-02-25HID: use hid_hw_request() instead of direct call to usbhidBenjamin Tissoires1-2/+1
2013-01-03HID: Use module_hid_driver macroH Hartley Sweeten1-18/+1
2012-09-17HID: prodikeys: Remove unnecessary casts of void pointersAxel Lin1-9/+9
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-08-04HID: prodikeys: kfree() NULL pointer cleanupBojan Prtvar1-4/+4
2011-07-21HID: prodikeys: remove a redundant forward declaration of struct pcmidi_sndAxel Lin1-2/+0
2011-07-21HID: prodikeys: make needlessly global symbols staticAxel Lin1-7/+8
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches1-10/+11
2010-11-18HID: prodikeys: make sysfs permissions more strictJiri Kosina1-3/+3
2010-08-09HID: allow resizing and replacing report descriptorsNikolai Kondrashov1-3/+4
2010-05-12HID: Prodikeys PC-MIDI HID DriverDon Prince1-0/+910