summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/powermate.c
AgeCommit message (Expand)AuthorLines
2024-10-03Input: powermate - use guard notation when acquiring spinlockDmitry Torokhov-9/+2
2024-06-02Input: misc - use sizeof(*pointer) instead of sizeof(type)Erick Archer-1/+1
2023-10-13Input: powermate - fix use-after-free in powermate_config_completeJavier Carrasco-0/+1
2022-04-23Input: remove third argument of usb_maxpacket()Vincent Mailhol-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2018-07-27Input: powermate - replace GFP_ATOMIC with GFP_KERNEL in powermate_alloc_buff...Jia-Ju Bai-1/+1
2017-08-07Input: powermate - constify usb_device_id and fix space before '[' errorArvind Yadav-1/+1
2016-03-14Input: powermate - fix oops with malicious USB descriptorsJosh Boyer-0/+3
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2012-05-04USB: input: powermate.c: fix up dev_* messagesGreg Kroah-Hartman-1/+3
2012-05-01USB: powermate.c: remove dbg() usageGreg Kroah-Hartman-4/+6
2012-05-01USB: input: powermate.c: fix up dev_err() usageGreg Kroah-Hartman-1/+1
2012-04-25USB: powermate.c: remove err() usageGreg Kroah-Hartman-2/+3
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman-12/+1
2010-10-13Input: return -ENOMEM in select drivers when memory allocation failsDavidlohr Bueso-1/+1
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack-4/+4
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern-7/+2
2009-11-23Input: do not overwrite the first part of phys stringMárton Németh-1/+1
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison-3/+3
2007-10-19get rid of input BIT* duplicate definesJiri Slaby-4/+5
2007-05-08Input: move USB miscellaneous devices under drivers/input/miscDmitry Torokhov-0/+463