~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to drivers/media/video/cx18/cx18-cards.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        .tv    = { 0x61, 0x60, I2C_CLIENT_END },
40
40
};
41
41
 
 
42
/*
 
43
 * usual i2c tuner addresses to probe with additional demod address for
 
44
 * an NXP TDA8295 at 0x42 (N.B. it can possibly be at 0x4b or 0x4c too).
 
45
 */
 
46
static struct cx18_card_tuner_i2c cx18_i2c_nxp = {
 
47
        .radio = { I2C_CLIENT_END },
 
48
        .demod = { 0x42, 0x43, I2C_CLIENT_END },
 
49
        .tv    = { 0x61, 0x60, I2C_CLIENT_END },
 
50
};
 
51
 
42
52
/* Please add new PCI IDs to: http://pci-ids.ucw.cz/
43
53
   This keeps the PCI ID database up to date. Note that the entries
44
54
   must be added under vendor 0x4444 (Conexant) as subsystem IDs.
131
141
                .tune_lane = 0,
132
142
                .initial_emrs = 0,
133
143
        },
134
 
        .gpio_init.initial_value = 0x3001,
135
 
        .gpio_init.direction = 0x3001,
 
144
        .gpio_init.initial_value = 0x3801,
 
145
        .gpio_init.direction = 0x3801,
136
146
        .gpio_i2c_slave_reset = {
137
 
                .active_lo_mask = 0x3001,
 
147
                .active_lo_mask = 0x3801,
138
148
                .msecs_asserted = 10,
139
149
                .msecs_recovery = 40,
140
150
                .ir_reset_mask  = 0x0001,
141
151
        },
142
 
        .i2c = &cx18_i2c_std,
 
152
        .i2c = &cx18_i2c_nxp,
143
153
};
144
154
 
145
155
static const struct cx18_card cx18_card_hvr1600_samsung = {