Skip to content

Commit

Permalink
Release 1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmarinov committed Oct 28, 2017
1 parent 8ea5058 commit 0a42056
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Currently:
* RTL2832 with tuner chip FC0013
* MyGica T230
* MyGica Pad TV Tuner PT360
* EVOLVEO XtraTV stick (Some unbranded Android DVB-T sticks)
* PCTV AndroiDTV (78e)
* Potentially other AF9035 dongles. If your dongle works let me know and I will add it to this list.

The driver is not limited to these devices only. If a device has a Linux kernel driver, then it probably could be ported.
If you have ported a driver for a device, get in touch with me so we can add it to the main driver.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ model {
applicationId "info.martinmarinov.dvbdriver"
minSdkVersion.apiLevel 16
targetSdkVersion.apiLevel 25
versionCode 14
versionName "1.33"
versionCode 15
versionName "1.34"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 2 additions & 1 deletion dvbservice/src/main/res/xml/device_filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
<usb-device vendor-id="0x0ccd" product-id="0x00e0"/> <!-- TerraTec NOXON DAB Stick (rev 2) -->
<usb-device vendor-id="0x1b80" product-id="0xd3af"/> <!-- Sveon STV27 -->
<usb-device vendor-id="0x185b" product-id="0x0620"/> <!-- Compro VideoMate U620F -->

<usb-device vendor-id="0x1f4d" product-id="0xa115"/> <!-- EVOLVEO XtraTV stick -->
<usb-device vendor-id="0x2013" product-id="0x25a"/> <!-- PCTV AndroiDTV (78e) -->
</resources>

0 comments on commit 0a42056

Please sign in to comment.