Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117166
b: refs/heads/master
c: 8fc7aea
h: refs/heads/master
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Oct 22, 2008
1 parent 0842bb9 commit 1a754b8
Show file tree
Hide file tree
Showing 2 changed files with 13 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: 8aafdf6a1528b0672a0527be473d9be5a12289d3
refs/heads/master: 8fc7aeab3851ed8c3ecf28901ca2c6f0400955c7
12 changes: 12 additions & 0 deletions trunk/drivers/usb/atm/speedtch.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,16 @@ static void speedtch_atm_stop(struct usbatm_data *usbatm, struct atm_dev *atm_de
flush_scheduled_work();
}

static int speedtch_pre_reset(struct usb_interface *intf)
{
return 0;
}

static int speedtch_post_reset(struct usb_interface *intf)
{
return 0;
}


/**********
** USB **
Expand All @@ -740,6 +750,8 @@ static struct usb_driver speedtch_usb_driver = {
.name = speedtch_driver_name,
.probe = speedtch_usb_probe,
.disconnect = usbatm_usb_disconnect,
.pre_reset = speedtch_pre_reset,
.post_reset = speedtch_post_reset,
.id_table = speedtch_usb_ids
};

Expand Down

0 comments on commit 1a754b8

Please sign in to comment.