-
Notifications
You must be signed in to change notification settings - Fork 3
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
Synokernel linuxtv #9
base: synokernel-linuxtv
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ SPK_GIT_HASH = 70188fd | |
SPK_GIT_DATE = 20210323 | ||
endif | ||
|
||
SPK_VERS = $(SPK_GIT_DATE)~$(SPK_GIT_HASH) | ||
SPK_VERS = $(SPK_GIT_DATE) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same applies here as linked. |
||
SPK_REV = 12 | ||
SPK_ICON = src/linuxtv.png | ||
CHANGELOG = "1. First experimental linuxtv driver package set for apollolake<br/>2. Backport of MYGICA T230A driver for 4.4.59 kernel" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# see also: /lib/udev/devicetable/usb.DVB.dep.table | ||
default="regmap-i2c rc-core mc videodev tveeprom videobuf2-common videobuf2-v4l2 videobuf2-memops videobuf2-vmalloc dvb-core dvb-usb dvb_usb_v2 uvcvideo" | ||
HAUPPAUGE_WINTV_DUALHD="rc-hauppauge si2157 lgdt3306a em28xx em28xx-dvb em28xx-rc" | ||
PCTV461E="rc-pinnacle-pctv-hd ts2020 a8293 m88ds3103 em28xx em28xx-dvb em28xx-rc" | ||
MYGICA_T230="rc-dvbsky si2157 si2168 m88ds3103 dvb-usb-dvbsky" | ||
SMS_SIANO_MDTV="smsmdtv smsdvb smsusb" | ||
default:"regmap-i2c rc-core mc videodev tveeprom videobuf2-common videobuf2-v4l2 videobuf2-memops videobuf2-vmalloc dvb-core dvb-usb dvb_usb_v2 uvcvideo dvb-usb-rtl28xxu" | ||
#HAUPPAUGE_WINTV_DUALHD:"rc-hauppauge si2157 lgdt3306a em28xx em28xx-dvb em28xx-rc" | ||
#PCTV461E:"rc-pinnacle-pctv-hd ts2020 a8293 m88ds3103 em28xx em28xx-dvb em28xx-rc" | ||
#MYGICA_T230:"rc-dvbsky si2157 si2168 m88ds3103 dvb-usb-dvbsky" | ||
#SMS_SIANO_MDTV:"smsmdtv smsdvb smsusb" | ||
Comment on lines
+2
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Looking into the kernel the
So when calling the loading script with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok makes sense |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue in using this is that the builds become no longer reproducible. That's why specific build version is being used, in hope to update to newer builds once every little while.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the archive was removed and the download broken so I used latest instead