Skip to content

Commit

Permalink
[PATCH] dvb: usb: dvb_usb_properties init fix
Browse files Browse the repository at this point in the history
There was no pid-filter-count set for some devices - led to an error.  Thanks
to Gerolf Wendland.

Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Patrick Boettcher authored and Linus Torvalds committed Jul 8, 2005
1 parent 78c6e73 commit c251ef6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/media/dvb/dvb-usb/dibusb-mb.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ static struct dvb_usb_properties dibusb1_1_properties = {

static struct dvb_usb_properties dibusb1_1_an2235_properties = {
.caps = DVB_USB_HAS_PID_FILTER | DVB_USB_PID_FILTER_CAN_BE_TURNED_OFF | DVB_USB_IS_AN_I2C_ADAPTER,
.pid_filter_count = 16,

.usb_ctrl = CYPRESS_AN2235,

.firmware = "dvb-usb-dibusb-an2235-01.fw",
Expand Down Expand Up @@ -263,6 +265,8 @@ static struct dvb_usb_properties dibusb1_1_an2235_properties = {

static struct dvb_usb_properties dibusb2_0b_properties = {
.caps = DVB_USB_HAS_PID_FILTER | DVB_USB_PID_FILTER_CAN_BE_TURNED_OFF | DVB_USB_IS_AN_I2C_ADAPTER,
.pid_filter_count = 32,

.usb_ctrl = CYPRESS_FX2,

.firmware = "dvb-usb-adstech-usb2-02.fw",
Expand Down

0 comments on commit c251ef6

Please sign in to comment.