libusb20.3 (c2025a76606b44c4d5367b7509fbc0285ae1e7f8) | libusb20.3 (698e791af5804cd81e429c07e5901d5c52864068) |
---|---|
1.\" 2.\" Copyright (c) 2008 Hans Petter Selasky 3.\" 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 12 unchanged lines hidden (view full) --- 21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" SUCH DAMAGE. 26.\" 27.\" $FreeBSD$ 28.\" | 1.\" 2.\" Copyright (c) 2008 Hans Petter Selasky 3.\" 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 12 unchanged lines hidden (view full) --- 21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" SUCH DAMAGE. 26.\" 27.\" $FreeBSD$ 28.\" |
29.Dd November 18, 2009 | 29.Dd October 14, 2010 |
30.Dt LIBUSB20 3 31.Os 32.Sh NAME 33.Nm libusb20 34. 35.Nd "USB access library" 36. 37. --- 134 unchanged lines hidden (view full) --- 172.Fn libusb20_dev_set_debug "struct libusb20_device *pdev" "int debug" 173.Ft void 174.Fn libusb20_dev_wait_process "struct libusb20_device *pdev" "int timeout" 175.Ft int 176.Fn libusb20_be_get_template "struct libusb20_backend *pbe" "int *ptemp" 177.Ft int 178.Fn libusb20_be_set_template "struct libusb20_backend *pbe" "int temp" 179.Ft int | 30.Dt LIBUSB20 3 31.Os 32.Sh NAME 33.Nm libusb20 34. 35.Nd "USB access library" 36. 37. --- 134 unchanged lines hidden (view full) --- 172.Fn libusb20_dev_set_debug "struct libusb20_device *pdev" "int debug" 173.Ft void 174.Fn libusb20_dev_wait_process "struct libusb20_device *pdev" "int timeout" 175.Ft int 176.Fn libusb20_be_get_template "struct libusb20_backend *pbe" "int *ptemp" 177.Ft int 178.Fn libusb20_be_set_template "struct libusb20_backend *pbe" "int temp" 179.Ft int |
180.Fn libusb20_be_get_dev_quirk "struct libusb20_backend *pber", "uint16_t index" "struct libusb20_quirk *pq" | 180.Fn libusb20_be_get_dev_quirk "struct libusb20_backend *pber" "uint16_t index" "struct libusb20_quirk *pq" |
181.Ft int 182.Fn libusb20_be_get_quirk_name "struct libusb20_backend *pbe" "uint16_t index" "struct libusb20_quirk *pq" 183.Ft int 184.Fn libusb20_be_add_dev_quirk "struct libusb20_backend *pbe" "struct libusb20_quirk *pq" 185.Ft int 186.Fn libusb20_be_remove_dev_quirk "struct libusb20_backend *pbe" "struct libusb20_quirk *pq" 187.Ft struct libusb20_backend * 188.Fn libusb20_be_alloc_default "void" --- 793 unchanged lines hidden --- | 181.Ft int 182.Fn libusb20_be_get_quirk_name "struct libusb20_backend *pbe" "uint16_t index" "struct libusb20_quirk *pq" 183.Ft int 184.Fn libusb20_be_add_dev_quirk "struct libusb20_backend *pbe" "struct libusb20_quirk *pq" 185.Ft int 186.Fn libusb20_be_remove_dev_quirk "struct libusb20_backend *pbe" "struct libusb20_quirk *pq" 187.Ft struct libusb20_backend * 188.Fn libusb20_be_alloc_default "void" --- 793 unchanged lines hidden --- |