Searched refs:dongles (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/net/irda/ |
D | irda_device.c | 75 static hashbin_t *dongles = NULL; variable 109 dongles = hashbin_new(HB_GLOBAL); in irda_device_init() 110 if (dongles == NULL) { in irda_device_init() 180 hashbin_delete(dongles, NULL); in irda_device_cleanup() 503 if (!(reg = hashbin_find(dongles, type, NULL))) { in irda_device_dongle_init() 548 if (hashbin_find(dongles, new->type, NULL)) { in irda_device_register_dongle() 554 hashbin_insert(dongles, (irda_queue_t *) new, new->type, NULL); in irda_device_register_dongle() 569 node = hashbin_remove(dongles, dongle->type, NULL); in irda_device_unregister_dongle()
|
/linux-2.4.37.9/drivers/net/irda/ |
D | Config.in | 28 dep_tristate 'IrDA USB dongles (Experimental)' CONFIG_USB_IRDA $CONFIG_IRDA $CONFIG_USB $CONFIG_EXP…
|
D | irda-usb.c | 81 static struct usb_device_id dongles[] = { variable 107 MODULE_DEVICE_TABLE(usb, dongles); 1574 id_table: dongles,
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 26583 support the various IrDA USB dongles available and most of their 26584 peculiarities. Those dongles plug in the USB port of your computer, 26586 other hand, those dongles tend to be less efficient than a FIR 26749 computer's serial port. These devices are called dongles. Then say Y 26754 the questions about serial dongles. 26762 used by IrTTY. To activate support for ESI dongles you will have to 26773 IR220L+ dongles. If you want to compile it as a module, say M here 26774 and read <file:Documentation/modules.txt>. The ACTiSYS dongles 26777 dongles you will have to start irattach like this: 26791 by IrTTY. To activate support for Tekram dongles you will have to [all …]
|