summaryrefslogtreecommitdiff
path: root/drivers/input/misc/powermate.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-14Input: powermate - fix use-after-free in powermate_config_completeJavier Carrasco1-0/+1
2022-04-23Input: remove third argument of usb_maxpacket()Vincent Mailhol1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-07-27Input: powermate - replace GFP_ATOMIC with GFP_KERNEL in powermate_alloc_buff...Jia-Ju Bai1-1/+1
2017-08-08Input: powermate - constify usb_device_id and fix space before '[' errorArvind Yadav1-1/+1
2016-03-14Input: powermate - fix oops with malicious USB descriptorsJosh Boyer1-0/+3
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-05-05USB: input: powermate.c: fix up dev_* messagesGreg Kroah-Hartman1-1/+3
2012-05-02USB: powermate.c: remove dbg() usageGreg Kroah-Hartman1-4/+6
2012-05-02USB: input: powermate.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-04-26USB: powermate.c: remove err() usageGreg Kroah-Hartman1-2/+3
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2010-10-13Input: return -ENOMEM in select drivers when memory allocation failsDavidlohr Bueso1-1/+1
2010-05-21USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-4/+4
2010-05-21USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-7/+2
2009-11-23Input: do not overwrite the first part of phys stringMárton Németh1-1/+1
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-4/+5
2007-05-08Input: move USB miscellaneous devices under drivers/input/miscDmitry Torokhov1-0/+463