From 0731639f02f329f7a3a4bef3a65c1ff3611f77f2 Mon Sep 17 00:00:00 2001 From: Slava Bacherikov Date: Sat, 31 Aug 2019 14:49:09 +0300 Subject: [PATCH] Add support for dell tag BF97 --- README.md | 2 +- html/index.html | 2 +- src/keygen/dell.spec.ts | 47 +++++++++++++++++++++++++++++++++++++++ src/keygen/dell/encode.ts | 31 ++++++++------------------ src/keygen/dell/index.ts | 3 ++- src/keygen/dell/types.ts | 3 ++- 6 files changed, 62 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 5a31324..1a8eda8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Latest released version available [here][bios-pw] and latest testing version (*s * Asus — current BIOS date. For example: ``01-02-2013`` * Compaq — 5 decimal digits (*e.g*. ``12345``) -* Dell — supports such series: ``595B``, ``D35B``, ``2A7B``, ``A95B``, ``1D3B``, ``6FF1``, ``1F66`` and ``1F5A``. *e.g*: ``1234567-2A7B`` or ``1234567890A-D35B`` for HDD. +* Dell — supports such series: ``595B``, ``D35B``, ``2A7B``, ``A95B``, ``1D3B``, ``6FF1``, ``1F66``, ``1F5A`` and ``BF97``. *e.g*: ``1234567-2A7B`` or ``1234567890A-D35B`` for HDD. * Fujitsu-Siemens — 5 decimal digits, 8 hexadecimal digits, 5x4 hexadecimal digits, 5x4 decimal digits * Hewlett-Packard — 5 decimal digits, 10 characters * Insyde H20 (Acer, HP) — 8 decimal digits diff --git a/html/index.html b/html/index.html index 488be9f..ceab7b5 100644 --- a/html/index.html +++ b/html/index.html @@ -49,7 +49,7 @@