Lines Matching full:irda
9 * This driver allows a USB IrDA device to be used as a "dumb" serial device.
10 * This can be useful if you do not have access to a full IrDA stack on the
11 * other side of the connection. If you do have an IrDA stack on both devices,
12 * please use the usb-irda driver, as it contains the proper error checking and
13 * other goodness of a full IrDA stack.
15 * Portions of this driver were taken from drivers/net/irda/irda-usb.c, which
35 #include <linux/usb/irda.h>
114 * Returns instance of IrDA class descriptor, or NULL if not found
116 * The class descriptor is some extra info that IrDA USB devices will
117 * offer to us, describing their IrDA characteristics. We will use that in
120 * Based on the same function in drivers/net/irda/irda-usb.c
163 /* reference irda-usb.c */ in ir_xbof_change()
205 "IRDA class descriptor not found, device not bound\n"); in ir_startup()
288 * See section 5.4.2.2 of the USB IrDA spec. in ir_write()
366 * See section 5.4.1.2 of the USB IrDA spec. in ir_process_read_urb()