aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/input.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-31Input: constify function pointer tables (seq_operations)Gravatar Jan Engelhardt 1-2/+2
2008-01-21Input: remove cdev from input_dev structureGravatar Dmitry Torokhov 1-3/+0
2008-01-21Input: Add proper locking when changing device's keymapGravatar Dmitry Torokhov 1-6/+72
2008-01-03Input: pass EV_PWR events to event handlersGravatar Richard Purdie 1-0/+4
2007-12-14Input: Handle EV_PWR type of input caps in input_set_capability.Gravatar Dmitry Baryshkov 1-0/+4
2007-10-19get rid of input BIT* duplicate definesGravatar Jiri Slaby 1-5/+5
2007-10-13Input: use full RCU APIGravatar Dmitry Torokhov 1-21/+15
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Dmitry Torokhov 1-42/+20
2007-10-12Driver core: change add_uevent_var to use a structGravatar Kay Sievers 1-42/+20
2007-08-30Input: implement proper locking in input coreGravatar Dmitry Torokhov 1-175/+491
2007-07-18Input: switch to using seq_list_xxx helpersGravatar Pavel Emelianov 1-25/+4
2007-07-10Input: convert from class devices to standard devicesGravatar Dmitry Torokhov 1-62/+74
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-04-25Input: add input_set_capability() helperGravatar Dmitry Torokhov 1-0/+56
2007-04-12Input: prepare to switching to struct deviceGravatar Dmitry Torokhov 1-0/+3
2007-04-12Input: rework handle creation codeGravatar Dmitry Torokhov 1-36/+52
2007-03-16Input: simplify input_free_device()Gravatar Dmitry Torokhov 1-7/+1
2007-03-14Input: add getkeycode and setkeycode methodsGravatar Marvin Raaijmakers 1-0/+87
2007-03-07Input: let driver core create class device attribute groupsGravatar Dmitry Torokhov 1-21/+8
2007-03-07Input: export 'uniq' in /proc/bus/input/devicesGravatar Dmitry Torokhov 1-0/+1
2007-02-18Input: do not lock device when showing name, phys and uniqGravatar Dmitry Torokhov 1-15/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Gravatar Arjan van de Ven 1-3/+3
2006-11-02Input: add comments to input_{allocate|free}_device()Gravatar Dmitry Torokhov 1-1/+24
2006-09-14Input: make input_register_handler() return error codesGravatar Dmitry Torokhov 1-5/+7
2006-09-14Input: remove cruft that was needed for transition to sysfsGravatar Dmitry Torokhov 1-10/+0
2006-09-14Input: fix input module refcountingGravatar Dmitry Torokhov 1-2/+2
2006-09-14Input: constify input coreGravatar Dmitry Torokhov 1-3/+4
2006-09-10Input: send key up events at disconnectGravatar Dmitry Torokhov 1-2/+5
2006-07-19Input: implement new force feedback interfaceGravatar Anssi Hannula 1-0/+6
2006-07-19Input: add missing handler->start() callGravatar Dmitry Torokhov 1-1/+4
2006-07-15Input: fix list iteration in input_release_device()Gravatar Andrew Morton 1-3/+5
2006-07-06Input: introduce input_inject_event() functionGravatar Dmitry Torokhov 1-0/+27
2006-07-06Input: add start() method to input handlersGravatar Dmitry Torokhov 1-2/+10
2006-07-06Input: remove accept method from input_devGravatar Dmitry Torokhov 1-9/+0
2006-06-27Input: fix resetting name, phys and uniq when unregistering deviceGravatar Dmitry Torokhov 1-1/+2
2006-06-26Input: rearrange exportsGravatar Dmitry Torokhov 1-15/+14
2006-06-26Input: fix formatting to better follow CodingStyleGravatar Dmitry Torokhov 1-12/+25
2006-06-26Input: reset name, phys and uniq when unregisteringGravatar Dmitry Torokhov 1-1/+18
2006-06-26Input: return correct size when reading modalias attributeGravatar Richard Purdie 1-1/+1
2006-04-29Input: make EVIOCGSND return meaningful dataGravatar Dmitry Torokhov 1-0/+3
2006-04-26Input: move input_device_id to mod_devicetable.hGravatar Dmitry Torokhov 1-4/+4
2006-04-02Input: make modalias code respect allowed buffer sizeGravatar Dmitry Torokhov 1-39/+71
2006-04-02Input: convert /proc handling to seq_fileGravatar Dmitry Torokhov 1-111/+168
2006-04-02Input: limit attributes' output to PAGE_SIZEGravatar Dmitry Torokhov 1-12/+24
2006-04-02Manual merge with Linus.Gravatar Dmitry Torokhov 1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeGravatar Arjan van de Ven 1-1/+1
2006-02-19Input: input core - semaphore to mutex conversionGravatar Jes Sorensen 1-7/+8
2006-01-13[PATCH] INPUT: add MODALIAS to the event environmentGravatar Kay Sievers 1-18/+37
2006-01-10Input: prepare for f_ops constnessGravatar Arjan van de Ven 1-1/+1