Skip to content

Commit

Permalink
Merge pull request #2 from techmadot/tbf15
Browse files Browse the repository at this point in the history
PX-S1UR/M1URへの対応コードの整理
  • Loading branch information
techmadot authored Aug 22, 2023
2 parents d1e72f6 + b8b093c commit ea3adf3
Show file tree
Hide file tree
Showing 9 changed files with 2,356 additions and 6 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
PLEXやe-Betterから発売された各種ISDB-T/Sチューナー向けのchardev版非公式Linuxドライバです。
PLEX社の[Webサイト](http://plex-net.co.jp)にて配布されている公式Linuxドライバとは**別物**です。

本リポジトリのものは nns779 さんのものをフォークして他デバイスに対応してみたものとなっています。
本リポジトリは nns779 さんのものをフォークして他デバイスに対応してみたものです。
動作は確認できていますが、安定性などは不明のため実験的の位置づけとしています。


## 対応デバイス

Expand All @@ -17,7 +19,8 @@ PLEX社の[Webサイト](http://plex-net.co.jp)にて配布されている公式
- PX-Q3PE5
- PX-MLT5PE
- PX-MLT8PE
- PX-M1UR
- PX-M1UR (実験的/本リポジトリでの追加対応)
- PX-S1UR (実験的/本リポジトリでの追加対応)

- e-Better

Expand Down Expand Up @@ -122,6 +125,13 @@ gcc, make, カーネルソース/ヘッダ, dkmsがインストールされて

すべてのチューナーにおいて、ISDB-TとISDB-Sのどちらも受信可能です。

##### PLEX PX-S1URを接続した場合

$ ls /dev/pxs1urvideo*
/dev/pxs1urvideo0

すべてのチューナーにおいて、ISDB-Tが受信可能です。


##### e-Better DTV02-1T1S-U/DTV02A-1T1S-Uを接続した場合

Expand Down
2 changes: 1 addition & 1 deletion driver/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ ccflags-y += -DITEDTV_BUS_USE_WORKQUEUE
endif

obj-m := px4_drv.o
px4_drv-y := driver_module.o ptx_chrdev.o px4_usb.o px4_usb_params.o px4_device.o px4_device_params.o px4_mldev.o pxmlt_device.o isdb2056_device.o it930x.o itedtv_bus.o tc90522.o r850.o rt710.o cxd2856er.o cxd2858er.o ringbuffer.o
px4_drv-y := driver_module.o ptx_chrdev.o px4_usb.o px4_usb_params.o px4_device.o px4_device_params.o px4_mldev.o pxmlt_device.o isdb2056_device.o it930x.o itedtv_bus.o tc90522.o r850.o rt710.o cxd2856er.o cxd2858er.o ringbuffer.o s1ur_device.o m1ur_device.o
Loading

0 comments on commit ea3adf3

Please sign in to comment.