aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2004-07-26[PATCH] signed char fixes in drivers/*Alexander Viro1-2/+2
2004-07-26[PATCH] #if abuses in drivers/*Alexander Viro1-2/+2
2004-07-26[PATCH] NULL noise removal in drivers/*Alexander Viro1-5/+5
2004-07-11[PATCH] sparse: misc NULL noise in drivers/*Alexander Viro2-4/+4
2004-06-30[PATCH] sparse: NULL vs 0 - rest of driversMika Kukkonen1-2/+2
2004-06-29[PATCH] sh64 supportPaul Mundt1-0/+2
2004-06-17[PATCH] sparse: drivers/input annotationsAlexander Viro3-24/+25
2004-06-17This removes the files orphaned by the earlier PC9800 removalLinus Torvalds4-863/+0
2004-06-17Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds1-5/+33
2004-06-17[PATCH] lower priority of "too many keys" msg in atkbd.cWilliam Lee Irwin III1-1/+1
2004-06-17[PATCH] Remove PC9800 supportRandy Dunlap5-38/+0
2004-06-15[ARM] Add clock APIRussell King1-5/+33
2004-06-07input: Exclude tasklet changes to i8042.cVojtech Pavlik1-92/+49
2004-06-07Merge suse.cz:/home/vojtech/bk/linusVojtech Pavlik71-1175/+1301
2004-05-28[PATCH] sparse: partial drivers/input __user annotationAlexander Viro3-24/+26
2004-05-24[ARM] Remove SA1111 PS/2 IRQ_HANDLED handling.Russell King1-4/+1
2004-05-18Input: remove wait_ms() in place of using msleep()Greg Kroah-Hartman5-11/+13
2004-05-14input: Check for IM Explorer mice even if IMPS check failed.Vojtech Pavlik1-10/+11
2004-05-14Merge bkbits:input into suse.cz:/home/vojtech/bk/inputVojtech Pavlik1-2/+2
2004-05-14evdev.c:Rob Melby1-2/+2
2004-05-10Merge with Linus' treeDmitry Torokhov71-1174/+1299
2004-05-10[PATCH] CLOCK_TICK_RATE: use CLOCK_TICK_RATEAndrew Morton1-1/+1
2004-05-10[PATCH] CLOCK_TICK_RATE: use PIT_TICK_RATE in *spkr.cAndrew Morton3-3/+5
2004-05-09Input: mousedev - better multiplex absolute and relative devices;Dmitry Torokhov1-117/+149
2004-05-09Patch from Sau Dan LeeDmitry Torokhov1-2/+1
2004-05-09Input: split i8042 interrupt handling into an IRQ handler and a taskletDmitry Torokhov1-49/+92
2004-05-09Input: do not call synaptics_init unless we are ready to do fullDmitry Torokhov1-1/+1
2004-05-09Input: trailing whitespace fixes in drivers/inputDmitry Torokhov5-40/+40
2004-05-09Input: trailing whitespace fixes in drivers/input/gameportDmitry Torokhov7-41/+41
2004-05-09Input: trailing whitespace fixes in drivers/input/joystickDmitry Torokhov30-220/+220
2004-05-09Input: power - add MODULE_LICENSEDmitry Torokhov1-0/+1
2004-05-09Input: trailing whitespace fixes in drivers/input/keyboardDmitry Torokhov5-26/+26
2004-05-09Input: twidjoy moduleDmitry Torokhov1-3/+6
2004-05-09Input: various fixes for H3600 touchscreen driver Dmitry Torokhov1-11/+21
2004-05-09Input: kbd98_interrupt should return irqreturn_tDmitry Torokhov1-11/+15
2004-05-09Input: kbd98io_interrupt should return irqreturn_tDmitry Torokhov1-2/+3
2004-05-09Input: trailing whitespace fixes in drivers/input/serioDmitry Torokhov7-38/+38
2004-05-06[PATCH] logips2pp driver update (MX510/310 support), cleanupEric Wong2-20/+48
2004-04-30Merge bk://dtor.bkbits.net/input into suse.cz:/home/vojtech/bk/input-dtVojtech Pavlik19-577/+570
2004-04-30Merge bkbits:input into suse.cz:/home/vojtech/bk/inputVojtech Pavlik1-3/+12
2004-04-30Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik1-3/+3
2004-04-28[ARM] Fix dependencies of SERIO_AMBAKMI and SERIO_RPCKBDRussell King1-2/+2
2004-04-22Input: - move set_abs_params from synaptics driver to input andDmitry Torokhov3-26/+11
2004-04-22Input: trailing whitespace fixesDmitry Torokhov7-87/+87
2004-04-22Input: make serio open and close methods optionalDmitry Torokhov5-43/+5
2004-04-22Input: serio trailing whitespace fixesDmitry Torokhov1-6/+6
2004-04-22Input: allow disabling legacy psaux device even for non-embedded systemsDmitry Torokhov1-1/+8
2004-04-22Input: do not modify device's properties when probing for protocolDmitry Torokhov3-111/+134
2004-04-22Input: add psmouse_sliced_command (passes extended commands encodedDmitry Torokhov4-36/+29
2004-04-22Input: add protocol_handler to psmouse structure to ease addingDmitry Torokhov4-144/+147
2004-04-22Input: move "reconnect after so many errors" handling from synaptics driverDmitry Torokhov4-38/+61
2004-04-22Input: when getting a new device announce (0xAA 0x00) in psmouseDmitry Torokhov1-1/+1
2004-04-22Input: Do not generate events from atkbd until keyboard is completelyDmitry Torokhov1-0/+6
2004-04-22Input: remove unneeded fields in atkbd structure, convert to bitfieldsDmitry Torokhov1-11/+11
2004-04-22Input: fix trailing whitespace in atkbdDmitry Torokhov1-2/+2
2004-04-22Input: Change spurious ACK warning in atkbd to soften accusationDmitry Torokhov1-9/+14
2004-04-22Input: pass maximum allowed protocol to psmouse_extensions instead ofDmitry Torokhov1-10/+9
2004-04-22Input: support Synaptics touchpads that have separate middle buttonDmitry Torokhov2-0/+13
2004-04-22Input: synaptics driver cleanupDmitry Torokhov2-91/+65
2004-04-22Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik1-3/+12
2004-04-21[PATCH] Merge missing MIPS i8042 bitsAndrew Morton7-2/+324
2004-04-21[PATCH] lkkbd: Current versionJan-Benedict Glaw1-22/+127
2004-04-21[PATCH] New set of input patchesJan-Benedict Glaw2-59/+73
2004-04-18[PATCH] Rename PF_IOTHREAD to PF_NOFREEZEAndrew Morton1-1/+1
2004-04-15Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik1-3/+3
2004-04-12[PATCH] Amikbd C99 cleanupGeert Uytterhoeven1-15/+104
2004-04-05input: Fix emulation of mouse reset (0xff) command.Vojtech Pavlik1-3/+3
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr1-1/+1
2004-03-26input: Profusion/ServerWorks chipset workaround in i8042.c for Ingo Molnar.Vojtech Pavlik1-1/+10
2004-03-24Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik1-2/+2
2004-03-22[PATCH] sh: various fixesAndrew Morton2-17/+10
2004-03-22Revert the input layer change that assumes the i8042Linus Torvalds1-0/+8
2004-03-19input: Chips passing MUX detection incorrectly due to USB Legacy supportVojtech Pavlik1-2/+2
2004-03-15Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+1
2004-03-15Merge kroah.com:/home/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+1
2004-03-16Merge bk://dtor.bkbits.net/input into suse.cz:/data/bk/inputVojtech Pavlik4-20/+42
2004-03-16Merge suse.cz:/data/bk/linus into suse.cz:/data/bk/inputVojtech Pavlik31-1077/+2125
2004-03-10Input: if Synaptics' absolute mode is disabled make sure thatDmitry Torokhov3-1/+12
2004-03-10Input: do a full reset of Synaptics touchpad if extended protocolDmitry Torokhov3-14/+23
2004-03-10Input: when disconnecting PS/2 mouse give protocol's disconnect Dmitry Torokhov2-5/+7
2004-03-10[PATCH] class_simple cleanup in inputChris Wright1-0/+4
2004-03-08input: Fix oops (NULL pointer dereference) on resume in psmouse.c,Vojtech Pavlik1-2/+4
2004-03-08input: Restore LED state in atkbd.c after resume.Scott Zuk1-0/+9
2004-03-08input: Fix a memory leak in ns558.cMarcel Sebek1-0/+1
2004-03-07mergeGreg Kroah-Hartman1-1/+1
2004-03-05input: Fix i8042 PS/2 mouse on ARM.Russell King1-0/+3
2004-03-03input: Add driver for DEC VSXXX mice.Jan-Benedict Glaw3-0/+564
2004-03-03input: Add DEC LK201/LK401 keyboard supportJan-Benedict Glaw3-0/+639
2004-03-03input: i8042.c:Vojtech Pavlik1-8/+0
2004-03-03input: Only do hotplug on PS/2 HW when the HW sends 0xaa. ThisVojtech Pavlik1-0/+3
2004-03-03input: Workaround i8042 chips with broken MUX mode.Vojtech Pavlik1-0/+5
2004-03-03Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik25-1068/+898
2004-03-03input: Manual merge with Dmitry.Vojtech Pavlik13-188/+196
2004-03-02[PATCH] USB: remove act_altsetting usages in more USB driversGreg Kroah-Hartman1-1/+1
2004-03-02Input: use __obsolete_setup to document removed (renamed)Dmitry Torokhov11-0/+41
2004-03-02Input: Convert joystick modules to the new way of handling parameters andDmitry Torokhov5-156/+90
2004-03-02Psmouse: some hardware does not ACK "disable streaming mode" command.Dmitry Torokhov1-1/+1
2004-03-02Psmouse: whitespace fixesDmitry Torokhov1-7/+7
2004-03-02Input: Switch between strict/relaxed synaptics protocol checks based onDmitry Torokhov2-12/+48
2004-03-02Atkbd: Clean up unclean merge (remove old MODULE_PARMs)Dmitry Torokhov1-5/+1
2004-03-02Atkbd: whitespace fixesDmitry Torokhov1-10/+10
2004-03-01Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik14-880/+702
2004-02-25Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-2/+2
2004-02-20[ARM] Fix ambakmi to use amba_request_regions() and the correct IRQ.Russell King1-14/+18
2004-02-18[PATCH] sys_device_[un]register() are not syscallsRandy Dunlap1-2/+2
2004-02-09input: Re-add a loop to set the old scancode bit in device key bitmap.Vojtech Pavlik1-1/+4
2004-02-09Manual merge.Vojtech Pavlik13-879/+698
2004-02-09input: Fix a warning in i8042.cVojtech Pavlik1-1/+1
2004-02-09input: Fix "psmouse: Lost sync" problem. It was really losing sync.Vojtech Pavlik1-2/+4
2004-02-09Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik12-878/+696
2004-02-08Make SET_INPUT_KEYCODE return the old value, and clean upLinus Torvalds1-5/+3
2004-02-08Don't read i8042 data if no data existsLinus Torvalds1-2/+3
2004-02-04[PATCH] parport fixes (3/6)Alexander Viro4-11/+20
2004-02-03[PATCH] gcc-3.5: keyboard.c fixesAndrew Morton1-1/+1
2004-01-26input: Convert HP/PARISC Lasi/Dino PS/2 keyboard/mouse driverHelge Deller9-805/+580
2004-01-26input: Create an extra option for enabling IBM RapidAccess keyboardVojtech Pavlik1-15/+20
2004-01-26input: Add support for scroll wheel on MS Office and similar keyboards.Vojtech Pavlik1-7/+58
2004-01-26input: Bail out in atkbd.c if scancode set is changed, don'tVojtech Pavlik1-32/+6
2004-01-26input: Use request_region() instead of check_region() in ns558.cMarcel Sebek1-11/+24
2004-01-26input: Fix sunkbd.c to work with serport. Must sleep.Vojtech Pavlik1-11/+11
2004-01-23[PATCH] i8042 timer fixAndrew Morton1-3/+6
2004-01-21input: If we get a byte with timeout or parity flags in psmouse.c,Dmitry Torokhov1-0/+13
2004-01-21input: Allow Synaptics packet rate to be controlled by theDmitry Torokhov2-1/+4
2004-01-20input: Manual merge.Vojtech Pavlik9-100/+227
2004-01-20input: Properly recompute initial values upon recalibration in joydev.Glenn Burkhardt1-3/+10
2004-01-19input: Add a missing space in atkbd warning message.Vojtech Pavlik1-1/+1
2004-01-19[PATCH] Input: add sysfs class support for input devicesGreg Kroah-Hartman5-6/+22
2004-01-18[PATCH] Convert tsdev to use module_paramAndrew Morton1-10/+13
2004-01-18[PATCH] Convert mouse drivers to use module_paramAndrew Morton4-48/+22
2004-01-18[PATCH] Fix compile error in 98busmouse.c moduleAndrew Morton1-2/+4
2004-01-18[PATCH] input: SiS AUX portAndrew Morton1-2/+4
2004-01-18[PATCH] Kconfig Synaptics helpAndrew Morton1-0/+2
2004-01-18[PATCH] input: missing module licensesAndrew Morton2-0/+3
2004-01-18[PATCH] input: atkbd option parsingAndrew Morton1-28/+10
2004-01-18[PATCH] input: psmouse option parsingAndrew Morton1-20/+10
2004-01-18[PATCH] input: i8042 option parsingAndrew Morton1-6/+12
2004-01-18[PATCH] input: i8042 suspendAndrew Morton1-22/+54
2004-01-18[PATCH] mousedev PS/@ emulation fixAndrew Morton1-7/+9
2004-01-18[PATCH] Input: smooth out mouse jitterAndrew Morton2-39/+56
2004-01-18input: Add support for HP PARISC keyboards to atkbd.cHelge Deller2-1/+112
2004-01-18input: Bugfixes in atkbd and psmouse-base probing. (use unsigned char param[]Helge Deller2-7/+21
2004-01-15input: Move devfs entries for joystick into /dev/inputAndrey Borzenkov1-2/+2
2004-01-15input: i8042.c: Add exists=0 into an error path, change the mux/auxPeter Berg Larsen1-19/+9
2004-01-15input: Add backslash and 102nd key to amikbd.c list of scancodes.Dirk Jagdmann1-2/+2
2004-01-15input: Add informational printk()s to atkbd.cVojtech Pavlik1-0/+10
2004-01-15input: Expect only one character in interrupt in i8042.c, this easesVojtech Pavlik1-47/+42
2004-01-15input: Add support for Logitech MX700 mouse.Vojtech Pavlik1-1/+1
2004-01-15input: Move keycode definitions around to get as close to 2.4Vojtech Pavlik3-18/+18
2003-12-29[PATCH] CONFIG_GAMEPORT documentationAndrew Morton1-0/+16
2003-12-29[PATCH] psmouse warning fixAndrew Morton1-1/+1
2003-12-18[PATCH] Input: synaptics protocol discoveryDmitry Torokhov1-8/+22
2003-12-18[PATCH] Input: remove synaptics config optionDmitry Torokhov2-22/+13
2003-12-18[PATCH] Input: add serio_[un]register_port_delayed to fix deadlockDmitry Torokhov2-3/+35
2003-12-18[PATCH] Input: psmouse fixesDmitry Torokhov1-35/+0
2003-12-18[PATCH] Input: add atkbd reconnect methodDmitry Torokhov1-0/+53
2003-12-18[PATCH] Input: implement resume methodsDmitry Torokhov1-201/+320
2003-12-18[PATCH] Input: add psmouse_proto parameterDmitry Torokhov4-113/+125
2003-12-18[PATCH] input: fix atkbd_softrepeatDmitry Torokhov1-0/+8
2003-12-18[PATCH] Fixes for keyboard 2.4 compatibilityVojtech Pavlik1-89/+102
2003-12-18[PATCH] psmouse pm resume fixArief Mulya Utama1-3/+4
2003-12-18[PATCH] Input: unregister i8042 port when writing to control register failsDmitry Torokhov1-7/+15
2003-12-18[PATCH] synaptics powerpro fixPeter Osterlund1-1/+1
2003-12-18[PATCH] Synaptics: use serio_reconnectDmitry Torokhov5-101/+198
2003-12-18[PATCH] serio: reconnect facilityDmitry Torokhov1-7/+24
2003-12-18[PATCH] Synaptics: code cleanupDmitry Torokhov1-52/+27
2003-12-18[PATCH] Add black list to handler<->device matchingDmitry Torokhov2-10/+18
2003-12-18[PATCH] serio: possible race between port removal and kseriodDmitry Torokhov1-2/+16
2003-12-18[PATCH] serio: rename serio_[un]register_slave_port to __serio_[un]register_...Dmitry Torokhov2-15/+12
2003-11-08[PATCH] input: Always reset PS/2 mouse resolution and update speed toVojtech Pavlik1-16/+7
2003-10-26Don't force PS/2 mouse rate or resolution by default.Linus Torvalds1-3/+13
2003-10-25[PATCH] atkbd: 0xfa is ACKAndries E. Brouwer1-11/+10
2003-10-23[PATCH] input / keyboard / Scancode Set 3 support brokenKnut Petersen1-0/+3
2003-10-21[PATCH] Add needed __devexit_p's to two gameport driversAndrew Morton2-2/+2
2003-10-04[PATCH] Small cleanups for inputRusty Russell1-4/+0
2003-10-01[PATCH] for Alpha against 2.6.0-test6Jay Estabrook1-1/+1
2003-09-28Select the i8042 driver for mouse and keyboard only on PC's.Linus Torvalds2-3/+5
2003-09-26input: Add BTN_TOUCH to Synaptics pad driver. This fixes the joydevVojtech Pavlik2-45/+36
2003-09-26input: Fix broken handling of rotated Synaptics touchpads.Peter Osterlund1-4/+1
2003-09-26input: Change AT keyboard to use hardware autorepeat and moveVojtech Pavlik5-124/+188
2003-09-26input: Tidy up events reported by a Synaptics pad, add touchpadPeter Osterlund2-53/+115
2003-09-26input: Synaptics code cleanups.Dmitry Torokhov1-76/+85
2003-09-26input: Fix multibutton handling in Synaptics.c (nExtBtn > 8 case)Dmitry Torokhov1-4/+17
2003-09-26input: Revert synaptics->pktcnt change. New synaptics driver actuallyVojtech Pavlik1-1/+0
2003-09-24Manual merge of Kconfig file module commentsLinus Torvalds9-252/+126
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell9-252/+126
2003-09-21[PATCH] use CLONE_KERNELAlbert Cahalan1-2/+1
2003-09-20Disable forced keyrelease in atkbd driver. It breaks modifier keys.Linus Torvalds1-1/+2
2003-09-20Don't ask about SERIO selection - let Kconfig select itLinus Torvalds5-20/+34
2003-09-20Avoid type warning for bit operation in atkbd.cLinus Torvalds1-1/+1
2003-09-20Merge bk://kernel.bkbits.net/vojtech/inputLinus Torvalds13-249/+835
2003-09-19input: Fix Kconfig KEYBOARD_ATKBD when SERIO is modular.Adrian Bunk1-1/+2
2003-09-19input: Remove a not necessary #ifdef CONFIG_PROC_FS/#endif in input.cLuiz Capitulino1-2/+1
2003-09-19input: Fix a warning in input.c when CONFIG_PROC_FS is not set.Luiz Capitulino1-11/+16
2003-09-19input: Fix Set3 keycode for right control in atkbd.cAndries E. Brouwer1-1/+1
2003-09-19[PATCH] Remove a not necessary #ifdef CONFIG_PROC_FS/#endif in input.cVojtech Pavlik1-2/+1
2003-09-19[PATCH] Fix a warning in input.c when CONFIG_PROC_FS is not setVojtech Pavlik1-11/+16
2003-09-19Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds1-8/+6
2003-09-19[ARM] Fix AMBA keyboard/mouse driver.Russell King1-8/+6
2003-09-18serio.c:Dmitry Torokhov1-2/+4
2003-09-18iforce-usb.c, iforce-packets.c:Oliver Neukum2-7/+4