We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbbf59 commit 1f6b3f0Copy full SHA for 1f6b3f0
adafruit_platformdetect/chip.py
@@ -155,10 +155,6 @@ def _linux_id(self):
155
156
linux_id = None
157
hardware = self.detector.get_cpuinfo_field("Hardware")
158
- if (
159
- hardware == "sun50iw1p1"
160
- ): # sun50iw1p1 is a common hardware identifier among different allwinner SOC's. Because it is common it should not be considered a valid
161
- hardware = None # chip identifier.
162
163
if hardware is None:
164
vendor_id = self.detector.get_cpuinfo_field("vendor_id")
0 commit comments