Skip to content

Commit

Permalink
Add: PLEX PX-BCUD の USB ID 定義を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Jul 9, 2024
1 parent 8c1b041 commit d3e3497
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions isdb_scanner/tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,10 @@ def getAvailableDVBDeviceInfos() -> list[DVBDeviceInfo]:
if vendor_id == 0x3275 and product_id == 0x0080:
device_info.tuner_name = 'PLEX PX-S1UD / PX-Q1UD / VASTDTV VT20'

# PLEX PX-BCUD (廃番)
elif vendor_id == 0x3275 and product_id == 0x0085:
device_info.tuner_name = 'PLEX PX-BCUD'

# 既知の PCI(e) チューナーデバイス
elif Path(f'/sys/class/dvb/dvb{adapter_number}.frontend0/device/vendor').exists() and \
Path(f'/sys/class/dvb/dvb{adapter_number}.frontend0/device/device').exists() and \
Expand Down

0 comments on commit d3e3497

Please sign in to comment.