| Submitter | hartleys |
|---|---|
| Date | Nov. 6, 2008, 4:13 p.m. |
| Message ID | <BD79186B4FD85F4B8E60E381CAEE1909C92033@mi8nycmail19.Mi8.com> |
| Download | mbox | patch |
| Permalink | /patch/7546/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c index 697a3a2..f75c70f 100644 --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c @@ -42,6 +42,7 @@ #define OPCODE_BE 0xc7 /* Erase whole flash block */ #define OPCODE_SE 0xd8 /* Sector erase (usually 64KiB) */ #define OPCODE_RDID 0x9f /* Read JEDEC ID */ +#define OPCODE_RDID_NON_JEDEC 0x90 /* Read non-JEDEC ID */