diff options
author | Dan Williams <dcbw@redhat.com> | 2009-06-17 12:16:54 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 12:16:54 +0200 |
commit | 181368a3b26329f77a93b06a5d2b285d4bf5f8e3 (patch) | |
tree | 1e4769485292764483e199d4e9ea2d5305a3732f /extras/modem-modeswitch/option.h | |
parent | 0fb7c5184678821060843824a26514946a3b9302 (diff) |
extras/modem-modeswitch: move from udev-extras
Diffstat (limited to 'extras/modem-modeswitch/option.h')
-rw-r--r-- | extras/modem-modeswitch/option.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/extras/modem-modeswitch/option.h b/extras/modem-modeswitch/option.h new file mode 100644 index 0000000000..e00dabf082 --- /dev/null +++ b/extras/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__ */ |