You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
686 B

  1. From c0375ecea6f3731c0f65ff6abd2c194b90153b26 Mon Sep 17 00:00:00 2001
  2. From: Michael Heimpold <michael.heimpold@i2se.com>
  3. Date: Tue, 18 Dec 2018 15:09:42 +0100
  4. Subject: [PATCH 5/9] Add eMMC vendor Micron to table
  5. Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
  6. Cc: Michael Heimpold <mhei@heimpold.de>
  7. ---
  8. lsmmc.c | 5 +++++
  9. 1 file changed, 5 insertions(+)
  10. diff --git a/lsmmc.c b/lsmmc.c
  11. index 86713f7..4f687ac 100644
  12. --- a/lsmmc.c
  13. +++ b/lsmmc.c
  14. @@ -194,6 +194,11 @@ struct ids_database database[] = {
  15. .id = 0x11,
  16. .manufacturer = "Toshiba",
  17. },
  18. + {
  19. + .type = "mmc",
  20. + .id = 0x13,
  21. + .manufacturer = "Micron",
  22. + },
  23. {
  24. .type = "mmc",
  25. .id = 0x15,
  26. --
  27. 2.17.1