summaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorLines
2008-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov-4/+12
2008-06-30Input: don't reset sync flag when ignoring eventDmitry Torokhov-1/+1
2008-06-20Input: cdev lock_kernel() pushdownJonathan Corbet-4/+12
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev-8/+4
2008-04-29proc: remove proc_busAlexey Dobriyan-3/+3
2008-01-31Input: constify function pointer tables (seq_operations)Jan Engelhardt-2/+2
2008-01-21Input: remove cdev from input_dev structureDmitry Torokhov-3/+0
2008-01-21Input: Add proper locking when changing device's keymapDmitry Torokhov-6/+72
2008-01-03Input: pass EV_PWR events to event handlersRichard Purdie-0/+4
2007-12-14Input: Handle EV_PWR type of input caps in input_set_capability.Dmitry Baryshkov-0/+4
2007-10-19get rid of input BIT* duplicate definesJiri Slaby-5/+5
2007-10-13Input: use full RCU APIDmitry Torokhov-21/+15
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-42/+20
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers-42/+20
2007-08-30Input: implement proper locking in input coreDmitry Torokhov-175/+491
2007-07-18Input: switch to using seq_list_xxx helpersPavel Emelianov-25/+4
2007-07-10Input: convert from class devices to standard devicesDmitry Torokhov-62/+74
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-04-25Input: add input_set_capability() helperDmitry Torokhov-0/+56
2007-04-12Input: prepare to switching to struct deviceDmitry Torokhov-0/+3
2007-04-12Input: rework handle creation codeDmitry Torokhov-36/+52
2007-03-16Input: simplify input_free_device()Dmitry Torokhov-7/+1
2007-03-14Input: add getkeycode and setkeycode methodsMarvin Raaijmakers-0/+87
2007-03-07Input: let driver core create class device attribute groupsDmitry Torokhov-21/+8
2007-03-07Input: export 'uniq' in /proc/bus/input/devicesDmitry Torokhov-0/+1
2007-02-18Input: do not lock device when showing name, phys and uniqDmitry Torokhov-15/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven-3/+3
2006-11-02Input: add comments to input_{allocate|free}_device()Dmitry Torokhov-1/+24
2006-09-14Input: make input_register_handler() return error codesDmitry Torokhov-5/+7
2006-09-14Input: remove cruft that was needed for transition to sysfsDmitry Torokhov-10/+0
2006-09-14Input: fix input module refcountingDmitry Torokhov-2/+2
2006-09-14Input: constify input coreDmitry Torokhov-3/+4
2006-09-10Input: send key up events at disconnectDmitry Torokhov-2/+5
2006-07-19Input: implement new force feedback interfaceAnssi Hannula-0/+6
2006-07-19Input: add missing handler->start() callDmitry Torokhov-1/+4
2006-07-15Input: fix list iteration in input_release_device()Andrew Morton-3/+5
2006-07-06Input: introduce input_inject_event() functionDmitry Torokhov-0/+27
2006-07-06Input: add start() method to input handlersDmitry Torokhov-2/+10
2006-07-06Input: remove accept method from input_devDmitry Torokhov-9/+0
2006-06-27Input: fix resetting name, phys and uniq when unregistering deviceDmitry Torokhov-1/+2
2006-06-26Input: rearrange exportsDmitry Torokhov-15/+14
2006-06-26Input: fix formatting to better follow CodingStyleDmitry Torokhov-12/+25
2006-06-26Input: reset name, phys and uniq when unregisteringDmitry Torokhov-1/+18
2006-06-26Input: return correct size when reading modalias attributeRichard Purdie-1/+1
2006-04-29Input: make EVIOCGSND return meaningful dataDmitry Torokhov-0/+3
2006-04-26Input: move input_device_id to mod_devicetable.hDmitry Torokhov-4/+4
2006-04-02Input: make modalias code respect allowed buffer sizeDmitry Torokhov-39/+71
2006-04-02Input: convert /proc handling to seq_fileDmitry Torokhov-111/+168
2006-04-02Input: limit attributes' output to PAGE_SIZEDmitry Torokhov-12/+24