NOTICE 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
  4. */
  5. /*
  6. *
  7. * FocalTech fts TouchScreen driver.
  8. *
  9. * Copyright (c) 2012-2019, Focaltech Ltd. All rights reserved.
  10. *
  11. * This software is licensed under the terms of the GNU General Public
  12. * License version 2, as published by the Free Software Foundation, and
  13. * may be copied, distributed, and modified under those terms.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU General Public License for more details.
  19. *
  20. */
  21. /*
  22. * Synaptics DSX touchscreen driver
  23. *
  24. * Copyright (C) 2012-2016 Synaptics Incorporated. All rights reserved.
  25. *
  26. * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
  27. * Copyright (C) 2012 Alexandra Chin <[email protected]>
  28. * Copyright (C) 2012 Scott Lin <[email protected]>
  29. *
  30. * This program is free software; you can redistribute it and/or modify
  31. * it under the terms of the GNU General Public License as published by
  32. * the Free Software Foundation; either version 2 of the License, or
  33. * (at your option) any later version.
  34. *
  35. * This program is distributed in the hope that it will be useful,
  36. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  37. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  38. * GNU General Public License for more details.
  39. *
  40. * INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED "AS-IS," AND SYNAPTICS
  41. * EXPRESSLY DISCLAIMS ALL EXPRESS AND IMPLIED WARRANTIES, INCLUDING ANY
  42. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE,
  43. * AND ANY WARRANTIES OF NON-INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS.
  44. * IN NO EVENT SHALL SYNAPTICS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  45. * SPECIAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR IN CONNECTION
  46. * WITH THE USE OF THE INFORMATION CONTAINED IN THIS DOCUMENT, HOWEVER CAUSED
  47. * AND BASED ON ANY THEORY OF LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  48. * NEGLIGENCE OR OTHER TORTIOUS ACTION, AND EVEN IF SYNAPTICS WAS ADVISED OF
  49. * THE POSSIBILITY OF SUCH DAMAGE. IF A TRIBUNAL OF COMPETENT JURISDICTION DOES
  50. * NOT PERMIT THE DISCLAIMER OF DIRECT DAMAGES OR ANY OTHER DAMAGES, SYNAPTICS'
  51. * TOTAL CUMULATIVE LIABILITY TO ANY PARTY SHALL NOT EXCEED ONE HUNDRED U.S.
  52. * DOLLARS.
  53. */
  54. /* SPDX-License-Identifier: GPL-2.0-only */
  55. /*
  56. * Copyright (C) 2010 - 2018 Novatek, Inc.
  57. *
  58. * $Revision: 47247 $
  59. * $Date: 2019-07-10 10:41:36 +0800 (Wed, 10 Jul 2019) $
  60. *
  61. * This program is free software; you can redistribute it and/or modify
  62. * it under the terms of the GNU General Public License as published by
  63. * the Free Software Foundation; either version 2 of the License, or
  64. * (at your option) any later version.
  65. *
  66. * This program is distributed in the hope that it will be useful, but WITHOUT
  67. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  68. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  69. * more details.
  70. *
  71. */
  72. /* SPDX-License-Identifier: GPL-2.0-only */
  73. /*
  74. * FTS Capacitive touch screen controller (FingerTipS)
  75. *
  76. * Copyright (C) 2016-2019, STMicroelectronics Limited.
  77. * Authors: AMG(Analog Mems Group) <[email protected]>
  78. *
  79. *
  80. * This program is free software; you can redistribute it and/or modify it
  81. * under the terms of the GNU General Public License version 2 as published by
  82. * the Free Software Foundation.
  83. *
  84. * This program is distributed in the hope that it will be useful, but WITHOUT
  85. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  86. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  87. * more details.
  88. *
  89. * You should have received a copy of the GNU General Public License along with
  90. * this program. If not, see <http://www.gnu.org/licenses/>.
  91. */