~ubuntu-branches/ubuntu/trusty/argyll/trusty-proposed

« back to all changes in this revision

Viewing changes to libusbw/libusb0.def

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-02-12 00:35:39 UTC
  • mfrom: (13.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20140212003539-24tautzlitsiz61w
Tags: 1.5.1-5ubuntu1
* Merge from Debian unstable. (LP: #1275572) Remaining changes:
  - debian/control:
    + Build-depend on libtiff-dev rather than libtiff4-dev.
  - debian/control, debian/patches/06_fix_udev_rule.patch:
    + Fix udev rules to actually work; ENV{ACL_MANAGE} has
      stopped working ages ago, and with logind it's now the
      "uaccess" tag. Dropping also consolekit from Recommends.
  - debian/patches/drop-usb-db.patch:
    + Use hwdb builtin, instead of the obsolete usb-db
      in the udev rules.
* debian/patches/05_ftbfs-underlinkage.diff:
  - Dropped change, no needed anymore.
* Refresh the patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
EXPORTS
2
 
    usb_argyll_patched
3
 
    usb_open
4
 
    usb_close
5
 
    usb_get_string
6
 
    usb_get_string_simple
7
 
    usb_get_descriptor_by_endpoint
8
 
    usb_get_descriptor
9
 
    usb_bulk_write
10
 
    usb_bulk_read
11
 
    usb_interrupt_write
12
 
    usb_interrupt_read
13
 
    usb_control_msg
14
 
    usb_set_configuration
15
 
    usb_claim_interface
16
 
    usb_release_interface
17
 
    usb_set_altinterface
18
 
    usb_resetep
19
 
    usb_clear_halt
20
 
    usb_reset
21
 
    usb_strerror
22
 
    usb_init
23
 
    usb_set_debug
24
 
    usb_find_busses
25
 
    usb_find_devices
26
 
    usb_device
27
 
    usb_get_busses
28
 
    usb_install_service_np
29
 
    usb_install_service_np_rundll
30
 
    usb_uninstall_service_np
31
 
    usb_uninstall_service_np_rundll
32
 
    usb_install_driver_np
33
 
    usb_install_driver_np_rundll
34
 
    usb_touch_inf_file_np
35
 
    usb_touch_inf_file_np_rundll
36
 
    usb_get_version
37
 
    usb_isochronous_setup_async
38
 
    usb_bulk_setup_async
39
 
    usb_interrupt_setup_async
40
 
    usb_submit_async
41
 
    usb_reap_async
42
 
    usb_reap_async_nocancel
43
 
    usb_cancel_async
44
 
    usb_free_async  
45
 
    usb_install_needs_restart_np
46
 
 
47
 
 
48