aboutsummaryrefslogtreecommitdiff
path: root/include/linux/gameport.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-07Input: gameport - use IS_REACHABLE() instead of open-coding itGravatar Dmitry Torokhov 1-1/+1
2023-06-06Input: gameport - provide default trigger() and read()Gravatar Dmitry Torokhov 1-9/+2
2022-08-22Input: gameport - move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-23/+3
2012-04-04Input: gameport - add helper macro for gameport_driver boilerplateGravatar Axel Lin 1-0/+13
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-9/+8
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-4/+4
2011-10-31include: convert various register fcns to macros to avoid include chainingGravatar Paul Gortmaker 1-9/+8
2010-09-14Input: gameport_driver - drop private pointerGravatar Dmitry Torokhov 1-2/+0
2010-09-14Input: gameport_driver - mark description as const pointerGravatar Dmitry Torokhov 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-06Input: gameport - let device core tell us if device was registeredGravatar Dmitry Torokhov 1-1/+0
2009-05-09Input: serio - do not use deprecated dev.power.power_stateGravatar Dmitry Torokhov 1-1/+2
2008-07-30Input: gameport - mark gameport_register_driver() __must_checkGravatar Dmitry Torokhov 1-1/+1
2008-07-30Input: gameport - make gameport_register_driver() return errorsGravatar Dmitry Torokhov 1-3/+4
2008-05-16Input: gameport - remove rescan/reconnect facilitiesGravatar Dmitry Torokhov 1-1/+0
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Gravatar Robert P. J. Day 1-1/+1
2006-04-25Use __KERNEL__ to hide kernel-private bits of linux/gameport.hGravatar David Woodhouse 1-0/+6
2006-04-02Manual merge with Linus.Gravatar Dmitry Torokhov 1-2/+2
2006-03-26[PATCH] more s/fucn/func/ typo fixesGravatar Akinobu Mita 1-2/+2
2006-02-19Input: gameport - semaphore to mutex conversionGravatar Arjan van de Ven 1-3/+4
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-0/+1
2005-05-28Input:Gravatar Adrian Bunk 1-3/+25
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+198