Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303964
b: refs/heads/master
c: 3a23003
h: refs/heads/master
v: v3
  • Loading branch information
Bjørn Mork authored and Greg Kroah-Hartman committed May 16, 2012
1 parent 9bf297f commit 695b5bf
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: 5eaee54b1c52a83dc74445792cf49900a8050da8
refs/heads/master: 3a2300385f601fbd8aed67555a1a3fef5b3d4d10
2 changes: 2 additions & 0 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,8 @@ static int usb_serial_probe(struct usb_interface *interface,
module_put(type->driver.owner);
return -EIO;
}
dev_info(&interface->dev, "The \"generic\" usb-serial driver is only for testing and one-off prototypes.\n");
dev_info(&interface->dev, "Tell linux-usb@vger.kernel.org to add your device to a proper driver.\n");
}
#endif
if (!num_ports) {
Expand Down

0 comments on commit 695b5bf

Please sign in to comment.