summaryrefslogtreecommitdiff
path: root/drivers/input/serio/parkbd.c
AgeCommit message (Expand)Author
2024-07-19Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert
2024-06-07Input: serio - use sizeof(*pointer) instead of sizeof(type)Erick Archer
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2021-07-19Input: parkbd - switch to use module_parport_driver()Andy Shevchenko
2020-12-11Input: parkbd - convert comma to semicolonZheng Yongjun
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2015-11-17Input: parkbd - clear unused function pointersSudip Mukherjee
2015-11-09Input: parkbd - drop bogus __init from parkbd_allocate_serio()Geert Uytterhoeven
2015-10-05Input: parkbd - use parallel port device modelSudip Mukherjee
2015-09-27Input: serio - fix blocking of parportSudip Mukherjee
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn
2005-02-12input: Add pin numbers to parkbd.c documentation.Vojtech Pavlik
2005-02-06input: Typo fix in parkbd.c commentVojtech Pavlik
2005-02-06input: Document the adapter schematic needed for parkbd.c, rightVojtech Pavlik
2005-02-04Input: Make some needlessly global code static.Adrian Bunk
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov
2004-10-26Input: parkbd - switch to using module_param. Parameter names areDmitry Torokhov
2004-10-13[PATCH] Fix oops in parkbdDmitry Torokhov
2004-06-28Input: switch to dynamic (heap) serio port allocation in preparationDmitry Torokhov
2004-05-09Input: trailing whitespace fixes in drivers/input/serioDmitry Torokhov
2004-04-22Input: make serio open and close methods optionalDmitry Torokhov
2004-02-04[PATCH] parport fixes (3/6)Alexander Viro
2003-04-24[PATCH] parkbd.c jiffies fixAndrew Morton
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik
2002-07-11Add a wrapper function for serio ->interrupt callback.Vojtech Pavlik
2002-07-03Add new serio modules for PS/2 AUX/KBD.Vojtech Pavlik