Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124197
b: refs/heads/master
c: b3d8466
h: refs/heads/master
i:
  124195: 1da5d12
v: v3
  • Loading branch information
Harvey Harrison authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent ad542c3 commit ffa318f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 726cf2000b1c0978bbddc6345ddd7f88caf8aa48
refs/heads/master: b3d8466fd0e63fd58096f195cbe5ec2444d3fd60
3 changes: 1 addition & 2 deletions trunk/drivers/media/dvb/dvb-usb/cinergyT2-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

/* debug */
int dvb_usb_cinergyt2_debug;
int disable_remote;

module_param_named(debug, dvb_usb_cinergyt2_debug, int, 0644);
MODULE_PARM_DESC(debug, "set debugging level (1=info, xfer=2, rc=4 "
Expand All @@ -45,7 +44,7 @@ struct cinergyt2_state {
};

/* We are missing a release hook with usb_device data */
struct dvb_usb_device *cinergyt2_usb_device;
static struct dvb_usb_device *cinergyt2_usb_device;

static struct dvb_usb_device_properties cinergyt2_properties;

Expand Down
10 changes: 5 additions & 5 deletions trunk/drivers/media/dvb/dvb-usb/cinergyT2.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,21 @@ struct dvbt_get_status_msg {
uint8_t bandwidth;
uint16_t tps;
uint8_t flags;
uint16_t gain;
__le16 gain;
uint8_t snr;
uint32_t viterbi_error_rate;
__le32 viterbi_error_rate;
uint32_t rs_error_rate;
uint32_t uncorrected_block_count;
__le32 uncorrected_block_count;
uint8_t lock_bits;
uint8_t prev_lock_bits;
} __attribute__((packed));


struct dvbt_set_parameters_msg {
uint8_t cmd;
uint32_t freq;
__le32 freq;
uint8_t bandwidth;
uint16_t tps;
__le16 tps;
uint8_t flags;
} __attribute__((packed));

Expand Down

0 comments on commit ffa318f

Please sign in to comment.