view libuwrap/open_close.h @ 61:7941a5e06d6a

cp2102/baudtab-{gsm,std}: two important baud rate tables of interest
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 11 Sep 2023 21:11:41 +0000
parents 5160f6717903
children 5cbde3c80c24
line wrap: on
line source

extern usb_dev_handle *usbwrap_open_dev(struct usb_device *dev, int detach);
extern void usbwrap_close_dev(usb_dev_handle *usbh);

extern void
usbwrap_claim_interface(usb_dev_handle *usbh, int ifnum, int detach);
extern void usbwrap_claim_all_ifs(usb_dev_handle *usbh, unsigned nchannels);