smsusb.c (80ccb51a0f970ab0935a8be70b677ecbcdf74e3e) smsusb.c (503efe5cfc9fb9f67a6659c4ab39174b442876f3)
1/****************************************************************
2
3Siano Mobile Silicon, Inc.
4MDTV receiver kernel modules.
5Copyright (C) 2005-2009, Uri Shkolnik, Anatoly Greenblat
6
7This program is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

--- 398 unchanged lines hidden (view full) ---

407 if (rc < 0) {
408 sms_err("smscore_register_device(...) failed, rc %d", rc);
409 smsusb_term_device(intf);
410 return rc;
411 }
412
413 smscore_set_board_id(dev->coredev, board_id);
414
1/****************************************************************
2
3Siano Mobile Silicon, Inc.
4MDTV receiver kernel modules.
5Copyright (C) 2005-2009, Uri Shkolnik, Anatoly Greenblat
6
7This program is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by

--- 398 unchanged lines hidden (view full) ---

407 if (rc < 0) {
408 sms_err("smscore_register_device(...) failed, rc %d", rc);
409 smsusb_term_device(intf);
410 return rc;
411 }
412
413 smscore_set_board_id(dev->coredev, board_id);
414
415 dev->coredev->is_usb_device = true;
416
415 /* initialize urbs */
416 for (i = 0; i < MAX_URBS; i++) {
417 dev->surbs[i].dev = dev;
418 usb_init_urb(&dev->surbs[i].urb);
419 }
420
421 sms_info("smsusb_start_streaming(...).");
422 rc = smsusb_start_streaming(dev);

--- 236 unchanged lines hidden ---
417 /* initialize urbs */
418 for (i = 0; i < MAX_URBS; i++) {
419 dev->surbs[i].dev = dev;
420 usb_init_urb(&dev->surbs[i].urb);
421 }
422
423 sms_info("smsusb_start_streaming(...).");
424 rc = smsusb_start_streaming(dev);

--- 236 unchanged lines hidden ---