aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2006-10-19sh: Cleanup board header directories.Paul Mundt1-1/+1
2006-10-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-5/+5
2006-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-28/+104
2006-10-15[PATCH] hp drivers/input stuff: C99 initializers, NULL noise removal, __user ...Al Viro3-15/+15
2006-10-15[ARM] Fix Zaurii keyboard/touchscreen driversRussell King4-5/+5
2006-10-12Input: fm801-gp - handle errors from pci_enable_device()Jeff Garzik1-7/+15
2006-10-12Input: gameport core - handle errors returned by device_bind_driver()Dmitry Torokhov1-2/+16
2006-10-12Input: serio core - handle errors returned by device_bind_driver()Dmitry Torokhov1-2/+14
2006-10-11[PATCH] Use linux/io.h instead of asm/io.hMatthew Wilcox1-1/+1
2006-10-11Input: serio - add lockdep annotationsJiri Kosina2-2/+7
2006-10-11Input: atkbd - supress "too many keys" error messageDmitry Torokhov1-13/+41
2006-10-11Input: i8042 - supress ACK/NAKs when blinking during panicDmitry Torokhov1-2/+11
2006-10-09[PATCH] m68k/HP300: Enable HIL configuration optionsGeert Uytterhoeven4-5/+5
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox4-20/+20
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells64-239/+157
2006-10-03more misc typo fixesMatt LaPlante1-1/+1
2006-10-03Fix several typos in drivers/Matt LaPlante2-3/+3
2006-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds39-789/+2716
2006-10-01Input: wistron - add support for Acer TravelMate 2424NWXCiAshutosh Naik1-1/+10
2006-10-01Input: wistron - fix setting up special buttonsReiner Herrmann1-5/+2
2006-10-01[PATCH] update legacy io handling for pmacOlaf Hering1-9/+6
2006-09-29[PATCH] OMAP: Add keypad driverKomal Shah3-0/+502
2006-09-27sh: APM/PM support.Andriy Skulysh1-14/+0
2006-09-19Input: add driver for stowaway serial keyboardsMarek Vasut3-0/+199
2006-09-19Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov5-78/+103
2006-09-14Input: make input_register_handler() return error codesDmitry Torokhov7-20/+29
2006-09-14Input: remove cruft that was needed for transition to sysfsDmitry Torokhov1-10/+0
2006-09-14Input: fix input module refcountingDmitry Torokhov1-2/+2
2006-09-14Input: constify input coreDmitry Torokhov7-23/+27
2006-09-14Input: libps2 - rearrange exportsDmitry Torokhov1-11/+9
2006-09-14Input: atkbd - support Microsoft Natural Elite Pro keyboardsDmitry Torokhov2-5/+17
2006-09-14Input: i8042 - disable MUX mode on Toshiba Equium A110Dmitry Torokhov1-0/+7
2006-09-10Input: i8042 - get rid of polling timerDmitry Torokhov2-362/+388
2006-09-10Input: send key up events at disconnectDmitry Torokhov1-2/+5
2006-09-10Input: constify psmouse driverHelge Deller6-32/+40
2006-08-23Input: psmouse - fix Intellimouse 4.0 initializationPozsar Balazs1-7/+0
2006-08-23Input: wistron - fix crash due to referencing __initdataDmitry Torokhov1-8/+8
2006-08-23Input: atkbd - fix overrun in atkbd_set_repeat_rate()Florin Malita1-1/+1
2006-08-08Input: i8042 - add Amoi to the MUX blacklistCjacker Huang1-0/+7
2006-08-08Input: logips2pp - add sugnature 56 (Cordless MouseMan Wheel), cleanupHelge Deller1-11/+12
2006-08-05Input: add driver for Touchwin serial touchscreensRick Koch3-0/+216
2006-08-05Input: add driver for Touchright serial touchscreensRick Koch3-0/+209
2006-08-05Input: add driver for Penmount serial touchscreensRick Koch3-0/+198
2006-08-05Input: elo - add support for non-pressure-sensitive touchscreensShaun Jackman1-17/+107
2006-08-05Input: elo - fix checksum calculationShaun Jackman1-26/+29
2006-08-05Input: elo - handle input_register_device() failuresDmitry Torokhov1-6/+12
2006-08-04Input: atkbd - restore repeat rate when resumingDmitry Torokhov1-43/+60
2006-08-04Input: trackpoint - activate protocol when resumingDmitry Torokhov1-18/+34
2006-08-04Input: logips2pp - fix button mapping for MX300Roberto Castagnola1-2/+1
2006-07-19Input: uinput - switch to the new FF interfaceAnssi Hannula1-16/+51
2006-07-19Input: iforce - switch to the new FF interfaceAnssi Hannula4-238/+147
2006-07-19Input: unified force feedback support for memoryless devicesAnssi Hannula3-0/+531
2006-07-19Input: implement new force feedback interfaceAnssi Hannula4-18/+389
2006-07-19Input: move fixp-arith.h to drivers/inputAnssi Hannula1-0/+87
2006-07-19Input: rename input.ko into input-core.koDmitry Torokhov1-1/+3
2006-07-19Input: serio/gameport - check whether driver core calls succeededRandy Dunlap2-31/+100
2006-07-19Input: spaceball - make 4000FLX Lefty workNick Martin1-1/+1
2006-07-19Input: add missing handler->start() callDmitry Torokhov1-1/+4
2006-07-15Input: fix list iteration in input_release_device()Andrew Morton1-3/+5
2006-07-15Input: iforce - add Trust Force Feedback Race Master supportPrzemek Iskra1-0/+1
2006-07-06Input: iforce - check array bounds before accessing elementsDmitry Torokhov1-9/+9
2006-07-06Input: libps2 - warn instead of oopsing when passed bad argumentsDmitry Torokhov1-0/+5
2006-07-06Input: fm801-gp - fix use after freeDmitry Torokhov1-2/+2
2006-07-06Input: wistron - fix section reference mismatchesAndrew Morton1-10/+10
2006-07-06Input: introduce input_inject_event() functionDmitry Torokhov2-3/+30
2006-07-06Input: add start() method to input handlersDmitry Torokhov1-2/+10
2006-07-06Input: remove accept method from input_devDmitry Torokhov2-13/+0
2006-07-03[PATCH] lockdep: annotate serioArjan van de Ven1-1/+1
2006-07-03[PATCH] sparc i8042 build fixAndrew Morton1-1/+1
2006-07-02Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner11-18/+18
2006-07-01[ARM] 3689/1: ARM drivers/input/touchscreen: Fixup includesThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel18-18/+0
2006-06-29[SERIO] i8042-sparcio.h: Convert to of_driver framework.David S. Miller1-39/+69
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-1/+0
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-3/+3
2006-06-28Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-2/+21
2006-06-27Input: db9 - fix potential buffer overrunEric Sesterhenn1-1/+1
2006-06-27Input: atkbd - fix hardware autorepeatDmitry Torokhov1-1/+1
2006-06-27Input: fix resetting name, phys and uniq when unregistering deviceDmitry Torokhov1-1/+2
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-3/+3
2006-06-27Input: wistron - add mapping for Wistron MS 2111Frank de Lange1-0/+19
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26Input: iforce - remove some pointless castsJesper Juhl1-3/+3
2006-06-26Input: psmouse - add support for Intellimouse 4.0Pozsar Balazs1-3/+30
2006-06-26Input: atkbd - fix HANGEUL/HANJA keysDmitry Torokhov1-77/+131
2006-06-26Input: fix misspelling of Hangeul keyJerome Pinot1-4/+4
2006-06-26Input: rearrange exportsDmitry Torokhov1-15/+14
2006-06-26Input: fix formatting to better follow CodingStyleDmitry Torokhov5-61/+119
2006-06-26Input: reset name, phys and uniq when unregisteringDmitry Torokhov1-1/+18
2006-06-26Input: return correct size when reading modalias attributeRichard Purdie1-1/+1
2006-06-26Input: fix potential overflows in driver/input/keyboardDmitry Torokhov5-10/+16
2006-06-26Input: fix potential overflows in driver/input/touchscreenDmitry Torokhov3-3/+3
2006-06-26Input: fix potential overflows in driver/input/joystickDmitry Torokhov16-30/+40
2006-06-26Input: fix potential overflows in driver/input/mouseDmitry Torokhov4-14/+18
2006-06-26Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov7-120/+155
2006-06-25[PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen driversMatt Mackall2-6/+3
2006-06-23[SPARC64]: Add of_device layer and make ebus/isa use it.David S. Miller2-96/+124
2006-06-23[SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller2-7/+7
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-1/+1
2006-06-23[PATCH] m68k: restore amikbd compatibility with 2.4Roman Zippel1-12/+22
2006-06-05Input: iforce - use ENOSPC instead of ENOMEMAnssi Hannula1-4/+4
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