summaryrefslogtreecommitdiffstats
path: root/modem-modeswitch/option.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-03-15 23:29:31 -0400
committerDan Williams <dcbw@redhat.com>2009-03-15 23:29:31 -0400
commit9de7ff0c237c0353be5b8a720ddd64564a6095d6 (patch)
treeb05a3fadb215051e1ffba78846c81c10332e7670 /modem-modeswitch/option.h
parent284e9c1e1fe208f880d8f21946bc8f0c4c061221 (diff)
modem-modeswitch: huge refactor for Mobile Action 8xxxP USB cable support
Diffstat (limited to 'modem-modeswitch/option.h')
-rw-r--r--modem-modeswitch/option.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/modem-modeswitch/option.h b/modem-modeswitch/option.h
new file mode 100644
index 0000000..e00dabf
--- /dev/null
+++ b/modem-modeswitch/option.h
@@ -0,0 +1,29 @@
+/*
+ * Modem mode switcher
+ *
+ * Copyright (C) 2008 Dan Williams <dcbw@redhat.com>
+ * Copyright (C) 2008 Peter Henn <support@option.com>
+ *
+ * Heavily based on the 'ozerocdoff' tool by Peter Henn.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details:
+ */
+
+#ifndef __OPTION_H__
+#define __OPTION_H__
+
+#include <usb.h>
+
+struct usb_device *option_zerocd_find (int vid, int pid);
+
+int option_zerocd_switch (struct usb_dev_handle *dh, struct usb_device *dev);
+
+#endif /* __OPTION_H__ */