headers: remove sched.h from poll.h
[safe/jmp/linux-2.6] / drivers / input / input.c
2009-10-04 Alexey Dobriyanheaders: remove sched.h from poll.h
2009-10-01 Andrew Mortondrivers/input/input.c: fix CONFIG_PM=n warning
2009-09-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-09-18 Dmitry TorokhovInput: add generic suspend and resume for input devices
2009-09-15 David Brownelldriver model: constify attribute groups
2009-06-16 Kay SieversDriver Core: input: add nodename for input drivers
2009-05-23 Henrik RydbergInput: multitouch - add tracking ID to the protocol
2009-04-28 Henrik RydbergInput: add detailed multi-touch finger data report...
2009-04-28 Henrik RydbergInput: allow certain EV_ABS events to bypass all filtering
2009-04-16 Dmitry TorokhovMerge branch 'next' into for-linus
2009-04-12 Arjan van de VenInput: remove unnecessary synchronize_rcu() call
2009-04-08 Dmitry TorokhovMerge branch 'next' into for-linus
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-03-08 Dmitry TorokhovInput: fix polling of /proc/bus/input/devices
2009-01-30 Johannes BergInput: stop autorepeat timer on key release
2008-10-30 Kay SieversInput: struct device - replace bus_id with dev_name...
2008-07-21 Dmitry TorokhovMerge /linux/kernel/git/torvalds/linux-2.6 into next
2008-06-30 Dmitry TorokhovInput: don't reset sync flag when ignoring event
2008-06-20 Jonathan CorbetInput: cdev lock_kernel() pushdown
2008-04-29 Denis V. Lunevdrivers: use non-racy method for proc entries creation (2)
2008-04-29 Alexey Dobriyanproc: remove proc_bus
2008-01-31 Jan EngelhardtInput: constify function pointer tables (seq_operations)
2008-01-21 Dmitry TorokhovInput: remove cdev from input_dev structure
2008-01-21 Dmitry TorokhovInput: Add proper locking when changing device's keymap
2008-01-03 Richard PurdieInput: pass EV_PWR events to event handlers
2007-12-14 Dmitry BaryshkovInput: Handle EV_PWR type of input caps in input_set_ca...
2007-10-19 Jiri Slabyget rid of input BIT* duplicate defines
2007-10-13 Dmitry TorokhovInput: use full RCU API
2007-10-13 Dmitry TorokhovMerge /pub/scm/linux/kernel/git/torvalds/linux-2.6
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-08-30 Dmitry TorokhovInput: implement proper locking in input core
2007-07-18 Pavel EmelianovInput: switch to using seq_list_xxx helpers
2007-07-10 Dmitry TorokhovInput: convert from class devices to standard devices
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-25 Dmitry TorokhovInput: add input_set_capability() helper
2007-04-12 Dmitry TorokhovInput: prepare to switching to struct device
2007-04-12 Dmitry TorokhovInput: rework handle creation code
2007-03-16 Dmitry TorokhovInput: simplify input_free_device()
2007-03-15 Marvin RaaijmakersInput: add getkeycode and setkeycode methods
2007-03-08 Dmitry TorokhovInput: let driver core create class device attribute...
2007-03-08 Dmitry TorokhovInput: export 'uniq' in /proc/bus/input/devices
2007-02-18 Dmitry TorokhovInput: do not lock device when showing name, phys and...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 3
2006-11-03 Dmitry TorokhovInput: add comments to input_{allocate|free}_device()
2006-09-14 Dmitry TorokhovInput: make input_register_handler() return error codes
2006-09-14 Dmitry TorokhovInput: remove cruft that was needed for transition...
2006-09-14 Dmitry TorokhovInput: fix input module refcounting
2006-09-14 Dmitry TorokhovInput: constify input core
2006-09-11 Dmitry TorokhovInput: send key up events at disconnect
2006-07-19 Anssi HannulaInput: implement new force feedback interface
2006-07-19 Dmitry TorokhovInput: add missing handler->start() call
2006-07-15 Andrew MortonInput: fix list iteration in input_release_device()
2006-07-06 Dmitry TorokhovInput: introduce input_inject_event() function
2006-07-06 Dmitry TorokhovInput: add start() method to input handlers
2006-07-06 Dmitry TorokhovInput: remove accept method from input_dev
2006-06-27 Dmitry TorokhovInput: fix resetting name, phys and uniq when unregiste...
2006-06-26 Dmitry TorokhovInput: rearrange exports
2006-06-26 Dmitry TorokhovInput: fix formatting to better follow CodingStyle
2006-06-26 Dmitry TorokhovInput: reset name, phys and uniq when unregistering
2006-06-26 Richard PurdieInput: return correct size when reading modalias attribute
2006-04-29 Dmitry TorokhovInput: make EVIOCGSND return meaningful data
2006-04-26 Dmitry TorokhovInput: move input_device_id to mod_devicetable.h
2006-04-02 Dmitry TorokhovInput: make modalias code respect allowed buffer size
2006-04-02 Dmitry TorokhovInput: convert /proc handling to seq_file
2006-04-02 Dmitry TorokhovInput: limit attributes' output to PAGE_SIZE
2006-04-02 Dmitry TorokhovManual merge with Linus.
2006-03-28 Arjan van de Ven[PATCH] mark f_ops const in the inode
2006-02-19 Jes SorensenInput: input core - semaphore to mutex conversion
2006-01-13 Kay Sievers[PATCH] INPUT: add MODALIAS to the event environment
2006-01-10 Arjan van de VenInput: prepare for f_ops constness
2006-01-05 Rusty Russell[PATCH] Input: add modalias support
2006-01-05 Kay Sievers[PATCH] driver core: replace "hotplug" by "uevent"
2006-01-05 Kay Sievers[PATCH] remove CONFIG_KOBJECT_UEVENT option
2005-11-20 Dmitry TorokhovInput: handle failures in input_register_device()
2005-11-09 Dmitry Torokhov[PATCH] Input: fix 'uniq' reporting in hotplug handler
2005-11-03 Dmitry TorokhovInput: fix input device deregistration
2005-11-03 Dmitry TorokhovInput: do not register statically allocated devices
2005-10-31 Dmitry TorokhovInput: fix input_dev registration message
2005-10-28 Dmitry Torokhov[PATCH] input core: remove custom-made hotplug handler
2005-10-28 Greg Kroah-Hartman[PATCH] INPUT: rename input_dev_class to input_class...
2005-10-28 Greg Kroah-Hartman[PATCH] INPUT: remove the input_class structure, as...
2005-10-28 Greg Kroah-Hartman[PATCH] INPUT: Fix oops when accessing sysfs files...
2005-10-28 Greg Kroah-Hartman[PATCH] INPUT: export input_dev_class so that input...
2005-10-28 Greg Kroah-Hartman[PATCH] INPUT: register the input class device sooner
2005-10-28 Dmitry Torokhov[PATCH] Input: export input_dev data via sysfs attributes
2005-10-28 Dmitry Torokhov[PATCH] Input: show sysfs path in /proc/bus/input/devices
2005-10-28 Dmitry Torokhov[PATCH] Input: prepare to sysfs integration
2005-10-28 Dmitry Torokhov[PATCH] Input: kill devfs references
2005-09-24 Dmitry Torokhov[PATCH] Input: check switch bitmap when matching handlers
2005-09-07 Richard Purdie[PATCH] Input: Add a new switch event type
2005-07-02 Andrew MortonInput: cannot refer to __exit from within __init.
2005-06-30 Dmitry TorokhovInput: rearrange procfs code to reduce number of #ifdefs
2005-06-27 Linus TorvaldsMerge /linux/kernel/git/dtor/input.git manually
2005-06-20 gregkh@suse.de[PATCH] INPUT: move to use the new class code, instead...
2005-06-01 Luke KosewskiInput: do not corrupt system-wide procfs fops.
2005-05-29 Dmitry TorokhovInput: add semaphore and user count to input_dev structure;
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2