mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
small change, id 5, pizza box, moved to desktop. Though this was sometimes
used as a server due to low profile, it is apparently a desktop type. https://en.wikipedia.org/wiki/Pizza_box_form_factor so that's what we'll call it.
This commit is contained in:
parent
8a635fa0f6
commit
f4f0417646
5
inxi
5
inxi
|
@ -5361,7 +5361,8 @@ get_device_data()
|
|||
device='unknown'
|
||||
;;
|
||||
# note: 13 is all-in-one which we take as a mac type system
|
||||
3|4|6|7|13|15|24)
|
||||
# 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)
|
||||
device='desktop'
|
||||
;;
|
||||
# note: lenovo T420 shows as 10, notebook, but it's not a notebook
|
||||
|
@ -5374,7 +5375,7 @@ get_device_data()
|
|||
8|11)
|
||||
device='portable'
|
||||
;;
|
||||
5|17|23|25)
|
||||
17|23|25)
|
||||
device='server'
|
||||
;;
|
||||
27|28|29)
|
||||
|
|
Loading…
Reference in a new issue