ipw.c (ef8c029fa793423439e67ef0416b220d3fa3321a) ipw.c (b8f0e82044c9ba40e92340c8a6d47d6bd6d819bc)
1/*
2 * IPWireless 3G UMTS TDD Modem driver (USB connected)
3 *
4 * Copyright (C) 2004 Roelf Diedericks <roelfd@inet.co.za>
5 * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 290 unchanged lines hidden (view full) ---

299 .name = "ipw",
300 },
301 .description = "IPWireless converter",
302 .id_table = id_table,
303 .num_ports = 1,
304 .open = ipw_open,
305 .close = ipw_close,
306 .probe = ipw_probe,
1/*
2 * IPWireless 3G UMTS TDD Modem driver (USB connected)
3 *
4 * Copyright (C) 2004 Roelf Diedericks <roelfd@inet.co.za>
5 * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 290 unchanged lines hidden (view full) ---

299 .name = "ipw",
300 },
301 .description = "IPWireless converter",
302 .id_table = id_table,
303 .num_ports = 1,
304 .open = ipw_open,
305 .close = ipw_close,
306 .probe = ipw_probe,
307 .attach = usb_wwan_startup,
308 .release = ipw_release,
307 .release = ipw_release,
308 .port_probe = usb_wwan_port_probe,
309 .port_remove = usb_wwan_port_remove,
310 .dtr_rts = ipw_dtr_rts,
311 .write = usb_wwan_write,
312};
313
314static struct usb_serial_driver * const serial_drivers[] = {
315 &ipw_device, NULL
316};
317
318module_usb_serial_driver(serial_drivers, id_table);
319
320/* Module information */
321MODULE_AUTHOR(DRIVER_AUTHOR);
322MODULE_DESCRIPTION(DRIVER_DESC);
323MODULE_LICENSE("GPL");
309 .port_remove = usb_wwan_port_remove,
310 .dtr_rts = ipw_dtr_rts,
311 .write = usb_wwan_write,
312};
313
314static struct usb_serial_driver * const serial_drivers[] = {
315 &ipw_device, NULL
316};
317
318module_usb_serial_driver(serial_drivers, id_table);
319
320/* Module information */
321MODULE_AUTHOR(DRIVER_AUTHOR);
322MODULE_DESCRIPTION(DRIVER_DESC);
323MODULE_LICENSE("GPL");