Hardware/LPC/Chip.cs
changeset 408 bbeb9004c491
parent 355 17dbf781401e
child 413 362c5e77197d
     1.1 --- a/Hardware/LPC/Chip.cs	Sat Jun 29 16:12:40 2013 +0000
     1.2 +++ b/Hardware/LPC/Chip.cs	Sun Jun 30 11:41:36 2013 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4    License, v. 2.0. If a copy of the MPL was not distributed with this
     1.5    file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.6   
     1.7 -  Copyright (C) 2009-2012 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.8 +  Copyright (C) 2009-2013 Michael Möller <mmoeller@openhardwaremonitor.org>
     1.9  	
    1.10  */
    1.11  
    1.12 @@ -18,6 +18,7 @@
    1.13      F71858 = 0x0507,
    1.14      F71862 = 0x0601, 
    1.15      F71869 = 0x0814,
    1.16 +    F71869A = 0x1007,
    1.17      F71882 = 0x0541,
    1.18      F71889AD = 0x1005,
    1.19      F71889ED = 0x0909,
    1.20 @@ -60,6 +61,7 @@
    1.21          case Chip.F71858: return "Fintek F71858";
    1.22          case Chip.F71862: return "Fintek F71862";
    1.23          case Chip.F71869: return "Fintek F71869";
    1.24 +        case Chip.F71869A: return "Fintek F71869A";
    1.25          case Chip.F71882: return "Fintek F71882";
    1.26          case Chip.F71889AD: return "Fintek F71889AD";
    1.27          case Chip.F71889ED: return "Fintek F71889ED";