Age | Commit message (Expand) | Author | Files | Lines |
2016-08-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 13 | -59/+1151 |
2016-08-04 | Input: silead - remove some dead code | Dan Carpenter | 1 | -3/+0 |
2016-08-04 | Input: sis-i2c - select CONFIG_CRC_ITU_T | Arnd Bergmann | 1 | -0/+1 |
2016-08-04 | Merge branch 'next' into for-linus | Dmitry Torokhov | 13 | -59/+1153 |
2016-08-03 | Input: add driver for SiS 9200 family I2C touchscreen controllers | Mika Penttilä | 3 | -0/+426 |
2016-08-03 | Input: ili210x - fix permissions on "calibrate" attribute | Dmitry Torokhov | 1 | -1/+1 |
2016-08-03 | Input: elan_i2c - properly wake up touchpad on ASUS laptops | KT Liao | 1 | -16/+63 |
2016-08-03 | Input: add driver for Silead touchscreens | Robert Dolca | 3 | -0/+581 |
2016-08-03 | Input: elantech - fix debug dump of the current packet | Benjamin Tissoires | 1 | -6/+2 |
2016-08-02 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+2 |
2016-07-28 | Input: rotary_encoder - support binary encoding of states | Uwe Kleine-König | 1 | -1/+22 |
2016-07-28 | Input: xpad - power off wireless 360 controllers on suspend | Cameron Gutman | 1 | -0/+43 |
2016-07-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 35 | -127/+2841 |
2016-07-28 | Input: i8042 - break load dependency between atkbd/psmouse and i8042 | Dmitry Torokhov | 2 | -21/+5 |
2016-07-27 | Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 1 | -16/+5 |
2016-07-26 | Input: synaptics-rmi4 - do not check for NULL when calling of_node_put() | Markus Elfring | 1 | -4/+1 |
2016-07-26 | Input: cros_ec_keyb - cleanup use of dev | Douglas Anderson | 1 | -10/+9 |
2016-07-26 | Merge branch 'next' into for-linus | Dmitry Torokhov | 35 | -127/+2841 |
2016-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 5 | -10/+30 |
2016-07-21 | Input: tsc200x - report proper input_dev name | Michael Welling | 4 | -6/+25 |
2016-07-20 | Input: synaptics-rmi4 - fix maximum size check for F12 control register 8 | Andrew Duggan | 1 | -4/+5 |
2016-07-20 | Input: pegasus_notetaker - set device mode in reset_resume() if in use | Martin Kepplinger | 1 | -1/+13 |
2016-07-20 | Input: pegasus_notetaker - cancel workqueue's work in suspend() | Martin Kepplinger | 1 | -0/+1 |
2016-07-20 | Input: pegasus_notetaker - fix usb_autopm calls to be balanced | Martin Kepplinger | 1 | -14/+19 |
2016-07-20 | Input: pegasus_notetaker - handle usb control msg errors | Martin Kepplinger | 1 | -9/+20 |
2016-07-19 | Input: wacom_w8001 - handle errors from input_mt_init_slots() | Ping Cheng | 1 | -1/+7 |
2016-07-19 | Input: wacom_w8001 - resolution wasn't set for ABS_MT_POSITION_X/Y | Ping Cheng | 1 | -0/+2 |
2016-07-19 | Merge branch 'for-linus' into next | Dmitry Torokhov | 24 | -136/+782 |
2016-07-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 4 | -8/+15 |
2016-07-16 | Input: pixcir_ts - add support for axis inversion / swapping | Hans de Goede | 1 | -33/+20 |
2016-07-16 | Input: icn8318 - use of_touchscreen helpers for inverting / swapping axes | Hans de Goede | 1 | -47/+14 |
2016-07-16 | Input: edt-ft5x06 - add support for inverting / swapping axes | Hans de Goede | 1 | -3/+4 |
2016-07-16 | Input: of_touchscreen - add support for inverted / swapped axes | Hans de Goede | 6 | -6/+85 |
2016-07-15 | Input: ts4800-ts - add missing of_node_put after calling of_parse_phandle | Peter Chen | 1 | -6/+7 |
2016-07-14 | Input: synaptics-rmi4 - use the RMI_F11_REL_BYTES define in rmi_f11_rel_pos_r... | Andrew Duggan | 1 | -2/+2 |
2016-07-14 | Input: synaptics-rmi4 - remove unneeded variable | Andrew Duggan | 1 | -4/+1 |
2016-07-14 | Input: synaptics-rmi4 - remove pointer to rmi_function in f12_data | Andrew Duggan | 1 | -1/+0 |
2016-07-14 | Input: synaptics-rmi4 - use of_get_child_by_name() to fix refcount | Andrew Duggan | 1 | -2/+2 |
2016-07-14 | Revert "Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE" | Dmitry Torokhov | 1 | -0/+3 |
2016-07-14 | Input: synaptics-rmi4 - support regulator supplies | Bjorn Andersson | 1 | -0/+46 |
2016-07-14 | Input: raydium_i2c_ts - check CRC of incoming packets | Jeffrey Lin | 1 | -19/+43 |
2016-07-14 | Input: xen-kbdfront - prefer xenbus_write() over xenbus_printf() where possible | Jan Beulich | 1 | -4/+4 |
2016-07-09 | Merge tag 'v4.7-rc6' into patchwork | Mauro Carvalho Chehab | 4 | -46/+34 |
2016-07-08 | [media] sur40: drop unnecessary format description | Hans Verkuil | 1 | -1/+0 |
2016-07-08 | [media] sur40: fix occasional oopses on device close | Florian Echtler | 1 | -1/+2 |
2016-07-08 | [media] sur40: lower poll interval to fix occasional FPS drops to ~56 FPS | Florian Echtler | 1 | -1/+1 |
2016-07-08 | [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs | Hans Verkuil | 1 | -1/+1 |
2016-07-08 | [media] sur40: set q->dev instead of allocating a context | Hans Verkuil | 1 | -12/+1 |
2016-07-06 | input: clps711x-keypad: Changing the compatibility string to match with the s... | Alexander Shiyan | 1 | -2/+2 |
2016-06-29 | Input: xpad - validate USB endpoint count during probe | Cameron Gutman | 1 | -0/+3 |