Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17385
b: refs/heads/master
c: 00e3457
h: refs/heads/master
i:
  17383: ec73878
v: v3
  • Loading branch information
Marc Koschewski authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent e6aaff7 commit 362a058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 5ba4cc97786e23c3ef96b9c29c797ef5d0251330
refs/heads/master: 00e34579feb563ca663be82d977c90241824503e
7 changes: 2 additions & 5 deletions trunk/drivers/media/dvb/dvb-usb/nova-t-usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ static int nova_t_read_mac_address (struct dvb_usb_device *d, u8 mac[6])
dibusb_read_eeprom_byte(d,i, &b);

mac[5 - (i - 136)] = b;

/* deb_ee("%02x ",b);
if ((i+1) % 16 == 0)
deb_ee("\n");*/
}

return 0;
Expand All @@ -153,7 +149,7 @@ static struct usb_device_id nova_t_table [] = {
/* 01 */ { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_WINTV_NOVA_T_USB2_WARM) },
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE (usb, nova_t_table);
MODULE_DEVICE_TABLE(usb, nova_t_table);

static struct dvb_usb_properties nova_t_properties = {
.caps = DVB_USB_HAS_PID_FILTER | DVB_USB_PID_FILTER_CAN_BE_TURNED_OFF | DVB_USB_IS_AN_I2C_ADAPTER,
Expand Down Expand Up @@ -198,6 +194,7 @@ static struct dvb_usb_properties nova_t_properties = {
{ &nova_t_table[0], NULL },
{ &nova_t_table[1], NULL },
},
{ NULL },
}
};

Expand Down

0 comments on commit 362a058

Please sign in to comment.