Skip to content

Commit fc2513c

Browse files
author
Dom Cobley
committed
firmware: deinterlace: fix issues with non-tunneled component
See: raspberrypi/firmware#213 userland: raspicam: Added a signal mode to allow initiation of captures from another process See: raspberrypi/userland#103 userland: raspicam: Refactored raspivid to allow user to pause and restart captures See: raspberrypi/userland#104 kernel: bump to 3.10.16
1 parent df66d8b commit fc2513c

File tree

1,178 files changed

+74787
-74619
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,178 files changed

+74787
-74619
lines changed

boot/fixup.dat

6 Bytes
Binary file not shown.

boot/fixup_x.dat

2 Bytes
Binary file not shown.

boot/kernel.img

432 Bytes
Binary file not shown.

boot/kernel_emergency.img

1.38 KB
Binary file not shown.

boot/start.elf

768 Bytes
Binary file not shown.

boot/start_cd.elf

0 Bytes
Binary file not shown.

boot/start_x.elf

800 Bytes
Binary file not shown.

extra/Module.symvers

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
0xeb7a3f59 cfg80211_send_rx_assoc net/wireless/cfg80211 EXPORT_SYMBOL
2+
0x4ef4683c ipv6_chk_custom_prefix net/ipv6/ipv6 EXPORT_SYMBOL
23
0x7812d412 tm6000_set_reg_mask drivers/media/usb/tm6000/tm6000 EXPORT_SYMBOL_GPL
34
0x55417264 unregister_vt_notifier vmlinux EXPORT_SYMBOL_GPL
45
0xc4ab9dc3 generic_file_splice_write vmlinux EXPORT_SYMBOL
@@ -2358,6 +2359,7 @@
23582359
0x6427cc8d lbtf_remove_card drivers/net/wireless/libertas_tf/libertas_tf EXPORT_SYMBOL_GPL
23592360
0x58028f05 hostap_free_data drivers/net/wireless/hostap/hostap EXPORT_SYMBOL
23602361
0x975867f4 mt2060_attach drivers/media/tuners/mt2060 EXPORT_SYMBOL
2362+
0xbffa7395 hid_alloc_report_buf vmlinux EXPORT_SYMBOL_GPL
23612363
0xebb8510c dwc_cc_if_free vmlinux EXPORT_SYMBOL
23622364
0x01150ab6 spi_write_then_read vmlinux EXPORT_SYMBOL_GPL
23632365
0x5091bcbf splice_from_pipe_feed vmlinux EXPORT_SYMBOL

extra/Module_emergency.symvers

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,6 +1864,7 @@
18641864
0xcbbf0a6f audit_log_task_context vmlinux EXPORT_SYMBOL
18651865
0x856209b1 lbtf_remove_card drivers/net/wireless/libertas_tf/libertas_tf EXPORT_SYMBOL_GPL
18661866
0xad93b21b hostap_free_data drivers/net/wireless/hostap/hostap EXPORT_SYMBOL
1867+
0x8219de14 hid_alloc_report_buf vmlinux EXPORT_SYMBOL_GPL
18671868
0xebb8510c dwc_cc_if_free vmlinux EXPORT_SYMBOL
18681869
0xd7aeed43 splice_from_pipe_feed vmlinux EXPORT_SYMBOL
18691870
0xf9a054b5 __round_jiffies vmlinux EXPORT_SYMBOL_GPL

0 commit comments

Comments
 (0)