Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125545
b: refs/heads/master
c: cb889a2
h: refs/heads/master
i:
  125543: 23c7050
v: v3
  • Loading branch information
Klaus Schmidinger authored and Mauro Carvalho Chehab committed Jan 2, 2009
1 parent 71cae2f commit 1df4894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9baed99ee7a834b1f2599e13f219087f01c63f38
refs/heads/master: cb889a2f3515b140bef193cf6ffcdb099349b8aa
1 change: 1 addition & 0 deletions trunk/include/linux/dvb/frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ typedef enum fe_caps {
FE_CAN_8VSB = 0x200000,
FE_CAN_16VSB = 0x400000,
FE_HAS_EXTENDED_CAPS = 0x800000, // We need more bitspace for newer APIs, indicate this.
FE_CAN_2G_MODULATION = 0x10000000, // frontend supports "2nd generation modulation" (DVB-S2)
FE_NEEDS_BENDING = 0x20000000, // not supported anymore, don't use (frontend requires frequency bending)
FE_CAN_RECOVER = 0x40000000, // frontend can recover from a cable unplug automatically
FE_CAN_MUTE_TS = 0x80000000 // frontend can stop spurious TS data output
Expand Down

0 comments on commit 1df4894

Please sign in to comment.