summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)Author
2018-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-01-24Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer
2018-01-22Input: trackpoint - only expose supported controls for Elan, ALPS and NXPDmitry Torokhov
2018-01-22Input: trackpoint - force 3 buttons if 0 button is reportedAaron Ma
2018-01-22Input: xpad - add support for PDP Xbox One controllersMark Furneaux
2018-01-22Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti
2018-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-01-18Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers
2018-01-12Input: ALPS - fix multi-touch decoding on SS4 plus touchpadsNir Perry
2018-01-10Input: synaptics - Lenovo Thinkpad T460p devices should use RMI王振杰
2018-01-10Input: of_touchscreen - add MODULE_LICENSEArnd Bergmann
2018-01-08Input: 88pm860x-ts - fix child-node lookupJohan Hovold
2018-01-08Input: twl6040-vibra - fix child-node lookupJohan Hovold
2018-01-08Input: twl4030-vibra - fix sibling-node lookupJohan Hovold
2018-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-01-02Input: xen-kbdfront - do not advertise multi-touch pressure supportOleksandr Andrushchenko
2017-12-18Input: hideep - fix compile error due to missing include fileAnthony Kim
2017-11-29Input: elants_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov
2017-11-29Input: joystick/analog - riscv has get_cycles()Olof Johansson
2017-11-26Input: elantech - add new icbody type 15Aaron Ma
2017-11-26Input: ims-pcu - fix typo in the error messageZhen Lei
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-11-14Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Merge branch 'next' into for-linusDmitry Torokhov
2017-11-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-11-10Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'aso...Mark Brown
2017-11-10Input: gamecon - mark expected switch fall-throughsGustavo A. R. Silva
2017-11-10Input: sidewinder - mark expected switch fall-throughsGustavo A. R. Silva
2017-11-10Input: spaceball - mark expected switch fall-throughsGustavo A. R. Silva
2017-11-10Input: uinput - unlock on allocation failure in ioctlDan Carpenter
2017-11-10Input: add support for the Samsung S6SY761 touchscreenAndi Shyti
2017-11-10Input: add support for HiDeep touchscreenAnthony Kim
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross
2017-11-07Input: st1232 - remove obsolete platform device supportGeert Uytterhoeven
2017-11-07Merge tag 'v4.14-rc8' into nextDmitry Torokhov
2017-11-07Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3Yiannis Marangos
2017-11-07Input: tsc200x-core - set INPUT_PROP_DIRECTMartin Kepplinger
2017-11-07Input: elan_i2c - add ELAN060C to the ACPI tableKai-Heng Feng
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2017-11-03Input: sparse-keymap - send sync event for KE_SW/KE_VSWStefan Brüns
2017-11-03Input: ar1021_i2c - set INPUT_PROP_DIRECTMartin Kepplinger
2017-11-03Input: convert autorepeat timer to use timer_setup()Kees Cook
a> 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745