aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/serio.c
Commit message (Expand)AuthorAge
* Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-26
* Input: serio - constify attribute_group structuresArvind Yadav2017-07-12
* Input: serio - add fast reconnect optionDmitry Torokhov2017-03-25
* Input: convert remaining uses of pr_warning to pr_warnJoe Perches2017-03-17
* Input: serio - drop warnings in case of EPROBE_DEFER from serio_find_driver()Grygorii Strashko2016-01-27
* Input: i8042 - add unmask_kbd_data optionStephen Chandler Paul2015-07-16
* Input: initialize device counter variables with -1Aniroop Mathur2014-12-03
* Input: serio - avoid negative serio device numbersRichard Leitner2014-10-09
* Input: serio - add firmware_id sysfs attributeHans de Goede2014-04-20
* Input: serio - fix sysfs layoutDmitry Torokhov2013-12-10
* input: serio: remove bus usage of dev_attrsGreg Kroah-Hartman2013-10-19
* input: serio: use DEVICE_ATTR_RO()Greg Kroah-Hartman2013-10-19
* Input: serio: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-25
* Input: serio - remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-24
* Driver core: driver_find() drops reference before returningAlan Stern2012-01-24
* Input: serio/gameport - use 'long' system workqueueDmitry Torokhov2011-02-23
* Input: serio - clear pending rescans after sysfs driver rebindDuncan Laurie2011-02-03
* Input: serio - convert to common workqueue instead of a threadDmitry Torokhov2010-11-18
* Input: serio - support multiple child devices per single parentDmitry Eremin-Solenikov2010-10-13
* Input: serio - do not include linux/freezer.hDmitry Torokhov2010-09-14
* Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov2010-01-22
|\
| * Input: serio - do not mark kseriod freezable anymoreDmitry Torokhov2009-12-25
* | Input: serio - use pr_xxx() and dev_xxx() helpersDmitry Torokhov2010-01-06
* | Input: serio - use list_first_entry() helperDmitry Torokhov2010-01-06
* | Input: serio - let device core tell us if device was registeredDmitry Torokhov2010-01-06
* | Input: serio - use device core to create 'id' attribute groupDmitry Torokhov2010-01-06
|/
* Input: serio - switch to using dev_pm_opsDmitry Torokhov2009-07-26
* Input: mark serio and i8042 as suspended when hibernating tooThadeu Lima de Souza Cascardo2009-07-08
* Input: serio - do not use deprecated dev.power.power_stateDmitry Torokhov2009-05-09
* Input: serio - rearrange EXPORT_SYMBOL() markingsDmitry Torokhov2009-04-17
* Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-30
* Input: serio - offload resume to kseriodShaohua Li2008-07-23
* Input: serio - remove pending events when unregistering driverDmitry Torokhov2008-06-02
* freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-18
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-12
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-17
* Input: serio - take drv_mutex in serio_cleanup()Dmitry Torokhov2007-06-29
* Input: serio - do not touch bus's rwsemDmitry Torokhov2007-04-27
* Input: i8042 - let serio bus suspend portsDmitry Torokhov2007-02-18
* SERIO: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-07
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-08
|\
| * [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-07
* | Input: serio - make serio_register_driver() return errorsDmitry Torokhov2006-11-23
* | Input: serio - remove serio_unregister_port_delayed()Dmitry Torokhov2006-11-17
* | Input: serio - rearrange serio_bus initializationMarton Nemeth2006-11-02
|/
* Input: serio core - handle errors returned by device_bind_driver()Dmitry Torokhov2006-10-12
* Input: serio - add lockdep annotationsJiri Kosina2006-10-11
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* Input: serio/gameport - check whether driver core calls succeededRandy Dunlap2006-07-19
* Input: serio - fix memory leakAdrian Bunk2006-03-14