[PATCH] USBATM: allow isochronous transfer
[deliverable/linux.git] / drivers / usb / atm / ueagle-atm.c
index aa072ad953a67593c937dcd804d0fce769192d67..956cd9e82dee52ddf2ea9296abc4a27552d39dc8 100644 (file)
@@ -1705,8 +1705,8 @@ static struct usbatm_driver uea_usbatm_driver = {
        .atm_start = uea_atm_open,
        .unbind = uea_unbind,
        .heavy_init = uea_heavy,
-       .in = UEA_BULK_DATA_PIPE,
-       .out = UEA_BULK_DATA_PIPE,
+       .bulk_in = UEA_BULK_DATA_PIPE,
+       .bulk_out = UEA_BULK_DATA_PIPE,
 };
 
 static int uea_probe(struct usb_interface *intf, const struct usb_device_id *id)
This page took 0.027801 seconds and 5 git commands to generate.