aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/serio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Input: serio - constify attribute_group structuresArvind Yadav1-2/+2
2017-03-25Input: serio - add fast reconnect optionDmitry Torokhov1-5/+17
2017-03-17Input: convert remaining uses of pr_warning to pr_warnJoe Perches1-4/+4
2016-01-27Input: serio - drop warnings in case of EPROBE_DEFER from serio_find_driver()Grygorii Strashko1-1/+1
2015-07-16Input: i8042 - add unmask_kbd_data optionStephen Chandler Paul1-3/+2
2014-12-03Input: initialize device counter variables with -1Aniroop Mathur1-2/+2
2014-10-09Input: serio - avoid negative serio device numbersRichard Leitner1-2/+2
2014-04-19Input: serio - add firmware_id sysfs attributeHans de Goede1-0/+14
2013-12-09Input: serio - fix sysfs layoutDmitry Torokhov1-7/+17
2013-10-19input: serio: remove bus usage of dev_attrsGreg Kroah-Hartman1-32/+30
2013-10-19input: serio: use DEVICE_ATTR_RO()Greg Kroah-Hartman1-8/+8
2013-08-25Input: serio: convert bus code to use drv_groupsGreg Kroah-Hartman1-10/+11
2012-11-24Input: serio - remove CONFIG_HOTPLUG ifdefsBill Pemberton1-11/+0
2012-01-24Driver core: driver_find() drops reference before returningAlan Stern1-1/+0
2011-02-23Input: serio/gameport - use 'long' system workqueueDmitry Torokhov1-1/+1
2011-02-02Input: serio - clear pending rescans after sysfs driver rebindDuncan Laurie1-4/+7
2010-11-18Input: serio - convert to common workqueue instead of a threadDmitry Torokhov1-86/+69
2010-10-13Input: serio - support multiple child devices per single parentDmitry Eremin-Solenikov1-43/+81
2010-09-14Input: serio - do not include linux/freezer.hDmitry Torokhov1-1/+0
2010-01-21Merge commit 'v2.6.33-rc5' into nextDmitry Torokhov1-9/+2
2010-01-06Input: serio - use pr_xxx() and dev_xxx() helpersDmitry Torokhov1-42/+35
2010-01-06Input: serio - use list_first_entry() helperDmitry Torokhov1-20/+11
2010-01-06Input: serio - let device core tell us if device was registeredDmitry Torokhov1-6/+2
2010-01-06Input: serio - use device core to create 'id' attribute groupDmitry Torokhov1-8/+9
2009-12-24Input: serio - do not mark kseriod freezable anymoreDmitry Torokhov1-9/+2
2009-07-26Input: serio - switch to using dev_pm_opsDmitry Torokhov1-12/+11
2009-07-07Input: mark serio and i8042 as suspended when hibernating tooThadeu Lima de Souza Cascardo1-3/+4
2009-05-09Input: serio - do not use deprecated dev.power.power_stateDmitry Torokhov1-18/+19
2009-04-17Input: serio - rearrange EXPORT_SYMBOL() markingsDmitry Torokhov1-11/+10
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-07-23Input: serio - offload resume to kseriodShaohua Li1-18/+37
2008-06-02Input: serio - remove pending events when unregistering driverDmitry Torokhov1-3/+6
2007-10-18freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki1-2/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-8/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+1
2007-06-29Input: serio - take drv_mutex in serio_cleanup()Dmitry Torokhov1-0/+2
2007-04-27Input: serio - do not touch bus's rwsemDmitry Torokhov1-26/+15
2007-02-18Input: i8042 - let serio bus suspend portsDmitry Torokhov1-1/+35
2007-02-07SERIO: add the sysfs driver name to all modulesGreg Kroah-Hartman1-2/+4
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-0/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-11-23Input: serio - make serio_register_driver() return errorsDmitry Torokhov1-33/+74
2006-11-17Input: serio - remove serio_unregister_port_delayed()Dmitry Torokhov1-18/+0
2006-11-02Input: serio - rearrange serio_bus initializationMarton Nemeth1-11/+11
2006-10-12Input: serio core - handle errors returned by device_bind_driver()Dmitry Torokhov1-2/+14
2006-10-11Input: serio - add lockdep annotationsJiri Kosina1-1/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-07-19Input: serio/gameport - check whether driver core calls succeededRandy Dunlap1-14/+51
2006-03-14Input: serio - fix memory leakAdrian Bunk1-0/+1
2006-02-19Input: initialize serio and gameport at subsystem levelDmitry Torokhov1-1/+1