blob: 0782ac6f5edfaa0542dfe173bd6969c8bba77372 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * LEGO USB Tower driver
3 *
4 * Copyright (C) 2003 David Glance <davidgsf@sourceforge.net>
5 * 2001-2004 Juergen Stuber <starblue@users.sourceforge.net>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 of
10 * the License, or (at your option) any later version.
11 *
12 * derived from USB Skeleton driver - 0.5
13 * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
14 *
15 * History:
16 *
17 * 2001-10-13 - 0.1 js
18 * - first version
19 * 2001-11-03 - 0.2 js
20 * - simplified buffering, one-shot URBs for writing
21 * 2001-11-10 - 0.3 js
22 * - removed IOCTL (setting power/mode is more complicated, postponed)
23 * 2001-11-28 - 0.4 js
24 * - added vendor commands for mode of operation and power level in open
25 * 2001-12-04 - 0.5 js
26 * - set IR mode by default (by oversight 0.4 set VLL mode)
27 * 2002-01-11 - 0.5? pcchan
28 * - make read buffer reusable and work around bytes_to_write issue between
29 * uhci and legusbtower
30 * 2002-09-23 - 0.52 david (david@csse.uwa.edu.au)
31 * - imported into lejos project
32 * - changed wake_up to wake_up_interruptible
33 * - changed to use lego0 rather than tower0
Harvey Harrison441b62c2008-03-03 16:08:34 -080034 * - changed dbg() to use __func__ rather than deprecated __func__
Linus Torvalds1da177e2005-04-16 15:20:36 -070035 * 2003-01-12 - 0.53 david (david@csse.uwa.edu.au)
36 * - changed read and write to write everything or
37 * timeout (from a patch by Chris Riesen and Brett Thaeler driver)
38 * - added ioctl functionality to set timeouts
39 * 2003-07-18 - 0.54 davidgsf (david@csse.uwa.edu.au)
40 * - initial import into LegoUSB project
41 * - merge of existing LegoUSB.c driver
42 * 2003-07-18 - 0.56 davidgsf (david@csse.uwa.edu.au)
43 * - port to 2.6 style driver
44 * 2004-02-29 - 0.6 Juergen Stuber <starblue@users.sourceforge.net>
45 * - fix locking
46 * - unlink read URBs which are no longer needed
47 * - allow increased buffer size, eliminates need for timeout on write
48 * - have read URB running continuously
49 * - added poll
50 * - forbid seeking
51 * - added nonblocking I/O
Harvey Harrison441b62c2008-03-03 16:08:34 -080052 * - changed back __func__ to __func__
Linus Torvalds1da177e2005-04-16 15:20:36 -070053 * - read and log tower firmware version
54 * - reset tower on probe, avoids failure of first write
55 * 2004-03-09 - 0.7 Juergen Stuber <starblue@users.sourceforge.net>
56 * - timeout read now only after inactivity, shorten default accordingly
57 * 2004-03-11 - 0.8 Juergen Stuber <starblue@users.sourceforge.net>
58 * - log major, minor instead of possibly confusing device filename
59 * - whitespace cleanup
60 * 2004-03-12 - 0.9 Juergen Stuber <starblue@users.sourceforge.net>
61 * - normalize whitespace in debug messages
62 * - take care about endianness in control message responses
63 * 2004-03-13 - 0.91 Juergen Stuber <starblue@users.sourceforge.net>
64 * - make default intervals longer to accommodate current EHCI driver
65 * 2004-03-19 - 0.92 Juergen Stuber <starblue@users.sourceforge.net>
66 * - replaced atomic_t by memory barriers
67 * 2004-04-21 - 0.93 Juergen Stuber <starblue@users.sourceforge.net>
68 * - wait for completion of write urb in release (needed for remotecontrol)
69 * - corrected poll for write direction (missing negation)
70 * 2004-04-22 - 0.94 Juergen Stuber <starblue@users.sourceforge.net>
71 * - make device locking interruptible
72 * 2004-04-30 - 0.95 Juergen Stuber <starblue@users.sourceforge.net>
73 * - check for valid udev on resubmitting and unlinking urbs
74 * 2004-08-03 - 0.96 Juergen Stuber <starblue@users.sourceforge.net>
75 * - move reset into open to clean out spurious data
76 */
77
Greg Kroah-Hartman38726bf2013-06-26 16:30:42 -070078#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
79
Linus Torvalds1da177e2005-04-16 15:20:36 -070080#include <linux/kernel.h>
81#include <linux/errno.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070082#include <linux/slab.h>
83#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070084#include <linux/completion.h>
Arjan van de Ven4186ecf2006-01-11 15:55:29 +010085#include <linux/mutex.h>
Linus Torvalds7c0f6ba2016-12-24 11:46:01 -080086#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070087#include <linux/usb.h>
88#include <linux/poll.h>
89
90
Linus Torvalds1da177e2005-04-16 15:20:36 -070091/* Version Information */
92#define DRIVER_VERSION "v0.96"
93#define DRIVER_AUTHOR "Juergen Stuber <starblue@sourceforge.net>"
94#define DRIVER_DESC "LEGO USB Tower Driver"
95
Linus Torvalds1da177e2005-04-16 15:20:36 -070096
97/* The defaults are chosen to work with the latest versions of leJOS and NQC.
98 */
99
100/* Some legacy software likes to receive packets in one piece.
101 * In this case read_buffer_size should exceed the maximal packet length
102 * (417 for datalog uploads), and packet_timeout should be set.
103 */
104static int read_buffer_size = 480;
105module_param(read_buffer_size, int, 0);
106MODULE_PARM_DESC(read_buffer_size, "Read buffer size");
107
108/* Some legacy software likes to send packets in one piece.
109 * In this case write_buffer_size should exceed the maximal packet length
110 * (417 for firmware and program downloads).
111 * A problem with long writes is that the following read may time out
112 * if the software is not prepared to wait long enough.
113 */
114static int write_buffer_size = 480;
115module_param(write_buffer_size, int, 0);
116MODULE_PARM_DESC(write_buffer_size, "Write buffer size");
117
118/* Some legacy software expects reads to contain whole LASM packets.
119 * To achieve this, characters which arrive before a packet timeout
120 * occurs will be returned in a single read operation.
121 * A problem with long reads is that the software may time out
122 * if it is not prepared to wait long enough.
123 * The packet timeout should be greater than the time between the
124 * reception of subsequent characters, which should arrive about
125 * every 5ms for the standard 2400 baud.
126 * Set it to 0 to disable.
127 */
128static int packet_timeout = 50;
129module_param(packet_timeout, int, 0);
130MODULE_PARM_DESC(packet_timeout, "Packet timeout in ms");
131
132/* Some legacy software expects blocking reads to time out.
133 * Timeout occurs after the specified time of read and write inactivity.
134 * Set it to 0 to disable.
135 */
136static int read_timeout = 200;
137module_param(read_timeout, int, 0);
138MODULE_PARM_DESC(read_timeout, "Read timeout in ms");
139
140/* As of kernel version 2.6.4 ehci-hcd uses an
141 * "only one interrupt transfer per frame" shortcut
142 * to simplify the scheduling of periodic transfers.
143 * This conflicts with our standard 1ms intervals for in and out URBs.
144 * We use default intervals of 2ms for in and 8ms for out transfers,
145 * which is fast enough for 2400 baud and allows a small additional load.
146 * Increase the interval to allow more devices that do interrupt transfers,
147 * or set to 0 to use the standard interval from the endpoint descriptors.
148 */
149static int interrupt_in_interval = 2;
150module_param(interrupt_in_interval, int, 0);
151MODULE_PARM_DESC(interrupt_in_interval, "Interrupt in interval in ms");
152
153static int interrupt_out_interval = 8;
154module_param(interrupt_out_interval, int, 0);
155MODULE_PARM_DESC(interrupt_out_interval, "Interrupt out interval in ms");
156
157/* Define these values to match your device */
158#define LEGO_USB_TOWER_VENDOR_ID 0x0694
159#define LEGO_USB_TOWER_PRODUCT_ID 0x0001
160
161/* Vendor requests */
162#define LEGO_USB_TOWER_REQUEST_RESET 0x04
163#define LEGO_USB_TOWER_REQUEST_GET_VERSION 0xFD
164
165struct tower_reset_reply {
166 __le16 size; /* little-endian */
167 __u8 err_code;
168 __u8 spare;
169} __attribute__ ((packed));
170
171struct tower_get_version_reply {
172 __le16 size; /* little-endian */
173 __u8 err_code;
174 __u8 spare;
175 __u8 major;
176 __u8 minor;
177 __le16 build_no; /* little-endian */
178} __attribute__ ((packed));
179
180
181/* table of devices that work with this driver */
Németh Márton33b9e162010-01-10 15:34:45 +0100182static const struct usb_device_id tower_table[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 { USB_DEVICE(LEGO_USB_TOWER_VENDOR_ID, LEGO_USB_TOWER_PRODUCT_ID) },
184 { } /* Terminating entry */
185};
186
187MODULE_DEVICE_TABLE (usb, tower_table);
Oliver Neukum78663ec2007-10-25 15:48:39 +0200188static DEFINE_MUTEX(open_disc_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189
190#define LEGO_USB_TOWER_MINOR_BASE 160
191
192
193/* Structure to hold all of our device specific stuff */
194struct lego_usb_tower {
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800195 struct mutex lock; /* locks this structure */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 struct usb_device* udev; /* save off the usb device pointer */
197 unsigned char minor; /* the starting minor number for this device */
198
199 int open_count; /* number of times this port has been opened */
200
201 char* read_buffer;
202 size_t read_buffer_length; /* this much came in */
203 size_t read_packet_length; /* this much will be returned on read */
204 spinlock_t read_buffer_lock;
205 int packet_timeout_jiffies;
206 unsigned long read_last_arrival;
207
208 wait_queue_head_t read_wait;
209 wait_queue_head_t write_wait;
210
211 char* interrupt_in_buffer;
212 struct usb_endpoint_descriptor* interrupt_in_endpoint;
213 struct urb* interrupt_in_urb;
214 int interrupt_in_interval;
215 int interrupt_in_running;
216 int interrupt_in_done;
217
218 char* interrupt_out_buffer;
219 struct usb_endpoint_descriptor* interrupt_out_endpoint;
220 struct urb* interrupt_out_urb;
221 int interrupt_out_interval;
222 int interrupt_out_busy;
223
224};
225
226
227/* local function prototypes */
228static ssize_t tower_read (struct file *file, char __user *buffer, size_t count, loff_t *ppos);
229static ssize_t tower_write (struct file *file, const char __user *buffer, size_t count, loff_t *ppos);
230static inline void tower_delete (struct lego_usb_tower *dev);
231static int tower_open (struct inode *inode, struct file *file);
232static int tower_release (struct inode *inode, struct file *file);
233static unsigned int tower_poll (struct file *file, poll_table *wait);
234static loff_t tower_llseek (struct file *file, loff_t off, int whence);
235
236static void tower_abort_transfers (struct lego_usb_tower *dev);
237static void tower_check_for_read_packet (struct lego_usb_tower *dev);
David Howells7d12e782006-10-05 14:55:46 +0100238static void tower_interrupt_in_callback (struct urb *urb);
239static void tower_interrupt_out_callback (struct urb *urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240
241static int tower_probe (struct usb_interface *interface, const struct usb_device_id *id);
242static void tower_disconnect (struct usb_interface *interface);
243
244
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245/* file operations needed when we register this driver */
Luiz Fernando N. Capitulino066202d2006-08-05 20:37:11 -0300246static const struct file_operations tower_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247 .owner = THIS_MODULE,
248 .read = tower_read,
249 .write = tower_write,
250 .open = tower_open,
251 .release = tower_release,
252 .poll = tower_poll,
253 .llseek = tower_llseek,
254};
255
Al Viro2c9ede52011-07-23 20:24:48 -0400256static char *legousbtower_devnode(struct device *dev, umode_t *mode)
Kay Sieversf7a386c2009-04-30 15:23:42 +0200257{
258 return kasprintf(GFP_KERNEL, "usb/%s", dev_name(dev));
259}
260
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261/*
262 * usb class driver info in order to get a minor number from the usb core,
Greg Kroah-Hartmand6e5bcf2005-06-20 21:15:16 -0700263 * and to have the device registered with the driver core
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264 */
265static struct usb_class_driver tower_class = {
Greg Kroah-Hartmand6e5bcf2005-06-20 21:15:16 -0700266 .name = "legousbtower%d",
Kay Sieverse454cea2009-09-18 23:01:12 +0200267 .devnode = legousbtower_devnode,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268 .fops = &tower_fops,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 .minor_base = LEGO_USB_TOWER_MINOR_BASE,
270};
271
272
273/* usb specific object needed to register this driver with the usb subsystem */
274static struct usb_driver tower_driver = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275 .name = "legousbtower",
276 .probe = tower_probe,
277 .disconnect = tower_disconnect,
278 .id_table = tower_table,
279};
280
281
282/**
283 * lego_usb_tower_debug_data
284 */
Greg Kroah-Hartman4dae9962013-06-26 16:30:41 -0700285static inline void lego_usb_tower_debug_data(struct device *dev,
286 const char *function, int size,
287 const unsigned char *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288{
Greg Kroah-Hartman4dae9962013-06-26 16:30:41 -0700289 dev_dbg(dev, "%s - length = %d, data = %*ph\n",
290 function, size, size, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291}
292
293
294/**
295 * tower_delete
296 */
297static inline void tower_delete (struct lego_usb_tower *dev)
298{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299 tower_abort_transfers (dev);
300
301 /* free data structures */
Mariusz Kozlowskif53510e2006-11-08 15:36:14 +0100302 usb_free_urb(dev->interrupt_in_urb);
303 usb_free_urb(dev->interrupt_out_urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304 kfree (dev->read_buffer);
305 kfree (dev->interrupt_in_buffer);
306 kfree (dev->interrupt_out_buffer);
307 kfree (dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308}
309
310
311/**
312 * tower_open
313 */
314static int tower_open (struct inode *inode, struct file *file)
315{
316 struct lego_usb_tower *dev = NULL;
317 int subminor;
318 int retval = 0;
319 struct usb_interface *interface;
Maksim Salau942a4872017-04-25 22:49:21 +0300320 struct tower_reset_reply *reset_reply;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321 int result;
322
Maksim Salau942a4872017-04-25 22:49:21 +0300323 reset_reply = kmalloc(sizeof(*reset_reply), GFP_KERNEL);
324
325 if (!reset_reply) {
326 retval = -ENOMEM;
327 goto exit;
328 }
329
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330 nonseekable_open(inode, file);
331 subminor = iminor(inode);
332
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 interface = usb_find_interface (&tower_driver, subminor);
334
335 if (!interface) {
Greg Kroah-Hartman38726bf2013-06-26 16:30:42 -0700336 pr_err("error, can't find device for minor %d\n", subminor);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 retval = -ENODEV;
Alan Sternd4ead162007-05-22 11:46:41 -0400338 goto exit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339 }
340
Oliver Neukum78663ec2007-10-25 15:48:39 +0200341 mutex_lock(&open_disc_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 dev = usb_get_intfdata(interface);
343
344 if (!dev) {
Oliver Neukum78663ec2007-10-25 15:48:39 +0200345 mutex_unlock(&open_disc_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 retval = -ENODEV;
Alan Sternd4ead162007-05-22 11:46:41 -0400347 goto exit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348 }
349
350 /* lock this device */
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800351 if (mutex_lock_interruptible(&dev->lock)) {
Oliver Neukum78663ec2007-10-25 15:48:39 +0200352 mutex_unlock(&open_disc_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 retval = -ERESTARTSYS;
Alan Sternd4ead162007-05-22 11:46:41 -0400354 goto exit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355 }
356
Oliver Neukum78663ec2007-10-25 15:48:39 +0200357
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 /* allow opening only once */
359 if (dev->open_count) {
Oliver Neukum78663ec2007-10-25 15:48:39 +0200360 mutex_unlock(&open_disc_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 retval = -EBUSY;
362 goto unlock_exit;
363 }
364 dev->open_count = 1;
Oliver Neukum78663ec2007-10-25 15:48:39 +0200365 mutex_unlock(&open_disc_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366
367 /* reset the tower */
368 result = usb_control_msg (dev->udev,
369 usb_rcvctrlpipe(dev->udev, 0),
370 LEGO_USB_TOWER_REQUEST_RESET,
371 USB_TYPE_VENDOR | USB_DIR_IN | USB_RECIP_DEVICE,
372 0,
373 0,
Maksim Salau942a4872017-04-25 22:49:21 +0300374 reset_reply,
375 sizeof(*reset_reply),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376 1000);
377 if (result < 0) {
Greg Kroah-Hartman9d974b22012-04-20 16:53:48 -0700378 dev_err(&dev->udev->dev,
379 "LEGO USB Tower reset control request failed\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 retval = result;
381 goto unlock_exit;
382 }
383
384 /* initialize in direction */
385 dev->read_buffer_length = 0;
386 dev->read_packet_length = 0;
387 usb_fill_int_urb (dev->interrupt_in_urb,
388 dev->udev,
389 usb_rcvintpipe(dev->udev, dev->interrupt_in_endpoint->bEndpointAddress),
390 dev->interrupt_in_buffer,
Kuninori Morimoto29cc8892011-08-23 03:12:03 -0700391 usb_endpoint_maxp(dev->interrupt_in_endpoint),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392 tower_interrupt_in_callback,
393 dev,
394 dev->interrupt_in_interval);
395
396 dev->interrupt_in_running = 1;
397 dev->interrupt_in_done = 0;
398 mb();
399
400 retval = usb_submit_urb (dev->interrupt_in_urb, GFP_KERNEL);
401 if (retval) {
Greg Kroah-Hartman9d974b22012-04-20 16:53:48 -0700402 dev_err(&dev->udev->dev,
403 "Couldn't submit interrupt_in_urb %d\n", retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 dev->interrupt_in_running = 0;
405 dev->open_count = 0;
406 goto unlock_exit;
407 }
408
409 /* save device in the file's private structure */
410 file->private_data = dev;
411
412unlock_exit:
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800413 mutex_unlock(&dev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414
Alan Sternd4ead162007-05-22 11:46:41 -0400415exit:
Maksim Salau942a4872017-04-25 22:49:21 +0300416 kfree(reset_reply);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417 return retval;
418}
419
420/**
421 * tower_release
422 */
423static int tower_release (struct inode *inode, struct file *file)
424{
425 struct lego_usb_tower *dev;
426 int retval = 0;
427
Joe Perches5bd6e8b2010-07-12 13:50:12 -0700428 dev = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429
430 if (dev == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431 retval = -ENODEV;
Oliver Neukum78663ec2007-10-25 15:48:39 +0200432 goto exit_nolock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 }
434
Oliver Neukum78663ec2007-10-25 15:48:39 +0200435 mutex_lock(&open_disc_mutex);
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800436 if (mutex_lock_interruptible(&dev->lock)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 retval = -ERESTARTSYS;
438 goto exit;
439 }
440
441 if (dev->open_count != 1) {
Greg Kroah-Hartmanfef526c2013-06-26 16:30:40 -0700442 dev_dbg(&dev->udev->dev, "%s: device not opened exactly once\n",
443 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 retval = -ENODEV;
445 goto unlock_exit;
446 }
447 if (dev->udev == NULL) {
448 /* the device was unplugged before the file was released */
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800449
450 /* unlock here as tower_delete frees dev */
451 mutex_unlock(&dev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 tower_delete (dev);
453 goto exit;
454 }
455
456 /* wait until write transfer is finished */
457 if (dev->interrupt_out_busy) {
458 wait_event_interruptible_timeout (dev->write_wait, !dev->interrupt_out_busy, 2 * HZ);
459 }
460 tower_abort_transfers (dev);
461 dev->open_count = 0;
462
463unlock_exit:
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800464 mutex_unlock(&dev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465
466exit:
Oliver Neukum78663ec2007-10-25 15:48:39 +0200467 mutex_unlock(&open_disc_mutex);
468exit_nolock:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 return retval;
470}
471
472
473/**
474 * tower_abort_transfers
475 * aborts transfers and frees associated data structures
476 */
477static void tower_abort_transfers (struct lego_usb_tower *dev)
478{
Greg Kroah-Hartmanfef526c2013-06-26 16:30:40 -0700479 if (dev == NULL)
Greg Kroah-Hartmand26f6e52013-06-26 16:30:39 -0700480 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481
482 /* shutdown transfer */
483 if (dev->interrupt_in_running) {
484 dev->interrupt_in_running = 0;
485 mb();
Mariusz Kozlowskif53510e2006-11-08 15:36:14 +0100486 if (dev->udev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487 usb_kill_urb (dev->interrupt_in_urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 }
Mariusz Kozlowskif53510e2006-11-08 15:36:14 +0100489 if (dev->interrupt_out_busy && dev->udev)
490 usb_kill_urb(dev->interrupt_out_urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491}
492
493
494/**
495 * tower_check_for_read_packet
496 *
497 * To get correct semantics for signals and non-blocking I/O
498 * with packetizing we pretend not to see any data in the read buffer
499 * until it has been there unchanged for at least
500 * dev->packet_timeout_jiffies, or until the buffer is full.
501 */
502static void tower_check_for_read_packet (struct lego_usb_tower *dev)
503{
504 spin_lock_irq (&dev->read_buffer_lock);
505 if (!packet_timeout
506 || time_after(jiffies, dev->read_last_arrival + dev->packet_timeout_jiffies)
507 || dev->read_buffer_length == read_buffer_size) {
508 dev->read_packet_length = dev->read_buffer_length;
509 }
510 dev->interrupt_in_done = 0;
511 spin_unlock_irq (&dev->read_buffer_lock);
512}
513
514
515/**
516 * tower_poll
517 */
518static unsigned int tower_poll (struct file *file, poll_table *wait)
519{
520 struct lego_usb_tower *dev;
521 unsigned int mask = 0;
522
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 dev = file->private_data;
524
Oliver Neukumd35b4ce2009-07-02 12:07:07 +0200525 if (!dev->udev)
526 return POLLERR | POLLHUP;
527
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528 poll_wait(file, &dev->read_wait, wait);
529 poll_wait(file, &dev->write_wait, wait);
530
531 tower_check_for_read_packet(dev);
532 if (dev->read_packet_length > 0) {
533 mask |= POLLIN | POLLRDNORM;
534 }
535 if (!dev->interrupt_out_busy) {
536 mask |= POLLOUT | POLLWRNORM;
537 }
538
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 return mask;
540}
541
542
543/**
544 * tower_llseek
545 */
546static loff_t tower_llseek (struct file *file, loff_t off, int whence)
547{
548 return -ESPIPE; /* unseekable */
549}
550
551
552/**
553 * tower_read
554 */
555static ssize_t tower_read (struct file *file, char __user *buffer, size_t count, loff_t *ppos)
556{
557 struct lego_usb_tower *dev;
558 size_t bytes_to_read;
559 int i;
560 int retval = 0;
561 unsigned long timeout = 0;
562
Joe Perches5bd6e8b2010-07-12 13:50:12 -0700563 dev = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564
565 /* lock this object */
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800566 if (mutex_lock_interruptible(&dev->lock)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567 retval = -ERESTARTSYS;
568 goto exit;
569 }
570
571 /* verify that the device wasn't unplugged */
572 if (dev->udev == NULL) {
573 retval = -ENODEV;
Greg Kroah-Hartman38726bf2013-06-26 16:30:42 -0700574 pr_err("No device or device unplugged %d\n", retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 goto unlock_exit;
576 }
577
578 /* verify that we actually have some data to read */
579 if (count == 0) {
Greg Kroah-Hartmanfef526c2013-06-26 16:30:40 -0700580 dev_dbg(&dev->udev->dev, "read request of 0 bytes\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581 goto unlock_exit;
582 }
583
584 if (read_timeout) {
Nicholas Mc Guire8f7e9472015-02-06 04:58:31 -0500585 timeout = jiffies + msecs_to_jiffies(read_timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 }
587
588 /* wait for data */
589 tower_check_for_read_packet (dev);
590 while (dev->read_packet_length == 0) {
591 if (file->f_flags & O_NONBLOCK) {
592 retval = -EAGAIN;
593 goto unlock_exit;
594 }
595 retval = wait_event_interruptible_timeout(dev->read_wait, dev->interrupt_in_done, dev->packet_timeout_jiffies);
596 if (retval < 0) {
597 goto unlock_exit;
598 }
599
600 /* reset read timeout during read or write activity */
601 if (read_timeout
602 && (dev->read_buffer_length || dev->interrupt_out_busy)) {
Nicholas Mc Guire8f7e9472015-02-06 04:58:31 -0500603 timeout = jiffies + msecs_to_jiffies(read_timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604 }
605 /* check for read timeout */
606 if (read_timeout && time_after (jiffies, timeout)) {
607 retval = -ETIMEDOUT;
608 goto unlock_exit;
609 }
610 tower_check_for_read_packet (dev);
611 }
612
613 /* copy the data from read_buffer into userspace */
614 bytes_to_read = min(count, dev->read_packet_length);
615
616 if (copy_to_user (buffer, dev->read_buffer, bytes_to_read)) {
617 retval = -EFAULT;
618 goto unlock_exit;
619 }
620
621 spin_lock_irq (&dev->read_buffer_lock);
622 dev->read_buffer_length -= bytes_to_read;
623 dev->read_packet_length -= bytes_to_read;
624 for (i=0; i<dev->read_buffer_length; i++) {
625 dev->read_buffer[i] = dev->read_buffer[i+bytes_to_read];
626 }
627 spin_unlock_irq (&dev->read_buffer_lock);
628
629 retval = bytes_to_read;
630
631unlock_exit:
632 /* unlock the device */
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800633 mutex_unlock(&dev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634
635exit:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636 return retval;
637}
638
639
640/**
641 * tower_write
642 */
643static ssize_t tower_write (struct file *file, const char __user *buffer, size_t count, loff_t *ppos)
644{
645 struct lego_usb_tower *dev;
646 size_t bytes_to_write;
647 int retval = 0;
648
Joe Perches5bd6e8b2010-07-12 13:50:12 -0700649 dev = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650
651 /* lock this object */
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800652 if (mutex_lock_interruptible(&dev->lock)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 retval = -ERESTARTSYS;
654 goto exit;
655 }
656
657 /* verify that the device wasn't unplugged */
658 if (dev->udev == NULL) {
659 retval = -ENODEV;
Greg Kroah-Hartman38726bf2013-06-26 16:30:42 -0700660 pr_err("No device or device unplugged %d\n", retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661 goto unlock_exit;
662 }
663
664 /* verify that we actually have some data to write */
665 if (count == 0) {
Greg Kroah-Hartmanfef526c2013-06-26 16:30:40 -0700666 dev_dbg(&dev->udev->dev, "write request of 0 bytes\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 goto unlock_exit;
668 }
669
670 /* wait until previous transfer is finished */
671 while (dev->interrupt_out_busy) {
672 if (file->f_flags & O_NONBLOCK) {
673 retval = -EAGAIN;
674 goto unlock_exit;
675 }
676 retval = wait_event_interruptible (dev->write_wait, !dev->interrupt_out_busy);
677 if (retval) {
678 goto unlock_exit;
679 }
680 }
681
682 /* write the data into interrupt_out_buffer from userspace */
683 bytes_to_write = min_t(int, count, write_buffer_size);
Alexey Dobriyan5b5e0922017-02-27 14:30:02 -0800684 dev_dbg(&dev->udev->dev, "%s: count = %zd, bytes_to_write = %zd\n",
Greg Kroah-Hartmanfef526c2013-06-26 16:30:40 -0700685 __func__, count, bytes_to_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686
687 if (copy_from_user (dev->interrupt_out_buffer, buffer, bytes_to_write)) {
688 retval = -EFAULT;
689 goto unlock_exit;
690 }
691
692 /* send off the urb */
693 usb_fill_int_urb(dev->interrupt_out_urb,
694 dev->udev,
695 usb_sndintpipe(dev->udev, dev->interrupt_out_endpoint->bEndpointAddress),
696 dev->interrupt_out_buffer,
697 bytes_to_write,
698 tower_interrupt_out_callback,
699 dev,
700 dev->interrupt_out_interval);
701
702 dev->interrupt_out_busy = 1;
703 wmb();
704
705 retval = usb_submit_urb (dev->interrupt_out_urb, GFP_KERNEL);
706 if (retval) {
707 dev->interrupt_out_busy = 0;
Greg Kroah-Hartman9d974b22012-04-20 16:53:48 -0700708 dev_err(&dev->udev->dev,
709 "Couldn't submit interrupt_out_urb %d\n", retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 goto unlock_exit;
711 }
712 retval = bytes_to_write;
713
714unlock_exit:
715 /* unlock the device */
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800716 mutex_unlock(&dev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717
718exit:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719 return retval;
720}
721
722
723/**
724 * tower_interrupt_in_callback
725 */
David Howells7d12e782006-10-05 14:55:46 +0100726static void tower_interrupt_in_callback (struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727{
Ming Leicdc97792008-02-24 18:41:47 +0800728 struct lego_usb_tower *dev = urb->context;
Greg Kroah-Hartman64771a02007-07-18 10:58:02 -0700729 int status = urb->status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730 int retval;
731
Greg Kroah-Hartman4dae9962013-06-26 16:30:41 -0700732 lego_usb_tower_debug_data(&dev->udev->dev, __func__,
733 urb->actual_length, urb->transfer_buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734
Greg Kroah-Hartman64771a02007-07-18 10:58:02 -0700735 if (status) {
736 if (status == -ENOENT ||
737 status == -ECONNRESET ||
738 status == -ESHUTDOWN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 goto exit;
740 } else {
Greg Kroah-Hartmanfef526c2013-06-26 16:30:40 -0700741 dev_dbg(&dev->udev->dev,
742 "%s: nonzero status received: %d\n", __func__,
743 status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744 goto resubmit; /* maybe we can recover */
745 }
746 }
747
748 if (urb->actual_length > 0) {
749 spin_lock (&dev->read_buffer_lock);
750 if (dev->read_buffer_length + urb->actual_length < read_buffer_size) {
751 memcpy (dev->read_buffer + dev->read_buffer_length,
752 dev->interrupt_in_buffer,
753 urb->actual_length);
754 dev->read_buffer_length += urb->actual_length;
755 dev->read_last_arrival = jiffies;
Greg Kroah-Hartmanfef526c2013-06-26 16:30:40 -0700756 dev_dbg(&dev->udev->dev, "%s: received %d bytes\n",
757 __func__, urb->actual_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758 } else {
Greg Kroah-Hartman38726bf2013-06-26 16:30:42 -0700759 pr_warn("read_buffer overflow, %d bytes dropped\n",
760 urb->actual_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761 }
762 spin_unlock (&dev->read_buffer_lock);
763 }
764
765resubmit:
766 /* resubmit if we're still running */
767 if (dev->interrupt_in_running && dev->udev) {
768 retval = usb_submit_urb (dev->interrupt_in_urb, GFP_ATOMIC);
Greg Kroah-Hartman9d974b22012-04-20 16:53:48 -0700769 if (retval)
770 dev_err(&dev->udev->dev,
771 "%s: usb_submit_urb failed (%d)\n",
772 __func__, retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 }
774
775exit:
776 dev->interrupt_in_done = 1;
777 wake_up_interruptible (&dev->read_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778}
779
780
781/**
782 * tower_interrupt_out_callback
783 */
David Howells7d12e782006-10-05 14:55:46 +0100784static void tower_interrupt_out_callback (struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785{
Ming Leicdc97792008-02-24 18:41:47 +0800786 struct lego_usb_tower *dev = urb->context;
Greg Kroah-Hartman64771a02007-07-18 10:58:02 -0700787 int status = urb->status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788
Greg Kroah-Hartman4dae9962013-06-26 16:30:41 -0700789 lego_usb_tower_debug_data(&dev->udev->dev, __func__,
790 urb->actual_length, urb->transfer_buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791
792 /* sync/async unlink faults aren't errors */
Greg Kroah-Hartman64771a02007-07-18 10:58:02 -0700793 if (status && !(status == -ENOENT ||
794 status == -ECONNRESET ||
795 status == -ESHUTDOWN)) {
Greg Kroah-Hartmanfef526c2013-06-26 16:30:40 -0700796 dev_dbg(&dev->udev->dev,
797 "%s: nonzero write bulk status received: %d\n", __func__,
798 status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799 }
800
801 dev->interrupt_out_busy = 0;
802 wake_up_interruptible(&dev->write_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803}
804
805
806/**
807 * tower_probe
808 *
809 * Called by the usb core when a new device is connected that it thinks
810 * this driver might be interested in.
811 */
812static int tower_probe (struct usb_interface *interface, const struct usb_device_id *id)
813{
Greg Kroah-Hartman9d974b22012-04-20 16:53:48 -0700814 struct device *idev = &interface->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815 struct usb_device *udev = interface_to_usbdev(interface);
816 struct lego_usb_tower *dev = NULL;
Maksim Salau942a4872017-04-25 22:49:21 +0300817 struct tower_get_version_reply *get_version_reply = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818 int retval = -ENOMEM;
819 int result;
820
Steven Cole093cf722005-05-03 19:07:24 -0600821 /* allocate memory for our device state and initialize it */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822
823 dev = kmalloc (sizeof(struct lego_usb_tower), GFP_KERNEL);
824
Wolfram Sang49d8ffab2016-08-25 19:39:19 +0200825 if (!dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826 goto exit;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800828 mutex_init(&dev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829
830 dev->udev = udev;
831 dev->open_count = 0;
832
833 dev->read_buffer = NULL;
834 dev->read_buffer_length = 0;
835 dev->read_packet_length = 0;
836 spin_lock_init (&dev->read_buffer_lock);
Nicholas Mc Guire8f7e9472015-02-06 04:58:31 -0500837 dev->packet_timeout_jiffies = msecs_to_jiffies(packet_timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838 dev->read_last_arrival = jiffies;
839
840 init_waitqueue_head (&dev->read_wait);
841 init_waitqueue_head (&dev->write_wait);
842
843 dev->interrupt_in_buffer = NULL;
844 dev->interrupt_in_endpoint = NULL;
845 dev->interrupt_in_urb = NULL;
846 dev->interrupt_in_running = 0;
847 dev->interrupt_in_done = 0;
848
849 dev->interrupt_out_buffer = NULL;
850 dev->interrupt_out_endpoint = NULL;
851 dev->interrupt_out_urb = NULL;
852 dev->interrupt_out_busy = 0;
853
Johan Hovold9b181162017-03-17 11:35:41 +0100854 result = usb_find_common_endpoints_reverse(interface->cur_altsetting,
855 NULL, NULL,
856 &dev->interrupt_in_endpoint,
857 &dev->interrupt_out_endpoint);
858 if (result) {
859 dev_err(idev, "interrupt endpoints not found\n");
860 retval = result;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 goto error;
862 }
863
864 dev->read_buffer = kmalloc (read_buffer_size, GFP_KERNEL);
Wolfram Sang49d8ffab2016-08-25 19:39:19 +0200865 if (!dev->read_buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866 goto error;
Kuninori Morimoto29cc8892011-08-23 03:12:03 -0700867 dev->interrupt_in_buffer = kmalloc (usb_endpoint_maxp(dev->interrupt_in_endpoint), GFP_KERNEL);
Wolfram Sang49d8ffab2016-08-25 19:39:19 +0200868 if (!dev->interrupt_in_buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 dev->interrupt_in_urb = usb_alloc_urb(0, GFP_KERNEL);
Wolfram Sanga131f412016-08-11 23:14:41 +0200871 if (!dev->interrupt_in_urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873 dev->interrupt_out_buffer = kmalloc (write_buffer_size, GFP_KERNEL);
Wolfram Sang49d8ffab2016-08-25 19:39:19 +0200874 if (!dev->interrupt_out_buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876 dev->interrupt_out_urb = usb_alloc_urb(0, GFP_KERNEL);
Wolfram Sanga131f412016-08-11 23:14:41 +0200877 if (!dev->interrupt_out_urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 dev->interrupt_in_interval = interrupt_in_interval ? interrupt_in_interval : dev->interrupt_in_endpoint->bInterval;
880 dev->interrupt_out_interval = interrupt_out_interval ? interrupt_out_interval : dev->interrupt_out_endpoint->bInterval;
881
Maksim Salau942a4872017-04-25 22:49:21 +0300882 get_version_reply = kmalloc(sizeof(*get_version_reply), GFP_KERNEL);
883
884 if (!get_version_reply) {
885 retval = -ENOMEM;
886 goto error;
887 }
888
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 /* get the firmware version and log it */
890 result = usb_control_msg (udev,
891 usb_rcvctrlpipe(udev, 0),
892 LEGO_USB_TOWER_REQUEST_GET_VERSION,
893 USB_TYPE_VENDOR | USB_DIR_IN | USB_RECIP_DEVICE,
894 0,
895 0,
Maksim Salau942a4872017-04-25 22:49:21 +0300896 get_version_reply,
897 sizeof(*get_version_reply),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 1000);
899 if (result < 0) {
Greg Kroah-Hartman9d974b22012-04-20 16:53:48 -0700900 dev_err(idev, "LEGO USB Tower get version control request failed\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 retval = result;
902 goto error;
903 }
Maksim Salau942a4872017-04-25 22:49:21 +0300904 dev_info(&interface->dev,
905 "LEGO USB Tower firmware version is %d.%d build %d\n",
906 get_version_reply->major,
907 get_version_reply->minor,
908 le16_to_cpu(get_version_reply->build_no));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909
Greg Kroah-Hartman2fae9e52016-09-19 19:09:51 +0100910 /* we can register the device now, as it is ready */
911 usb_set_intfdata (interface, dev);
912
913 retval = usb_register_dev (interface, &tower_class);
914
915 if (retval) {
916 /* something prevented us from registering this driver */
917 dev_err(idev, "Not able to get a minor for this device.\n");
918 usb_set_intfdata (interface, NULL);
919 goto error;
920 }
921 dev->minor = interface->minor;
922
923 /* let the user know what node this device is now attached to */
924 dev_info(&interface->dev, "LEGO USB Tower #%d now attached to major "
925 "%d minor %d\n", (dev->minor - LEGO_USB_TOWER_MINOR_BASE),
926 USB_MAJOR, dev->minor);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927
928exit:
Maksim Salau0bd193d2017-05-13 23:49:26 +0300929 kfree(get_version_reply);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930 return retval;
931
932error:
Maksim Salau942a4872017-04-25 22:49:21 +0300933 kfree(get_version_reply);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934 tower_delete(dev);
935 return retval;
936}
937
938
939/**
940 * tower_disconnect
941 *
942 * Called by the usb core when the device is removed from the system.
943 */
944static void tower_disconnect (struct usb_interface *interface)
945{
946 struct lego_usb_tower *dev;
947 int minor;
948
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949 dev = usb_get_intfdata (interface);
Oliver Neukum78663ec2007-10-25 15:48:39 +0200950 mutex_lock(&open_disc_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951 usb_set_intfdata (interface, NULL);
952
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953 minor = dev->minor;
954
955 /* give back our minor */
956 usb_deregister_dev (interface, &tower_class);
957
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800958 mutex_lock(&dev->lock);
Oliver Neukum78663ec2007-10-25 15:48:39 +0200959 mutex_unlock(&open_disc_mutex);
Alan Sternd4ead162007-05-22 11:46:41 -0400960
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961 /* if the device is not opened, then we clean up right now */
962 if (!dev->open_count) {
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800963 mutex_unlock(&dev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964 tower_delete (dev);
965 } else {
966 dev->udev = NULL;
Oliver Neukumd35b4ce2009-07-02 12:07:07 +0200967 /* wake up pollers */
968 wake_up_interruptible_all(&dev->read_wait);
969 wake_up_interruptible_all(&dev->write_wait);
Daniel Walker18bcbcf2008-01-11 08:45:44 -0800970 mutex_unlock(&dev->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971 }
972
Greg Kroah-Hartman1b29a372008-08-18 13:21:04 -0700973 dev_info(&interface->dev, "LEGO USB Tower #%d now disconnected\n",
974 (minor - LEGO_USB_TOWER_MINOR_BASE));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975}
976
Greg Kroah-Hartman65db4302011-11-18 09:34:02 -0800977module_usb_driver(tower_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978
979MODULE_AUTHOR(DRIVER_AUTHOR);
980MODULE_DESCRIPTION(DRIVER_DESC);
981#ifdef MODULE_LICENSE
982MODULE_LICENSE("GPL");
983#endif