aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid/usbkbd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25HID: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-04-23HID: usbhid: remove third argument of usb_maxpacket()Vincent Mailhol1-1/+1
2021-06-15HID: usbkbd: Avoid GFP_ATOMIC when GFP_KERNEL is possibleHyeonggon Yoo1-2/+2
2021-04-07HID: usbhid: Repair a formatting issue in a struct descriptionLee Jones1-9/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2017-08-10HID: usbkbd: constify usb_device_id and fix space before '[' error.Arvind Yadav1-1/+1
2017-01-06HID: remove use of DRIVER_LICENSEGrant Grundler1-2/+1
2013-11-19HID: usbkbd: fix inconsistent debugging outputAdam Cozzette1-1/+1
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-5/+59
2011-11-23HID: usbkbd: kill LED URB on disconnectWillem Penninckx1-0/+1
2011-11-23HID: usbkbd: synchronize LED URB submissionWillem Penninckx1-5/+58
2011-11-18USB: convert drivers/hid/* to use module_usb_driver()Greg Kroah-Hartman1-16/+1
2010-12-10HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches1-10/+14
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+1
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-4/+4
2010-05-20USB: remove uses of URB_NO_SETUP_DMA_MAPAlan Stern1-5/+3
2010-04-03HID: usbhid: enable remote wakeup for keyboardsAlan Stern1-0/+1
2009-11-23Input: do not overwrite the first part of phys stringMárton Németh1-1/+1
2008-10-14HID: remove warn() macro from usb hid driversFrom: Greg Kroah-Hartman1-1/+2
2008-10-14HID: remove info() macro from usb HID driversGreg Kroah-Hartman1-3/+6
2008-07-23HID: remove quirk lookup from usbkbd/usbmouseJiri Kosina1-8/+0
2008-07-23HID: fix quirk handling in usbmouse/kbdJiri Slaby1-1/+1
2008-07-23HID:usbkbd:mark usb_kbd_keycode array as constMing Lei1-1/+1
2008-05-20HID: remove CVS keywordsAdrian Bunk1-2/+0
2008-01-28HID: fix compilation of hidbp drivers without usbhidJiri Kosina1-0/+2
2008-01-28HID: Use hid blacklist in usbmouse/usbkbdPascal Terjan1-0/+6
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-2/+5
2007-07-09HID: make debugging output runtime-configurableJiri Kosina1-3/+3
2007-05-09HID: switch to using input_dev->dev.parentDmitry Torokhov1-6/+6
2007-05-09USB HID: usb_buffer_free() cleanupDmitry Torokhov1-6/+3
2007-04-11USB HID: usbkbd/usbmouse - handle errors when registering devicesDmitry Torokhov1-4/+9
2007-04-11USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhidJiri Kosina1-0/+362