Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added LG TV to dhcp_vendor_class #544

Merged
merged 2 commits into from
Feb 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions xml/dhcp_vendor_class.xml
Original file line number Diff line number Diff line change
Expand Up @@ -897,4 +897,18 @@
<param pos="0" name="os.vendor" value="Cambium Networks"/>
</fingerprint>

<fingerprint pattern="^LG_\d{2}[ULPS][A-Z]">
<description>LG Smart TV</description>
<example>LG_65UH5F-HJ</example>
<example>LG_55UT672M0UC</example>
<example>LG_32LT662MBUC</example>
<example>LG_55SM5KE-BJ</example>
<example>LG_86UL3J-B</example>
<param pos="0" name="hw.vendor" value="LG"/>
<param pos="0" name="hw.device" value="Smart TV"/>
<param pos="0" name="os.vendor" value="LG"/>
<param pos="0" name="os.product" value="webOS"/>
<param pos="0" name="os.cpe23" value="cpe:/o:lg:webos:-"/>
</fingerprint>

</fingerprints>