NOTICE 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. */
  92. /*
  93. * Goodix Touchscreen Driver
  94. * Copyright (C) 2020 - 2021 Goodix, Inc.
  95. *
  96. * This program is free software; you can redistribute it and/or modify
  97. * it under the terms of the GNU General Public License as published by
  98. * the Free Software Foundation; either version 2 of the License, or
  99. * (at your option) any later version.
  100. *
  101. * This program is distributed in the hope that it will be a reference
  102. * to you, when you are integrating the GOODiX's CTP IC into your system,
  103. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  104. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  105. * General Public License for more details.
  106. *
  107. */
  108. // SPDX-License-Identifier: GPL-2.0-or-later
  109. /*
  110. * Atmel maXTouch Touchscreen driver
  111. *
  112. * Copyright (C) 2010 Samsung Electronics Co.Ltd
  113. * Copyright (C) 2011-2014 Atmel Corporation
  114. * Copyright (C) 2012 Google, Inc.
  115. * Copyright (C) 2016 Zodiac Inflight Innovations
  116. *
  117. * Author: Joonyoung Shim <[email protected]>
  118. */