aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/visor.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-06-21 00:15:16 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-10-28 19:47:47 -0400
commitea65370d025f5005649e5cb37c4d025e92c6fc38 (patch)
tree554476fb8c69fc0f0f7dc5e2287f4c9cec1a26d6 /drivers/usb/serial/visor.c
parenta6c82600d4058346ea6fd801bc21d7abcc1350d8 (diff)
[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver
I'm tired of trying to explain why a "device_type" is really a driver. This better describes exactly what this structure is. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/visor.c')
-rw-r--r--drivers/usb/serial/visor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c
index 31c57adcb62..825451b3788 100644
--- a/drivers/usb/serial/visor.c
+++ b/drivers/usb/serial/visor.c
@@ -311,7 +311,7 @@ static struct usb_driver visor_driver = {
311}; 311};
312 312
313/* All of the device info needed for the Handspring Visor, and Palm 4.0 devices */ 313/* All of the device info needed for the Handspring Visor, and Palm 4.0 devices */
314static struct usb_serial_device_type handspring_device = { 314static struct usb_serial_driver handspring_device = {
315 .owner = THIS_MODULE, 315 .owner = THIS_MODULE,
316 .name = "Handspring Visor / Palm OS", 316 .name = "Handspring Visor / Palm OS",
317 .short_name = "visor", 317 .short_name = "visor",
@@ -339,7 +339,7 @@ static struct usb_serial_device_type handspring_device = {
339}; 339};
340 340
341/* All of the device info needed for the Clie UX50, TH55 Palm 5.0 devices */ 341/* All of the device info needed for the Clie UX50, TH55 Palm 5.0 devices */
342static struct usb_serial_device_type clie_5_device = { 342static struct usb_serial_driver clie_5_device = {
343 .owner = THIS_MODULE, 343 .owner = THIS_MODULE,
344 .name = "Sony Clie 5.0", 344 .name = "Sony Clie 5.0",
345 .short_name = "clie_5", 345 .short_name = "clie_5",
@@ -367,7 +367,7 @@ static struct usb_serial_device_type clie_5_device = {
367}; 367};
368 368
369/* device info for the Sony Clie OS version 3.5 */ 369/* device info for the Sony Clie OS version 3.5 */
370static struct usb_serial_device_type clie_3_5_device = { 370static struct usb_serial_driver clie_3_5_device = {
371 .owner = THIS_MODULE, 371 .owner = THIS_MODULE,
372 .name = "Sony Clie 3.5", 372 .name = "Sony Clie 3.5",
373 .short_name = "clie_3.5", 373 .short_name = "clie_3.5",