summaryrefslogtreecommitdiff
path: root/libgphoto2
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-03-29 09:25:54 +0000
committerHans de Goede <hdegoede@redhat.com>2010-03-29 09:25:54 +0000
commit004777f2877233fa3e2374664cf2726d237bd214 (patch)
tree8c0ae93cb68458741c02d18c948caf4e51ec6bdd /libgphoto2
parentafe1e7bfffea54655a55e25215245989c24bf445 (diff)
downloadlibgphoto2-004777f2877233fa3e2374664cf2726d237bd214.tar.gz
Add ax203 camlib for ax203 based picture frames
This makes it possible to download pictures from / upload pictures to ax203 based picture frames It consists of 2 parts: 1) an ax203 camlib, ax203 access, image table parsing, and decompress / compress code. 2) usbscsi port driver, this is a *Linux only* (for now) port driver for accessing devices which require sending custom scsi commands to an usb mass storage device (using the /dev/sg# device under Linux). git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12854 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2')
-rw-r--r--libgphoto2/gphoto2-abilities-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgphoto2/gphoto2-abilities-list.c b/libgphoto2/gphoto2-abilities-list.c
index c26a53490..f8fbe5e65 100644
--- a/libgphoto2/gphoto2-abilities-list.c
+++ b/libgphoto2/gphoto2-abilities-list.c
@@ -442,6 +442,7 @@ gp_abilities_list_detect (CameraAbilitiesList *list,
continue;
switch (type) {
case GP_PORT_USB:
+ case GP_PORT_USB_SCSI:
case GP_PORT_USB_DISK_DIRECT: {
int ability;