aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2006-05-29Input: psmouse - DMI updates for lifebook protocolKenan Esau1-0/+24
2006-05-29Input: change from numbered to named switchesRichard Purdie2-12/+12
2006-05-29Input: alps - fix old protocol decodingYotam Medini1-2/+2
2006-05-29Input: wistron - add support for AOpen Barebook 1559asmasc@theaterzentrum.at1-0/+19
2006-05-29Input: psmouse - add detection of Logitech TrackMan Wheel trackballZbigniew Luszpinski1-0/+6
2006-05-29Input: sidewinder - fix memory leakJesper Juhl1-5/+6
2006-05-26[PATCH] ads7846 conversion accuracyDavid Brownell1-25/+28
2006-05-04Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-86/+398
2006-04-30[ARM] 3486/1: Mark memory as clobbered by the ARM _syscallX() macrosMarkus Gutschke1-1/+1
2006-04-29Input: make EVIOCGSND return meaningful dataDmitry Torokhov1-0/+3
2006-04-29Input: ressurect EVIOCGREP and EVIOCSREPDmitry Torokhov1-0/+21
2006-04-29Input: psmouse - fix new device detection logicDmitry Torokhov1-1/+3
2006-04-29Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-1/+1
2006-04-28[PATCH] powerpc: Use check_legacy_ioport() on ppc32 too.David Woodhouse1-2/+2
2006-04-26Input: move input_device_id to mod_devicetable.hDmitry Torokhov1-4/+4
2006-04-26Input: spitzkbd - fix the reversed Address and Calender keysRichard Purdie1-2/+2
2006-04-26Input: ads7846 - improve filtering for thumb press accuracyImre Deak1-15/+57
2006-04-26Input: ads7846 - report 0 pressure value along with pen up eventImre Deak1-2/+4
2006-04-21[PARISC] Fix up hil_kbd.c mismergeMatthew Wilcox1-1/+1
2006-04-11Input: ads7846 - handle IRQs that were latched during disabled IRQsImre Deak1-34/+48
2006-04-11Input: ads7846 - miscellaneous fixesImre Deak1-30/+114
2006-04-11Input: ads7846 - use msleep() instead of udelay() in suspendJuha Yrjola1-1/+1
2006-04-11Input: ads7846 - debouncing and rudimentary sample filteringImre Deak1-38/+118
2006-04-11Input: ads7846 - power down ADC a bit laterImre Deak1-3/+18
2006-04-11Input: ads7846 - add pen_down sysfs attributeImre Deak1-0/+19
2006-04-05Input: wistron - add support for Fujitsu N3510John Reed Riley1-0/+21
2006-04-05Input: wistron - add signature for Amilo M7400Stefan Rompf1-0/+9
2006-04-02Input: synaptics - limit rate to 40pps on Toshiba Protege M300Richard Thrippleton1-2/+9
2006-04-02Input: gamecon - add SNES mouse supportRaphael Assenat1-13/+70
2006-04-02Input: make modalias code respect allowed buffer sizeDmitry Torokhov1-39/+71
2006-04-02Input: convert /proc handling to seq_fileDmitry Torokhov1-111/+168
2006-04-02Input: limit attributes' output to PAGE_SIZEDmitry Torokhov1-12/+24
2006-04-02Manual merge with Linus.Dmitry Torokhov8-98/+119
2006-03-30[PARISC] Fix double free when removing HIL driversKyle McMartin3-5/+2
2006-03-30[PARISC] Convert HIL drivers to use input_allocate_deviceHelge Deller3-93/+109
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller1-2/+2
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-3/+4
2006-03-26[PATCH] ads7846: sparc32 warning fixAndrew Morton1-1/+1
2006-03-26BUG_ON() Conversion in input/serio/hp_sdc_mlc.cEric Sesterhenn1-3/+4
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-03-25[PATCH] ads7846 build fixAndrew Morton1-0/+1
2006-03-24BUG_ON() Conversion in input/serio/hil_mlc.cEric Sesterhenn1-1/+1
2006-03-14Input: gameport - fix memory leakAdrian Bunk1-0/+1
2006-03-14Input: serio - fix memory leakAdrian Bunk1-0/+1
2006-03-14Input: zaurus keyboard driver updatesRichard Purdie2-12/+33
2006-03-14Input: i8042 - fix logic around pnp_register_driver()Bjorn Helgaas1-10/+16
2006-03-14Input: ns558 - fix logic around pnp_register_driver()Bjorn Helgaas1-7/+6
2006-03-14Input: pcspkr - separate device and driver registrationMichael Neuling1-26/+1
2006-03-14Input: atkbd - allow disabling on X86_PC (if EMBEDDED)Dmitry Torokhov1-1/+1
2006-03-14Input: atkbd - disable softrepeat for dumb keyboardsVojtech Pavlik1-3/+0
2006-03-14Input: atkbd - fix complaints about 'releasing unknown key 0x7f'Vojtech Pavlik1-6/+6
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn13-40/+22
2006-03-13Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-1/+1
2006-03-10[PATCH] Input: psmouse - disable autoresyncDmitry Torokhov1-1/+1
2006-02-19Input: initialize serio and gameport at subsystem levelDmitry Torokhov2-2/+2
2006-02-19Input: uinput - semaphore to mutex conversionDmitry Torokhov1-7/+7
2006-02-19Input: joysticks - semaphore to mutex conversionIngo Molnar7-38/+43
2006-02-19Input: atkbd - semaphore to mutex conversionIngo Molnar1-4/+5
2006-02-19Input: psmouse - semaphore to mutex conversionIngo Molnar1-18/+20
2006-02-19Input: gameport - semaphore to mutex conversionArjan van de Ven1-13/+14
2006-02-19Input: serio - semaphore to mutex conversionArjan van de Ven3-38/+40
2006-02-19Input: input core - semaphore to mutex conversionJes Sorensen1-7/+8
2006-02-15Input: kill remnants of 98kbd{,-io} and 98spkrArthur Othieno3-3/+0
2006-02-15Input: ads7846 - assorted updatesDavid Brownell1-24/+44
2006-02-15Input: ads7846 - convert to to dynamic input_dev allocationDmitry Torokhov1-32/+47
2006-02-15Input: trackpoint - enable devices connected to external portDmitry Torokhov2-8/+16
2006-02-15Input: logips2pp - add new signature (99)Meelis Roos1-0/+1
2006-02-15Input: ixp4xx-beeper - fix compile errorAlessandro Zummo1-0/+1
2006-01-31Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds17-265/+544
2006-01-31Input: iforce - fix detection of USB devicesDmitry Torokhov2-3/+2
2006-01-29Input: a3d - convert to dynamic input_dev allocationDmitry Torokhov1-42/+46
2006-01-29Input: tmdc - handle errors from input_register_device()Dmitry Torokhov1-4/+11
2006-01-29Input: turbografx - handle errors from input_register_device()Dmitry Torokhov1-7/+13
2006-01-29Input: gamecon - handle errors from input_register_device()Dmitry Torokhov1-6/+12
2006-01-29Input: gamecon - fix crash when accessing deviceDmitry Torokhov1-149/+194
2006-01-29Input: sidewinder - handle errors from input_register_device()Dmitry Torokhov1-2/+6
2006-01-29Input: sidewinder - fix an oopsZinx Verituse1-1/+1
2006-01-29Input: db9 - handle errors from input_register_device()Dmitry Torokhov1-5/+10
2006-01-29Input: db9 - fix possible crash with Saturn gamepadsDmitry Torokhov1-34/+36
2006-01-29Input: grip - handle errors from input_register_device()Dmitry Torokhov1-2/+6
2006-01-29Input: grip - fix crash when accessing deviceDmitry Torokhov1-0/+3
2006-01-29Input: make needlessly global code staticAdrian Bunk2-3/+3
2006-01-29Input: mousedev - fix memory leakKimball Murray1-6/+3
2006-01-29Input: iforce - do not return ENOMEM upon successful allocationAlexey Dobriyan1-1/+1
2006-01-29Input: psmouse - set name for Genius miceDmitry Torokhov1-0/+1
2006-01-29Input: add ixp4xx beeper driverAlessandro Zummo3-0/+196
2006-01-19[ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGERRussell King1-6/+3
2006-01-16[PATCH] sh: consolidate hp620/hp680/hp690 targets into hp6xxPaul Mundt1-1/+1
2006-01-14Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/spi-2.6Linus Torvalds3-0/+639
2006-01-14Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-28/+51
2006-01-14Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-66/+308
2006-01-14Input: psmouse - attempt to re-synchronize mouse every 5 secondsDmitry Torokhov5-66/+301
2006-01-14Input: i8042 - add Sony Vaio FSC-115b to MUX blacklistVojtech Pavlik1-0/+7
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool1-4/+8
2006-01-13[PATCH] spi: ads7836 uses spi_driverDavid Brownell1-42/+42
2006-01-13[PATCH] spi: ads7846 driverDavid Brownell3-0/+635
2006-01-13[PATCH] Add serio bus_type probe and remove methodsRussell King1-5/+7
2006-01-13[PATCH] Add gameport bus_type probe and remove methodsRussell King1-5/+7
2006-01-13[PATCH] INPUT: add MODALIAS to the event environmentKay Sievers1-18/+37
2006-01-12[PATCH] m68k: namespace pollution fix (custom->amiga_custom)Al Viro2-5/+5
2006-01-12[PATCH] ia64: task_pt_regs()Al Viro1-1/+1
2006-01-11[PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen1-1/+3
2006-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds8-136/+4
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-12/+1
2006-01-10Input: remove obsolete maple input driversPaul Mundt5-123/+0
2006-01-10Input: prepare for f_ops constnessArjan van de Ven1-1/+1
2006-01-10Input: wistron - do not crash if BIOS does not support interfaceMiloslav Trmac1-3/+3
2006-01-10Input: grip_mp - kill commented out codeDmitry Torokhov1-9/+0
2006-01-09Merge Linus' tree.Russell King3-25/+17
2006-01-09[ARM] Remove asm/irq.h includes from ARM driversRussell King1-1/+0
2006-01-08[PATCH] IRQ type flagsRussell King2-17/+16
2006-01-08[PATCH] small hp_sdc_rtc cleanup: use no_llseekMarcelo Tosatti1-8/+1
2006-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds17-544/+853
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King1-1/+1
2006-01-07Merge with Linus' kernel.Russell King4-21/+58
2006-01-07[ARM] Move AMBA include files to include/linux/amba/Russell King1-2/+2
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-1/+1
2006-01-05Input: i8042 - add OQO Zepto to noloop dmi table.Ben Collins1-0/+8
2006-01-05Input: atkbd - don't lose keymap settings when reconnecting keyboardDmitry Torokhov1-1/+1
2006-01-05Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov7-24/+61
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-19/+57
2006-01-04[PATCH] Input: add modalias supportRusty Russell1-0/+39
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2-18/+18
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers1-1/+0
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2006-01-03[ARM] Remove clk_use()/clk_unuse()Russell King1-8/+1
2005-12-30[PATCH] Input: warrior - fix HAT0Y axis setupDmitry Torokhov1-1/+1
2005-12-28[SERMOUSE]: Sun mice speak 5-byte protocol too.David S. Miller1-1/+1
2005-12-28Input: wistron - convert to the new platform device interfaceDmitry Torokhov1-46/+68
2005-12-28Input: maceps2 - convert to the new platform device interfaceDmitry Torokhov1-16/+52
2005-12-28Input: q40kbd - convert to the new platform device interfaceDmitry Torokhov1-32/+57
2005-12-28Input: ct82c710 - convert to the new platform device interfaceDmitry Torokhov1-26/+63
2005-12-28Input: i8042 - convert to the new platform device interfaceDmitry Torokhov1-49/+67
2005-12-22[SPARC]: introduce a SPARC Kconfig symbolAdrian Bunk2-2/+2
2005-12-21Input: logips2pp - add signature of MouseMan Wheel Mouse (87)Dmitry Torokhov1-0/+1
2005-12-21Input: sparcspkr - register with driver core as a platfrom deviceDmitry Torokhov1-57/+105
2005-12-21Input: m68kspkr - register with driver core as a platfrom deviceDmitry Torokhov1-17/+85
2005-12-21Input: pcspkr - register with driver core as a platfrom deviceDmitry Torokhov1-6/+80
2005-12-21Input: lifebook - add DMI signature of Fujitsu Lifebook B142Daniele Gozzi1-0/+7
2005-12-21Input: add help entry for FM801 gameport driver to KconfigDmitry Torokhov1-0/+7
2005-12-21Input: i8042 - disable MUX mode for Sharp MM20Dmitry Torokhov1-0/+7
2005-12-21Input: psmouse - don't leave mouse asleepDmitry Torokhov1-9/+6
2005-12-21Input: ALPS - add signature for HP ze1115Larry Finger1-0/+1
2005-12-20Manual merge with Linus (conflict in drivers/input/misc/wistron_bnts.c)Dmitry Torokhov2-2/+2
2005-12-15[PATCH] drivers/input/misc/wistron_btns.c NULL noise removalAl Viro1-1/+1
2005-12-14[PATCH] Input: ALPS - correctly report button presses on Fujitsu Siemens S6010Vojtech Pavlik1-1/+1
2005-12-11Input: wistron - add Acer TravelMate 240 to DMI tableAshutosh Naik1-0/+19
2005-12-11Input: logips2pp - add new signature (85)Jasper Spaans1-0/+1
2005-12-11Input: mousedev - make module parameters visible in sysfsDmitry Torokhov1-5/+5
2005-12-11Input: evdev - consolidate compat and regular codeDmitry Torokhov1-280/+213
2005-11-20Input: make serio and gameport more swsusp friendlyDmitry Torokhov2-6/+18
2005-11-20Input: handle failures in input_register_device()Dmitry Torokhov1-27/+36
2005-11-20Input: uinput - don't use "interruptible" in FF codeDmitry Torokhov1-8/+3
2005-11-20Input: uinput - add UI_SET_SWBIT ioctlDmitry Torokhov1-0/+4
2005-11-20Input: uinput - convert to dynalloc allocationDmitry Torokhov1-147/+163
2005-11-20Input: wistron - disable wifi/bluetooth on suspendMiloslav Trmac1-0/+6
2005-11-20Input: wistron - add PM supportDmitry Torokhov1-5/+57
2005-11-20Input: wistron - convert to dynamic input_dev allocationDmitry Torokhov1-16/+37
2005-11-20Input: wistron - add support for Acer Aspire 1500 notebooksBernhard Rosenkraenzer1-20/+59
2005-11-20Input: wistron - disable for x86_64Andrew Morton1-1/+1
2005-11-20Input: add Wistron driverDmitry Torokhov3-0/+454
2005-11-20Input: atkbd - speed up setting leds/repeat stateDmitry Torokhov1-31/+68
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds5-63/+67
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King5-63/+67
2005-11-09[PATCH] Input: fix 'uniq' reporting in hotplug handlerDmitry Torokhov1-1/+1
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-85/+109
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-7/+3
2005-11-02Input: lkkbd - miscellaneous fixesJan-Benedict Glaw1-42/+59
2005-11-02Input: logips2pp - add support for MX3100Mirco Macrelli1-0/+3
2005-11-02Input: locomokbd - fix wrong bustypePavel Machek1-1/+1
2005-11-02Input: fix input device deregistrationDmitry Torokhov1-0/+1
2005-11-02Input: do not register statically allocated devicesDmitry Torokhov1-11/+15
2005-11-02Input: locomokbd - convert to dynamic input allocationDmitry Torokhov1-32/+31
2005-10-31[PATCH] i386: CONFIG_PC removalArthur Othieno2-3/+3
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds8-4/+8
2005-10-31Input: lkkbd - fix debug message in lkkbd_interrupt()Dmitry Torokhov1-1/+1
2005-10-31Input: pcspkr - fix setting name and phys for the deviceDmitry Torokhov1-1/+1
2005-10-31Input: fix input_dev registration messageDmitry Torokhov1-1/+1
2005-10-31Input: evdev - allow querying SW state from compat ioctlDmitry Torokhov1-0/+3
2005-10-31Input: evdev - allow querying EV_SW bits from compat_ioctlDmitry Torokhov1-0/+1
2005-10-30[PATCH] fix missing includesTim Schmielau14-0/+14
2005-10-30[PATCH] CONFIG_IA32Brian Gerst1-1/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King8-4/+8
2005-10-29[PATCH] amikbd fixAl Viro1-1/+1
2005-10-29[PATCH] missing bits in sparkspkr conversionAl Viro1-1/+1
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds65-2644/+2984
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King4-62/+51
2005-10-28[PATCH] input core: remove custom-made hotplug handlerDmitry Torokhov1-145/+104
2005-10-28[PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman4-8/+32
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman5-17/+17
2005-10-28[PATCH] INPUT: remove the input_class structure, as it is unused.Greg Kroah-Hartman1-15/+3
2005-10-28[PATCH] INPUT: Fix oops when accessing sysfs files of nested input devicesGreg Kroah-Hartman1-7/+12
2005-10-28[PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman4-14/+14
2005-10-28[PATCH] INPUT: export input_dev_class so that input drivers can use it.Greg Kroah-Hartman1-1/+2
2005-10-28[PATCH] INPUT: register the input class device soonerGreg Kroah-Hartman1-3/+3
2005-10-28[PATCH] Input: export input_dev data via sysfs attributesDmitry Torokhov1-23/+133
2005-10-28[PATCH] Input: show sysfs path in /proc/bus/input/devicesDmitry Torokhov1-0/+6
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov25-1230/+1460