diff --git a/inxi b/inxi index b264f77..503fcea 100755 --- a/inxi +++ b/inxi @@ -5361,10 +5361,13 @@ get_device_data() device='unknown' ;; # note: 13 is all-in-one which we take as a mac type system - # 5 - pizza box was a 1 U desktop enclosure, but some old laptops also id this way - 3|4|5|6|7|13|15|24) + 3|4|6|7|13|15|24) device='desktop' ;; + # 5 - pizza box was a 1 U desktop enclosure, but some old laptops also id this way + 5) + device='pizza-box' + ;; # note: lenovo T420 shows as 10, notebook, but it's not a notebook 9|10|16) device='laptop'