index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: add skeleton for simple polled devices
Dmitry Torokhov
2007-04-29
4
-0
/
+229
*
Input: update some documentation
Dmitry Torokhov
2007-04-29
1
-53
/
+72
*
Input: wistron - fix typo in keymap for Acer TM610
Eric Piel
2007-04-29
1
-1
/
+1
*
Input: add input_set_capability() helper
Dmitry Torokhov
2007-04-25
2
-0
/
+58
*
Input: i8042 - add Fujitsu touchscreen/touchpad PNP IDs
Dmitry Torokhov
2007-04-25
1
-0
/
+2
*
Input: i8042 - add Panasonic CF-29 to nomux list
Dmitry Torokhov
2007-04-25
1
-0
/
+11
*
Input: lifebook - split into 2 devices
Dmitry Torokhov
2007-04-25
1
-20
/
+93
*
Input: lifebook - add signature of Panasonic CF-29
Dmitry Torokhov
2007-04-25
1
-0
/
+8
*
Input: lifebook - activate 6-byte protocol on select models
Dmitry Torokhov
2007-04-12
1
-13
/
+65
*
Input: lifebook - work properly on Panasonic CF-18
Dmitry Torokhov
2007-04-12
1
-0
/
+14
*
Input: cobalt buttons - separate device and driver registration
Dmitry Torokhov
2007-04-12
3
-24
/
+56
*
Input: ati_remote - make button repeat sensitivity configurable
Karl Pickett
2007-04-12
1
-3
/
+20
*
Input: pxa27x - do not use deprecated SA_INTERRUPT flag
Thomas Gleixner
2007-04-12
1
-1
/
+1
*
Input: ucb1400 - make delays configurable
Cliff Brake
2007-04-12
1
-3
/
+14
*
Input: misc devices - switch to using input_dev->dev.parent
Dmitry Torokhov
2007-04-12
4
-6
/
+6
*
Input: joysticks - switch to using input_dev->dev.parent
Dmitry Torokhov
2007-04-12
18
-18
/
+19
*
Input: touchscreens - switch to using input_dev->dev.parent
Dmitry Torokhov
2007-04-12
10
-6
/
+10
*
Input: mice - switch to using input_dev->dev.parent
Dmitry Torokhov
2007-04-12
4
-4
/
+4
*
Input: USB devices - switch to using input_dev->dev.parent
Dmitry Torokhov
2007-04-12
13
-13
/
+13
*
Input: keyboards - switch to using input_dev->dev.parent
Dmitry Torokhov
2007-04-12
14
-13
/
+15
*
Input: prepare to switching to struct device
Dmitry Torokhov
2007-04-12
2
-0
/
+6
*
Input: drivers/usb/input - don't access dev->private directly
Dmitry Torokhov
2007-04-12
13
-41
/
+56
*
Input: drivers/input/misc - don't access dev->private directly
Dmitry Torokhov
2007-04-12
2
-10
/
+9
*
Input: drivers/input/keyboard - don't access dev->private directly
Dmitry Torokhov
2007-04-12
14
-20
/
+13
*
Input: drivers/input/joystick - don't access dev->private directly
Dmitry Torokhov
2007-04-12
20
-49
/
+59
*
Input: drivers/input/touchscreen - don't access dev->private directly
Dmitry Torokhov
2007-04-12
9
-13
/
+8
*
Input: drivers/input/mice - don't access dev->private directly
Dmitry Torokhov
2007-04-12
4
-5
/
+0
*
Input: add input_{get|set}_drvdata() helpers
Dmitry Torokhov
2007-04-12
1
-0
/
+10
*
Input: USB devices - handle errors when registering input devices
Dmitry Torokhov
2007-04-12
11
-67
/
+99
*
Input: remove old USB touchscreen drivers
Dmitry Torokhov
2007-04-12
4
-998
/
+0
*
Input: logips2pp - add model 1 information
Dmitry Torokhov
2007-04-12
1
-0
/
+1
*
Input: add logical channel support for ATI Remote Wonder II
Peter Stokes
2007-04-12
1
-9
/
+80
*
Input: gtco - handle errors from input_register_device()
Dmitry Torokhov
2007-04-12
1
-338
/
+289
*
Input: wistron - declare keymaps as initdata
Eric Piel
2007-04-12
1
-27
/
+49
*
Input: wistron - introduce generic keymap
Eric Piel
2007-04-12
1
-2
/
+40
*
Input: wistron - add acerhk laptop database
Eric Piel
2007-04-12
2
-72
/
+524
*
Input: logips2pp - ignore mice reporting model as 0
Dmitry Torokhov
2007-04-12
1
-3
/
+3
*
Input: i8042 - disable interfaces when switching to legacy mode
Dmitry Torokhov
2007-04-12
1
-0
/
+7
*
Input: mousedev - fix sudden warps with touchpads
Dmitry Torokhov
2007-04-12
1
-25
/
+26
*
Input: ALPS - handle errors from input_register_device()
Dmitry Torokhov
2007-04-12
2
-5
/
+9
*
Input: remove no longer used power.c handler
Robert P. J. Day
2007-04-12
2
-181
/
+0
*
Input: keyboard handler - use printk_ratelimit()
Dmitry Torokhov
2007-04-12
1
-1
/
+1
*
Input: synaptics - export model bits
Dmitry Torokhov
2007-04-12
1
-0
/
+10
*
Input: iforce - use usb_kill_urb instead of usb_unlink_urb
Johann Deneux
2007-04-12
6
-38
/
+33
*
Input: handlers - handle errors from input_open_device()
Dmitry Torokhov
2007-04-12
4
-40
/
+107
*
Input: handlers - rename 'list' to 'client'
Dmitry Torokhov
2007-04-12
4
-298
/
+329
*
Input: rework handle creation code
Dmitry Torokhov
2007-04-12
9
-125
/
+288
*
Input: i8042 - add HP Pavilion DV4017EA to the MUX blacklist
Dmitry Torokhov
2007-03-16
1
-0
/
+11
*
Input: HIL - fix rwlock recursion bug
Helge Deller
2007-03-16
4
-25
/
+19
*
Input: add support for PXA27x keyboard controller
Rodolfo Giometti
2007-03-16
4
-0
/
+281
[next]