From 9de7ff0c237c0353be5b8a720ddd64564a6095d6 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 15 Mar 2009 23:29:31 -0400 Subject: modem-modeswitch: huge refactor for Mobile Action 8xxxP USB cable support --- modem-modeswitch/ma8280p_us.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modem-modeswitch/ma8280p_us.h (limited to 'modem-modeswitch/ma8280p_us.h') diff --git a/modem-modeswitch/ma8280p_us.h b/modem-modeswitch/ma8280p_us.h new file mode 100644 index 0000000..bf0e304 --- /dev/null +++ b/modem-modeswitch/ma8280p_us.h @@ -0,0 +1,24 @@ +/* + * Modem mode switcher + * + * Copyright (C) 2009 Dan Williams + * + * 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 __MA8280P_H__ +#define __MA8280P_H__ + +#include + +int ma8280p_switch (struct usb_dev_handle *devh, struct usb_device *dev); + +#endif /* __MA8280P_H__ */ -- cgit