Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303851
b: refs/heads/master
c: c7f3619
h: refs/heads/master
i:
  303849: 85692e6
  303847: dbbbeab
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed May 7, 2012
1 parent 4909f39 commit 692c500
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 25 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: 5cbe61c5aff0a8ada691eb8b07dbfb55c303f640
refs/heads/master: c7f3619b90fc4c43ed326ec8b3f0299374763c92
3 changes: 0 additions & 3 deletions trunk/drivers/usb/serial/ch341.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,11 +599,8 @@ static struct usb_driver ch341_driver = {
.name = "ch341",
.probe = usb_serial_probe,
.disconnect = usb_serial_disconnect,
.suspend = usb_serial_suspend,
.resume = usb_serial_resume,
.reset_resume = ch341_reset_resume,
.id_table = id_table,
.supports_autosuspend = 1,
};

static struct usb_serial_driver ch341_device = {
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/usb/serial/f81232.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,6 @@ static struct usb_driver f81232_driver = {
.probe = usb_serial_probe,
.disconnect = usb_serial_disconnect,
.id_table = id_table,
.suspend = usb_serial_suspend,
.resume = usb_serial_resume,
.no_dynamic_id = 1,
.supports_autosuspend = 1,
};

static struct usb_serial_driver f81232_device = {
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/usb/serial/option.c
Original file line number Diff line number Diff line change
Expand Up @@ -1224,11 +1224,6 @@ static struct usb_driver option_driver = {
.name = "option",
.probe = usb_serial_probe,
.disconnect = usb_serial_disconnect,
#ifdef CONFIG_PM
.suspend = usb_serial_suspend,
.resume = usb_serial_resume,
.supports_autosuspend = 1,
#endif
.id_table = option_ids,
};

Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ static struct usb_driver pl2303_driver = {
.probe = usb_serial_probe,
.disconnect = usb_serial_disconnect,
.id_table = id_table,
.suspend = usb_serial_suspend,
.resume = usb_serial_resume,
.supports_autosuspend = 1,
};

#define SET_LINE_REQUEST_TYPE 0x21
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/usb/serial/qcserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ static struct usb_driver qcdriver = {
.probe = usb_serial_probe,
.disconnect = usb_serial_disconnect,
.id_table = id_table,
.suspend = usb_serial_suspend,
.resume = usb_serial_resume,
.supports_autosuspend = true,
};

static int qcprobe(struct usb_serial *serial, const struct usb_device_id *id)
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/usb/serial/sierra.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,11 +1055,8 @@ static struct usb_driver sierra_driver = {
.name = "sierra",
.probe = usb_serial_probe,
.disconnect = usb_serial_disconnect,
.suspend = usb_serial_suspend,
.resume = usb_serial_resume,
.reset_resume = sierra_reset_resume,
.id_table = id_table,
.supports_autosuspend = 1,
};

static struct usb_serial_driver sierra_device = {
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/usb/serial/ssu100.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ static struct usb_driver ssu100_driver = {
.probe = usb_serial_probe,
.disconnect = usb_serial_disconnect,
.id_table = id_table,
.suspend = usb_serial_suspend,
.resume = usb_serial_resume,
.supports_autosuspend = 1,
};

struct ssu100_port_private {
Expand Down

0 comments on commit 692c500

Please sign in to comment.