aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-15Driver Core: input: add nodename for input driversKay Sievers1-0/+6
2009-05-23Input: multitouch - add tracking ID to the protocolHenrik Rydberg1-0/+1
2009-04-28Input: add detailed multi-touch finger data report protocolHenrik Rydberg1-0/+13
2009-04-28Input: allow certain EV_ABS events to bypass all filteringHenrik Rydberg1-0/+23
2009-04-16Merge branch 'next' into for-linusDmitry Torokhov1-1/+0
2009-04-11Input: remove unnecessary synchronize_rcu() callArjan van de Ven1-1/+0
2009-04-08Merge branch 'next' into for-linusDmitry Torokhov1-3/+10
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2009-03-08Input: fix polling of /proc/bus/input/devicesDmitry Torokhov1-3/+3
2009-01-29Input: stop autorepeat timer on key releaseJohannes Berg1-0/+7
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov1-4/+12
2008-06-30Input: don't reset sync flag when ignoring eventDmitry Torokhov1-1/+1
2008-06-20Input: cdev lock_kernel() pushdownJonathan Corbet1-4/+12
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-8/+4
2008-04-29proc: remove proc_busAlexey Dobriyan1-3/+3
2008-01-31Input: constify function pointer tables (seq_operations)Jan Engelhardt1-2/+2
2008-01-21Input: remove cdev from input_dev structureDmitry Torokhov1-3/+0
2008-01-21Input: Add proper locking when changing device's keymapDmitry Torokhov1-6/+72
2008-01-03Input: pass EV_PWR events to event handlersRichard Purdie1-0/+4
2007-12-14Input: Handle EV_PWR type of input caps in input_set_capability.Dmitry Baryshkov1-0/+4
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-5/+5
2007-10-13Input: use full RCU APIDmitry Torokhov1-21/+15
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-42/+20
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-42/+20
2007-08-30Input: implement proper locking in input coreDmitry Torokhov1-175/+491
2007-07-18Input: switch to using seq_list_xxx helpersPavel Emelianov1-25/+4
2007-07-10Input: convert from class devices to standard devicesDmitry Torokhov1-62/+74
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-25Input: add input_set_capability() helperDmitry Torokhov1-0/+56
2007-04-12Input: prepare to switching to struct deviceDmitry Torokhov1-0/+3
2007-04-12Input: rework handle creation codeDmitry Torokhov1-36/+52
2007-03-16Input: simplify input_free_device()Dmitry Torokhov1-7/+1
2007-03-14Input: add getkeycode and setkeycode methodsMarvin Raaijmakers1-0/+87
2007-03-07Input: let driver core create class device attribute groupsDmitry Torokhov1-21/+8
2007-03-07Input: export 'uniq' in /proc/bus/input/devicesDmitry Torokhov1-0/+1
2007-02-18Input: do not lock device when showing name, phys and uniqDmitry Torokhov1-15/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-3/+3
2006-11-02Input: add comments to input_{allocate|free}_device()Dmitry Torokhov1-1/+24
2006-09-14Input: make input_register_handler() return error codesDmitry Torokhov1-5/+7
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 Torokhov1-3/+4
2006-09-10Input: send key up events at disconnectDmitry Torokhov1-2/+5
2006-07-19Input: implement new force feedback interfaceAnssi Hannula1-0/+6
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-06Input: introduce input_inject_event() functionDmitry Torokhov1-0/+27
2006-07-06Input: add start() method to input handlersDmitry Torokhov1-2/+10