Changeset 914
- Timestamp:
- 11/14/06 09:11:48 (6 years ago)
- Location:
- trunk/src/ifd
- Files:
-
- 5 edited
-
sys-bsd.c (modified) (1 diff)
-
sys-null.c (modified) (1 diff)
-
sys-osx.c (modified) (1 diff)
-
sys-solaris.c (modified) (1 diff)
-
sys-sunray.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ifd/sys-bsd.c
r901 r914 316 316 } 317 317 318 int ifd_sysdep_usb_reset(ifd_device_t * dev) 319 { 320 /* not implemented so far */ 321 return -1; 322 } 323 318 324 /* 319 325 * Scan all usb devices to see if there is one we support -
trunk/src/ifd/sys-null.c
r893 r914 99 99 } 100 100 101 int ifd_sysdep_usb_reset(ifd_device_t * dev) 102 { 103 return -1; 104 } 105 101 106 /* 102 107 * Scan all usb devices to see if there is one we support -
trunk/src/ifd/sys-osx.c
r893 r914 89 89 } 90 90 91 int ifd_sysdep_usb_reset(const char *device) 92 { 93 return -1; 94 } 95 91 96 /* 92 97 * Scan all usb devices to see if there is one we support -
trunk/src/ifd/sys-solaris.c
r893 r914 505 505 } 506 506 507 int ifd_sysdep_usb_reset(ifd_device_t * dev) 508 { 509 /* not implemented so far */ 510 return -1; 511 } 512 507 513 /* 508 514 * Scan the /dev/usb directory to see if there is any control pipe matching: -
trunk/src/ifd/sys-sunray.c
r893 r914 297 297 } 298 298 299 int ifd_sysdep_usb_reset(ifd_device_t * dev) 300 { 301 /* not implemented so far */ 302 return -1; 303 } 304 299 305 /* 300 306 * Scan all usb devices to see if there is one we support
Note: See TracChangeset
for help on using the changeset viewer.
