NOTICE 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
  4. */
  5. /*
  6. *
  7. * Raydium TouchScreen driver.
  8. *
  9. * This file is provided under a dual BSD/GPLv2 license. When using or
  10. * redistributing this file, you may do so under either license.
  11. * Qualcomm Innovation Center, Inc. chooses to use it under GPLv2
  12. * Copyright (c) 2021 Raydium tech Ltd.
  13. *
  14. * This program is free software; you can redistribute it and/or modify
  15. * it under the terms of the GNU General Public License as published by
  16. * the Free Software Foundation; either version 2 of the License, or
  17. * (at your option) any later version.
  18. *
  19. * This program is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU General Public License for more details.
  23. *
  24. * BSD LICENSE
  25. *
  26. * Redistribution and use in source and binary forms, with or without
  27. * modification, are permitted provided that the following conditions
  28. * are met:
  29. *
  30. * * Redistributions of source code must retain the above copyright
  31. * notice, this list of conditions and the following disclaimer.
  32. * * Redistributions in binary form must reproduce the above copyright
  33. * notice, this list of conditions and the following disclaimer in
  34. * the documentation and/or other materials provided with the
  35. * distribution.
  36. * * Neither the name of Google Inc. or Linaro Ltd. nor the names of
  37. * its contributors may be used to endorse or promote products
  38. * derived from this software without specific prior written
  39. * permission.
  40. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  41. * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  42. * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  43. * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  44. * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  45. * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  46. * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  47. * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  48. * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  49. * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  50. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  51. */
  52. /*
  53. *
  54. * Parade TouchScreen driver.
  55. *
  56. * Copyright (C) 2015-2020 Parade Technologies
  57. *
  58. * This program is free software; you can redistribute it and/or
  59. * modify it under the terms of the GNU General Public License
  60. * version 2, and only version 2, as published by the
  61. * Free Software Foundation.
  62. *
  63. * This program is distributed in the hope that it will be useful,
  64. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  65. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  66. * GNU General Public License for more details.
  67. *
  68. * Contact Parade Technologies at www.paradetech.com <[email protected]>
  69. */
  70. /*
  71. *
  72. * FocalTech fts TouchScreen driver.
  73. *
  74. * Copyright (c) 2012-2019, Focaltech Ltd. All rights reserved.
  75. *
  76. * This software is licensed under the terms of the GNU General Public
  77. * License version 2, as published by the Free Software Foundation, and
  78. * may be copied, distributed, and modified under those terms.
  79. *
  80. * This program is distributed in the hope that it will be useful,
  81. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  82. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  83. * GNU General Public License for more details.
  84. *
  85. */
  86. /*
  87. * Synaptics DSX touchscreen driver
  88. *
  89. * Copyright (C) 2012-2016 Synaptics Incorporated. All rights reserved.
  90. *
  91. * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
  92. * Copyright (C) 2012 Alexandra Chin <[email protected]>
  93. * Copyright (C) 2012 Scott Lin <[email protected]>
  94. *
  95. * This program is free software; you can redistribute it and/or modify
  96. * it under the terms of the GNU General Public License as published by
  97. * the Free Software Foundation; either version 2 of the License, or
  98. * (at your option) any later version.
  99. *
  100. * This program is distributed in the hope that it will be useful,
  101. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  102. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  103. * GNU General Public License for more details.
  104. *
  105. * INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED "AS-IS," AND SYNAPTICS
  106. * EXPRESSLY DISCLAIMS ALL EXPRESS AND IMPLIED WARRANTIES, INCLUDING ANY
  107. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE,
  108. * AND ANY WARRANTIES OF NON-INFRINGEMENT OF ANY INTELLECTUAL PROPERTY RIGHTS.
  109. * IN NO EVENT SHALL SYNAPTICS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  110. * SPECIAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR IN CONNECTION
  111. * WITH THE USE OF THE INFORMATION CONTAINED IN THIS DOCUMENT, HOWEVER CAUSED
  112. * AND BASED ON ANY THEORY OF LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  113. * NEGLIGENCE OR OTHER TORTIOUS ACTION, AND EVEN IF SYNAPTICS WAS ADVISED OF
  114. * THE POSSIBILITY OF SUCH DAMAGE. IF A TRIBUNAL OF COMPETENT JURISDICTION DOES
  115. * NOT PERMIT THE DISCLAIMER OF DIRECT DAMAGES OR ANY OTHER DAMAGES, SYNAPTICS'
  116. * TOTAL CUMULATIVE LIABILITY TO ANY PARTY SHALL NOT EXCEED ONE HUNDRED U.S.
  117. * DOLLARS.
  118. */
  119. /* SPDX-License-Identifier: GPL-2.0-only */
  120. /*
  121. * Copyright (C) 2010 - 2018 Novatek, Inc.
  122. *
  123. * $Revision: 47247 $
  124. * $Date: 2019-07-10 10:41:36 +0800 (Wed, 10 Jul 2019) $
  125. *
  126. * This program is free software; you can redistribute it and/or modify
  127. * it under the terms of the GNU General Public License as published by
  128. * the Free Software Foundation; either version 2 of the License, or
  129. * (at your option) any later version.
  130. *
  131. * This program is distributed in the hope that it will be useful, but WITHOUT
  132. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  133. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  134. * more details.
  135. *
  136. */
  137. /* SPDX-License-Identifier: GPL-2.0-only */
  138. /*
  139. * FTS Capacitive touch screen controller (FingerTipS)
  140. *
  141. * Copyright (C) 2016-2019, STMicroelectronics Limited.
  142. * Authors: AMG(Analog Mems Group) <[email protected]>
  143. *
  144. *
  145. * This program is free software; you can redistribute it and/or modify it
  146. * under the terms of the GNU General Public License version 2 as published by
  147. * the Free Software Foundation.
  148. *
  149. * This program is distributed in the hope that it will be useful, but WITHOUT
  150. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  151. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  152. * more details.
  153. *
  154. * You should have received a copy of the GNU General Public License along with
  155. * this program. If not, see <http://www.gnu.org/licenses/>.
  156. */
  157. /*
  158. * Goodix Touchscreen Driver
  159. * Copyright (C) 2020 - 2021 Goodix, Inc.
  160. *
  161. * This program is free software; you can redistribute it and/or modify
  162. * it under the terms of the GNU General Public License as published by
  163. * the Free Software Foundation; either version 2 of the License, or
  164. * (at your option) any later version.
  165. *
  166. * This program is distributed in the hope that it will be a reference
  167. * to you, when you are integrating the GOODiX's CTP IC into your system,
  168. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  169. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  170. * General Public License for more details.
  171. *
  172. */
  173. // SPDX-License-Identifier: GPL-2.0-or-later
  174. /*
  175. * Atmel maXTouch Touchscreen driver
  176. *
  177. * Copyright (C) 2010 Samsung Electronics Co.Ltd
  178. * Copyright (C) 2011-2014 Atmel Corporation
  179. * Copyright (C) 2012 Google, Inc.
  180. * Copyright (C) 2016 Zodiac Inflight Innovations
  181. *
  182. * Author: Joonyoung Shim <[email protected]>
  183. */