Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195351
b: refs/heads/master
c: f1e949a
h: refs/heads/master
i:
  195349: 2b64bcf
  195347: 597df47
  195343: 04ef8b6
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 06dd9cd commit b11e5a4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f08e07ac8b87b1a4b8ff88a061195e99282dfbbd
refs/heads/master: f1e949ac4ea1f4e37187949944899afeaff33e1e
2 changes: 2 additions & 0 deletions trunk/drivers/usb/serial/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ void usb_serial_generic_throttle(struct tty_struct *tty)
port->throttle_req = 1;
spin_unlock_irqrestore(&port->lock, flags);
}
EXPORT_SYMBOL_GPL(usb_serial_generic_throttle);

void usb_serial_generic_unthrottle(struct tty_struct *tty)
{
Expand All @@ -534,6 +535,7 @@ void usb_serial_generic_unthrottle(struct tty_struct *tty)
if (was_throttled)
usb_serial_generic_submit_read_urb(port, GFP_KERNEL);
}
EXPORT_SYMBOL_GPL(usb_serial_generic_unthrottle);

#ifdef CONFIG_MAGIC_SYSRQ
int usb_serial_handle_sysrq_char(struct tty_struct *tty,
Expand Down

0 comments on commit b11e5a4

Please sign in to comment.