FreeRDP
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winpr/crt.h>
#include <winpr/synch.h>
#include "searchman.h"
#include "urbdrc_main.h"
Functions | |
static void | searchman_rewind (USB_SEARCHMAN *searchman) |
static int | searchman_has_next (USB_SEARCHMAN *searchman) |
static USB_SEARCHDEV * | searchman_get_next (USB_SEARCHMAN *searchman) |
static BOOL | searchman_list_add (USB_SEARCHMAN *searchman, UINT16 idVendor, UINT16 idProduct) |
static int | searchman_list_remove (USB_SEARCHMAN *searchman, UINT16 idVendor, UINT16 idProduct) |
static void | searchman_list_show (USB_SEARCHMAN *self) |
void | searchman_free (USB_SEARCHMAN *self) |
USB_SEARCHMAN * | searchman_new (void *urbdrc, UINT32 UsbDevice) |
void searchman_free | ( | USB_SEARCHMAN * | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
USB_SEARCHMAN* searchman_new | ( | void * | urbdrc, |
UINT32 | UsbDevice | ||
) |
|
static |
FreeRDP: A Remote Desktop Protocol Implementation RemoteFX USB Redirection
Copyright 2012 Atrust corp. Copyright 2012 Alfred Liu alfre d.li u@atr usco rp.co m
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.