diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-25 19:00:10 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-25 19:00:10 -0700 |
| commit | 804ca075d25251a5e8a4f416199f2da0f218e62d (patch) | |
| tree | cbb6ced971737d81c8ed3bcb5724687bce80a587 /include/linux/dvb/frontend.h | |
| parent | 63d5381ed20e9e6a5723cfaf5a2ddce018c0a39e (diff) | |
| parent | 2a4e095a7562286c4cd6cc0dd2aad390f2941cbc (diff) | |
Merge DVB updates
Diffstat (limited to 'include/linux/dvb/frontend.h')
| -rw-r--r-- | include/linux/dvb/frontend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 9ffb970cf7d8..51a69e389eae 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h @@ -59,9 +59,9 @@ typedef enum fe_caps { FE_CAN_BANDWIDTH_AUTO = 0x40000, FE_CAN_GUARD_INTERVAL_AUTO = 0x80000, FE_CAN_HIERARCHY_AUTO = 0x100000, - FE_CAN_RECOVER = 0x20000000, - FE_CAN_CLEAN_SETUP = 0x40000000, - FE_CAN_MUTE_TS = 0x80000000 + FE_NEEDS_BENDING = 0x20000000, // 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 } fe_caps_t; |
