systems.json 858 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "chipsets": {
  3. "RK3288": {
  4. "microcode": "N/A",
  5. "video": "w blob",
  6. "3d": "w blob",
  7. "display": true,
  8. "usb": true
  9. },
  10. "GM45": {
  11. "microcode": "s blob",
  12. "3d": true,
  13. "video": true,
  14. "display":true,
  15. "usb": true
  16. }
  17. },
  18. "systems": {
  19. "C201": {
  20. "chipset": "RK3288",
  21. "price": 179,
  22. "wifi": "w blob",
  23. "ec": true,
  24. "diagonal": 29.464,
  25. "weight": 0.90718474,
  26. "year": 2013
  27. },
  28. "X200": {
  29. "chipset": "GM45",
  30. "price": 289,
  31. "wifi": "removable",
  32. "ec": "blob",
  33. "diagonal": 30.734,
  34. "weight": 1.34,
  35. "year": 2008
  36. }
  37. }
  38. }