[go: up one dir, main page]

File: libgusb.ver

package info (click to toggle)
libgusb 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 428 kB
  • sloc: ansic: 3,341; xml: 25; makefile: 8; sh: 8
file content (46 lines) | stat: -rw-r--r-- 890 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
LIBGUSB_0.1.0 {
  global:
    g_usb_*;
  local: *;
};

LIBGUSB_0.1.1 {
  global:
    g_usb_device_get_platform_id;
} LIBGUSB_0.1.0;

LIBGUSB_0.1.7 {
  global:
    g_usb_device_get_device_class;
} LIBGUSB_0.1.1;

LIBGUSB_0.2.2 {
  global:
    g_usb_context_enumerate;
    g_usb_context_find_by_bus_address;
    g_usb_context_find_by_vid_pid;
    g_usb_context_get_devices;
} LIBGUSB_0.1.7;

LIBGUSB_0.2.4 {
  global:
    g_usb_device_get_parent;
    g_usb_device_get_children;
    g_usb_device_get_port_number;
    g_usb_device_get_vid_as_str;
    g_usb_device_get_pid_as_str;
    g_usb_device_get_device_subclass;
    g_usb_device_get_device_protocol;
    g_usb_context_find_by_platform_id;
} LIBGUSB_0.2.2;

LIBGUSB_0.2.5 {
  global:
    g_usb_device_get_custom_index;
} LIBGUSB_0.2.4;

LIBGUSB_0.2.11 {
  global:
    g_usb_context_set_flags;
    g_usb_context_get_flags;
} LIBGUSB_0.2.5;