Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4341
b: refs/heads/master
c: c251ef6
h: refs/heads/master
i:
  4339: c89d651
v: v3
  • Loading branch information
Patrick Boettcher authored and Linus Torvalds committed Jul 8, 2005
1 parent e29ea39 commit 2644d5c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 78c6e73f5a27f01e45e86a4e3d13863c9cce6374
refs/heads/master: c251ef6167c46152e247fc41628a4ac2d0aca33e
4 changes: 4 additions & 0 deletions trunk/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 2644d5c

Please sign in to comment.