summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/serio.c
Commit message (Expand)AuthorAgeFilesLines
* Input: initialize device counter variables with -1Aniroop Mathur2014-12-031-2/+2
* Input: serio - avoid negative serio device numbersRichard Leitner2014-10-091-2/+2
* Input: serio - add firmware_id sysfs attributeHans de Goede2014-04-191-0/+14
* Input: serio - fix sysfs layoutDmitry Torokhov2013-12-091-7/+17
* input: serio: remove bus usage of dev_attrsGreg Kroah-Hartman2013-10-191-32/+30
* input: serio: use DEVICE_ATTR_RO()Greg Kroah-Hartman2013-10-191-8/+8
* Input: serio: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-251-10/+11
* Input: serio - remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-241-11/+0
* Driver core: driver_find() drops reference before returningAlan Stern2012-01-241-1/+0
* Input: serio/gameport - use 'long' system workqueueDmitry Torokhov2011-02-231-1/+1
* Input: serio - clear pending rescans after sysfs driver rebindDuncan Laurie2011-02-021-4/+7
* Input: serio - convert to common workqueue instead of a threadDmitry Torokhov2010-11-181-86/+69
* Input: serio - support multiple child devices per single parentDmitry Eremin-Solenikov2010-10-131-43/+81
* Input: serio - do not include linux/freezer.hDmitry Torokhov2010-09-141-1/+0
* Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov2010-01-211-9/+2
|\
| * Input: serio - do not mark kseriod freezable anymoreDmitry Torokhov2009-12-241-9/+2
* | Input: serio - use pr_xxx() and dev_xxx() helpersDmitry Torokhov2010-01-061-42/+35
* | Input: serio - use list_first_entry() helperDmitry Torokhov2010-01-061-20/+11
* | Input: serio - let device core tell us if device was registeredDmitry Torokhov2010-01-061-6/+2
* | Input: serio - use device core to create 'id' attribute groupDmitry Torokhov2010-01-061-8/+9
|/
* Input: serio - switch to using dev_pm_opsDmitry Torokhov2009-07-261-12/+11
* Input: mark serio and i8042 as suspended when hibernating tooThadeu Lima de Souza Cascardo2009-07-071-3/+4
* Input: serio - do not use deprecated dev.power.power_stateDmitry Torokhov2009-05-091-18/+19
* Input: serio - rearrange EXPORT_SYMBOL() markingsDmitry Torokhov2009-04-171-11/+10
* Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-301-2/+2
* Input: serio - offload resume to kseriodShaohua Li2008-07-231-18/+37
* Input: serio - remove pending events when unregistering driverDmitry Torokhov2008-06-021-3/+6
* freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-181-2/+1
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-8/+3
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* Input: serio - take drv_mutex in serio_cleanup()Dmitry Torokhov2007-06-291-0/+2
* Input: serio - do not touch bus's rwsemDmitry Torokhov2007-04-271-26/+15
* Input: i8042 - let serio bus suspend portsDmitry Torokhov2007-02-181-1/+35
* SERIO: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-071-2/+4
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-081-0/+1
|\
| * [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
* | Input: serio - make serio_register_driver() return errorsDmitry Torokhov2006-11-231-33/+74
* | Input: serio - remove serio_unregister_port_delayed()Dmitry Torokhov2006-11-171-18/+0
* | Input: serio - rearrange serio_bus initializationMarton Nemeth2006-11-021-11/+11
|/
* Input: serio core - handle errors returned by device_bind_driver()Dmitry Torokhov2006-10-121-2/+14
* Input: serio - add lockdep annotationsJiri Kosina2006-10-111-1/+5
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Input: serio/gameport - check whether driver core calls succeededRandy Dunlap2006-07-191-14/+51
* Input: serio - fix memory leakAdrian Bunk2006-03-141-0/+1
* Input: initialize serio and gameport at subsystem levelDmitry Torokhov2006-02-191-1/+1
* Input: serio - semaphore to mutex conversionArjan van de Ven2006-02-191-22/+23
* [PATCH] Add serio bus_type probe and remove methodsRussell King2006-01-131-5/+7
* [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-041-11/+11
* Input: make serio and gameport more swsusp friendlyDmitry Torokhov2005-11-201-3/+9
* Input: serio - add modalias attribute and environment variable toDmitry Torokhov2005-06-301-16/+26
OpenPOWER on IntegriCloud