index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-25
Input: wacom - remove field pktlen declaration in the list of devices
Benjamin Tissoires
2
-269
/
+247
2014-07-25
Input: wacom - use hidinput_calc_abs_res instead of duplicating its code
Benjamin Tissoires
1
-39
/
+9
2014-07-25
Input: wacom - use in-kernel HID parser
Benjamin Tissoires
2
-238
/
+114
2014-07-25
Input: wacom - use hid_info instead of plain dev_info
Benjamin Tissoires
1
-5
/
+3
2014-07-25
Input: wacom - register power device at the HID level
Benjamin Tissoires
1
-2
/
+2
2014-07-25
Input: wacom - remove usb dependency for siblings devices
Benjamin Tissoires
1
-39
/
+37
2014-07-25
Input: wacom - register the input devices on top of the HID one
Benjamin Tissoires
2
-8
/
+8
2014-07-25
Input: wacom - install LED/OLED sysfs files in the HID device instead of USB
Benjamin Tissoires
1
-11
/
+11
2014-07-25
Input: wacom - compute the HID report size to get the actual packet size
Benjamin Tissoires
1
-32
/
+26
2014-07-25
Input: wacom - use HID core to actually fetch the report descriptor
Benjamin Tissoires
1
-60
/
+10
2014-07-25
Input: wacom - use hid communication instead of plain usb
Benjamin Tissoires
1
-45
/
+36
2014-07-25
Input: wacom - switch from an USB driver to a HID driver
Benjamin Tissoires
4
-186
/
+126
2014-07-25
Input: wacom - include and use linux/hid.h
Benjamin Tissoires
1
-31
/
+22
2014-07-25
Input: wacom - split out the pad device for the wireless receiver
Benjamin Tissoires
1
-23
/
+23
2014-07-25
Input: wacom - split out the pad device for Graphire G4 and MO
Benjamin Tissoires
1
-17
/
+27
2014-07-25
Input: wacom - split out the pad device for DTUS
Benjamin Tissoires
1
-12
/
+6
2014-07-25
Input: wacom - split out the pad device for Bamboos
Benjamin Tissoires
1
-16
/
+23
2014-07-25
Input: wacom - split out the pad device for Intuos/Cintiq
Benjamin Tissoires
1
-86
/
+122
2014-07-25
Input: wacom - create a separate input device for pads
Benjamin Tissoires
4
-9
/
+85
2014-07-25
Input: wacom - assign phys field from struct wacom into input_dev
Benjamin Tissoires
1
-0
/
+1
2014-07-25
Input: Revert "wacom - testing result shows get_report is unnecessary."
Benjamin Tissoires
1
-0
/
+3
2014-07-25
Input: wacom_serial4 - prepare for wacom USB moving to HID
Dmitry Torokhov
1
-1
/
+5
2014-07-24
Input: ipaq-micro-ts - introduce open/close
Dmitry Torokhov
1
-32
/
+56
2014-07-24
Input: driver for touchscreen on iPaq h3xxx
Dmitry Artamonow
3
-0
/
+155
2014-07-24
Merge tag 'v3.16-rc6' into next
Dmitry Torokhov
8
-493
/
+63
2014-07-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
7
-27
/
+28
2014-07-23
Input: atmel_mxt_ts - implement T44 message handling
Nick Dyer
1
-32
/
+159
2014-07-23
Input: atmel_mxt_ts - split message handler into separate functions
Nick Dyer
1
-59
/
+64
2014-07-23
Input: atmel_mxt_ts - decode T6 status messages
Nick Dyer
1
-20
/
+40
2014-07-23
Input: atmel_mxt_ts - add support for dynamic message size
Nick Dyer
1
-52
/
+68
2014-07-23
Input: atmel_mxt_ts - recover from bootloader on probe
Nick Dyer
1
-17
/
+50
2014-07-23
Input: atmel_mxt_ts - add bootloader addresses for new chips
Nick Dyer
1
-0
/
+6
2014-07-23
Input: atmel_mxt_ts - handle bootloader previously unlocked
Nick Dyer
1
-9
/
+18
2014-07-23
Input: atmel_mxt_ts - handle APP_CRC_FAIL on startup
Nick Dyer
1
-10
/
+43
2014-07-23
Input: atmel_mxt_ts - calculate and check CRC in config file
Nick Dyer
1
-55
/
+177
2014-07-23
Input: atmel_mxt_ts - download device config using firmware loader
Nick Dyer
1
-74
/
+204
2014-07-23
Input: atmel_mxt_ts - implement device tree support
Stephen Warren
1
-5
/
+63
2014-07-23
Input: atmel_mxt_ts - set pointer emulation on touchpads
Benson Leung
1
-5
/
+6
2014-07-23
Input: atmel_mxt_ts - move input device init into separate function
Nick Dyer
1
-84
/
+107
2014-07-23
Input: atmel_mxt_ts - initialise IRQ before probing
Nick Dyer
1
-39
/
+62
2014-07-23
input: evdev: Use ktime_mono_to_real()
Thomas Gleixner
1
-4
/
+3
2014-07-21
sparcspkr: use sbus_*() primitives for IO
Sam Ravnborg
1
-11
/
+11
2014-07-21
Input: uinput - add UI_GET_VERSION ioctl
David Herrmann
1
-0
/
+6
2014-07-21
Input: uinput - uinput_validate_absbits() cleanup
David Herrmann
1
-19
/
+22
2014-07-21
Input: zforce - add regulator handling
Heiko Stuebner
1
-0
/
+31
2014-07-20
Input: s3c2410_ts - fix preparing/enabling clock
Vasily Khoruzhick
1
-2
/
+2
2014-07-20
Input: add support for Wacom protocol 4 serial tablets
Hans de Goede
3
-0
/
+627
2014-07-20
Input: fix defuzzing logic
Dmitry Torokhov
1
-2
/
+4
2014-07-20
Input: max7359 - introduce the use of managed interfaces
Himangi Saraogi
1
-29
/
+16
2014-07-18
Input: add driver for Microchip's CAP1106
Daniel Mack
3
-0
/
+346
[prev]
[next]