Ignore:
Timestamp:
05/05/05 22:33:15 (7 years ago)
Author:
aj
Message:

William Wander: moved usb_open to the system dependant files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/sys-bsd.c

    r606 r638  
    322322} 
    323323 
     324int 
     325ifd_sysdep_usb_open(char *device, int flags) 
     326{ 
     327    return open(device, O_EXCL | O_RDWR); 
     328} 
     329 
    324330/* 
    325331 * Scan all usb devices to see if there is one we support 
Note: See TracChangeset for help on using the changeset viewer.