开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
serio
/
serio.c
Age
Commit message (
Expand
)
Author
2024-10-04
Input: serio - use guard notation when acquiring mutexes and spinlocks
Dmitry Torokhov
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-06-07
Input: serio - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2024-03-03
Input: serio - make serio_bus const
Ricardo B. Marliere
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2022-09-29
input: drop empty comment blocks
Christophe JAILLET
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-07-26
Input: stop telling users to snail-mail Vojtech
Dmitry Torokhov
2017-07-12
Input: serio - constify attribute_group structures
Arvind Yadav
2017-03-25
Input: serio - add fast reconnect option
Dmitry Torokhov
2017-03-17
Input: convert remaining uses of pr_warning to pr_warn
Joe Perches
2016-01-27
Input: serio - drop warnings in case of EPROBE_DEFER from serio_find_driver()
Grygorii Strashko
2015-07-16
Input: i8042 - add unmask_kbd_data option
Stephen Chandler Paul
2014-12-03
Input: initialize device counter variables with -1
Aniroop Mathur
2014-10-09
Input: serio - avoid negative serio device numbers
Richard Leitner
2014-04-19
Input: serio - add firmware_id sysfs attribute
Hans de Goede
2013-12-09
Input: serio - fix sysfs layout
Dmitry Torokhov
2013-10-19
input: serio: remove bus usage of dev_attrs
Greg Kroah-Hartman
2013-10-19
input: serio: use DEVICE_ATTR_RO()
Greg Kroah-Hartman
2013-08-25
Input: serio: convert bus code to use drv_groups
Greg Kroah-Hartman
2012-11-24
Input: serio - remove CONFIG_HOTPLUG ifdefs
Bill Pemberton
2012-01-24
Driver core: driver_find() drops reference before returning
Alan Stern
2011-02-23
Input: serio/gameport - use 'long' system workqueue
Dmitry Torokhov
2011-02-02
Input: serio - clear pending rescans after sysfs driver rebind
Duncan Laurie
2010-11-18
Input: serio - convert to common workqueue instead of a thread
Dmitry Torokhov
2010-10-13
Input: serio - support multiple child devices per single parent
Dmitry Eremin-Solenikov
2010-09-14
Input: serio - do not include linux/freezer.h
Dmitry Torokhov
2010-01-21
Merge commit 'v2.6.33-rc5' into next
Dmitry Torokhov
2010-01-06
Input: serio - use pr_xxx() and dev_xxx() helpers
Dmitry Torokhov
2010-01-06
Input: serio - use list_first_entry() helper
Dmitry Torokhov
2010-01-06
Input: serio - let device core tell us if device was registered
Dmitry Torokhov
2010-01-06
Input: serio - use device core to create 'id' attribute group
Dmitry Torokhov
2009-12-24
Input: serio - do not mark kseriod freezable anymore
Dmitry Torokhov
2009-07-26
Input: serio - switch to using dev_pm_ops
Dmitry Torokhov
2009-07-07
Input: mark serio and i8042 as suspended when hibernating too
Thadeu Lima de Souza Cascardo
2009-05-09
Input: serio - do not use deprecated dev.power.power_state
Dmitry Torokhov
2009-04-17
Input: serio - rearrange EXPORT_SYMBOL() markings
Dmitry Torokhov
2008-10-30
Input: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-07-23
Input: serio - offload resume to kseriod
Shaohua Li
2008-06-02
Input: serio - remove pending events when unregistering driver
Dmitry Torokhov
2007-10-18
freezer: introduce freezer-friendly waiting macros
Rafael J. Wysocki
2007-10-12
Driver core: change add_uevent_var to use a struct
Kay Sievers
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
2007-06-29
Input: serio - take drv_mutex in serio_cleanup()
Dmitry Torokhov
2007-04-27
Input: serio - do not touch bus's rwsem
Dmitry Torokhov
2007-02-18
Input: i8042 - let serio bus suspend ports
Dmitry Torokhov
2007-02-07
SERIO: add the sysfs driver name to all modules
Greg Kroah-Hartman
2006-12-08
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Dmitry Torokhov
[next]