uss720.c (a9de18eb761f7c1c860964b2e5addc1a35c7e861) uss720.c (33b9e16243fd69493be3ddda7be73226c8be586a)
1/*****************************************************************************/
2
3/*
4 * uss720.c -- USS720 USB Parport Cable.
5 *
6 * Copyright (C) 1999, 2005
7 * Thomas Sailer (t.sailer@alumni.ethz.ch)
8 *

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

765 parport_put_port(pp);
766 kill_all_async_requests_priv(priv);
767 kref_put(&priv->ref_count, destroy_priv);
768 }
769 dbg("disconnect done");
770}
771
772/* table of cables that work through this driver */
1/*****************************************************************************/
2
3/*
4 * uss720.c -- USS720 USB Parport Cable.
5 *
6 * Copyright (C) 1999, 2005
7 * Thomas Sailer (t.sailer@alumni.ethz.ch)
8 *

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

765 parport_put_port(pp);
766 kill_all_async_requests_priv(priv);
767 kref_put(&priv->ref_count, destroy_priv);
768 }
769 dbg("disconnect done");
770}
771
772/* table of cables that work through this driver */
773static struct usb_device_id uss720_table [] = {
773static const struct usb_device_id uss720_table[] = {
774 { USB_DEVICE(0x047e, 0x1001) },
775 { USB_DEVICE(0x0557, 0x2001) },
776 { USB_DEVICE(0x0729, 0x1284) },
777 { USB_DEVICE(0x1293, 0x0002) },
778 { } /* Terminating entry */
779};
780
781MODULE_DEVICE_TABLE (usb, uss720_table);

--- 43 unchanged lines hidden ---
774 { USB_DEVICE(0x047e, 0x1001) },
775 { USB_DEVICE(0x0557, 0x2001) },
776 { USB_DEVICE(0x0729, 0x1284) },
777 { USB_DEVICE(0x1293, 0x0002) },
778 { } /* Terminating entry */
779};
780
781MODULE_DEVICE_TABLE (usb, uss720_table);

--- 43 unchanged lines hidden ---