From: Greg KH <greg@kroah.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] minor TTY changes for 2.5.53
Date: Mon, 30 Dec 2002 01:04:56 -0800 [thread overview]
Message-ID: <20021230090456.GD29926@kroah.com> (raw)
In-Reply-To: <20021230090409.GC29926@kroah.com>
ChangeSet 1.956.3.3, 2002/12/29 23:42:02-08:00, greg@kroah.com
TTY: Use the tty_devclass for all usb-serial devices.
diff -Nru a/drivers/usb/serial/bus.c b/drivers/usb/serial/bus.c
--- a/drivers/usb/serial/bus.c Mon Dec 30 01:04:42 2002
+++ b/drivers/usb/serial/bus.c Mon Dec 30 01:04:42 2002
@@ -128,6 +128,7 @@
device->driver.bus = &usb_serial_bus_type;
device->driver.probe = usb_serial_device_probe;
device->driver.remove = usb_serial_device_remove;
+ device->driver.devclass = &tty_devclass;
retval = driver_register(&device->driver);
next prev parent reply other threads:[~2002-12-30 9:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-30 9:02 [BK PATCH] minor TTY changes for 2.5.53 Greg KH
2002-12-30 9:03 ` [PATCH] " Greg KH
2002-12-30 9:04 ` Greg KH
2002-12-30 9:04 ` Greg KH [this message]
2002-12-30 9:06 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021230090456.GD29926@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.