扫描二维码关注官方公众号
1234
返回列表 发布新帖

[讨论/分享] 关于淘宝2块处理相框,已收货 附图

评论76

沁雨寒Lv.5 发表于 2015-8-17 11:18:08 | 显示全部楼层
本帖最后由 沁雨寒 于 2015-8-17 14:55 编辑
fh_xz 发表于 2014-5-18 17:43
1403:0001 Sitronix Digital Photo Frame
http://forum.doozan.com/read.php?9,2435

找到一个3.5寸的dpf  id是 1908:3335  从gphoto(libgphoto2)项目看这个id是 ax206的而且应该和1902:0102  是同一个芯片  http://sourceforge.net/p/gphoto/mailman/message/25153775/    求编译方法  
  1. Modified Paths:
  2. --------------
  3.     branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203
  4.     branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203-compression

  5. Modified: branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203
  6. ===================================================================
  7. --- branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203        2010-05-03 08:20:52 UTC (rev 13051)
  8. +++ branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203        2010-05-03 08:36:10 UTC (rev 13052)
  9. @@ -3,10 +3,11 @@

  10. This driver allows you to upload / download and delete pictures from
  11. appotech ax203 and ax206 based picture frames. This are small, cheap
  12. -picture frames with a 1.1, 1.5, 1.8 or 2.4 inch display and a USB id of:
  13. +picture frames with a 1.1, 1.5, 1.8, 2.4 or 3.5 inch display and an USB id of:
  14. 1908:0102
  15. 1908:1315
  16. 1908:1320
  17. +1908:3335
复制代码
  1. This driver allows you to upload / download and delete pictures from
  2. appotech ax203 and ax206 based picture frames. This are small, cheap
  3. picture frames with a 1.1, 1.5, 1.8, 2.4 or 3.5 inch display and an USB id of:
  4. 1908:0102
  5. 1908:1315
  6. 1908:1320
  7. 1908:3335

  8. ax203 based frames present themselves as a usb mass storage cdrom, which
  9. contains the windows software. Communication with the device happens by
  10. issuing special (custom) scsi commands. This driver uses the special
  11. "usbscsi" port driver, which allows sending the custom scsi commands.

  12. Note that if your ax203 frame has a usb-id of 1908:1315, you need to tell
  13. Linux not to touch the HID device this version also presents in its USB
  14. descriptor, otherwise the frame gets confused and resets.
  15. Here is a kernel patch for this:
  16. http://marc.info/?l=linux-usb&m=126985692106903

  17. Alternative one could add the following on the linux kernel cmdline:
  18. usbhid.quirks=0x1908:0x1315:0x4
  19. But that does not help as it triggers this bug:
  20. http://www.spinics.net/lists/linux-input/msg07870.html

  21. Also if you have a 1908:1315 or 1908:1320 frame, these will work better
  22. (faster, no reset errors in dmesg), if you do the following as root, before
  23. plugging them in:
  24. modprobe usb-storage
  25. echo 1908:1315:b,1908:1320:b > /sys/module/usb_storage/parameters/quirks

  26. A patch for this is on its way upstream (7th april 2010).
复制代码

这个意思就是说是ax206的吧  因为203的两个他列举出来了
回复 点赞

使用道具 举报

沁雨寒Lv.5 发表于 2015-8-17 11:20:54 | 显示全部楼层
本帖最后由 沁雨寒 于 2015-8-17 14:55 编辑
fh_xz 发表于 2014-5-18 17:43
1403:0001 Sitronix Digital Photo Frame
http://forum.doozan.com/read.php?9,2435

找到一个3.5寸的dpf  id是 1908:3335  从gphoto(libgphoto2)项目看这个id是 ax206的而且应该和1902:0102  是同一个芯片  http://sourceforge.net/p/gphoto/mailman/message/25153775/    求编译方法   
Modified Paths:
--------------
    branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203
    branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203-compression

Modified: branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203
===================================================================
--- branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203        2010-05-03 08:20:52 UTC (rev 13051)
+++ branches/libgphoto2-2_4/libgphoto2/camlibs/ax203/README.ax203        2010-05-03 08:36:10 UTC (rev 13052)
@@ -3,10 +3,11 @@

This driver allows you to upload / download and delete pictures from
appotech ax203 and ax206 based picture frames. This are small, cheap
-picture frames with a 1.1, 1.5, 1.8 or 2.4 inch display and a USB id of:
+picture frames with a 1.1, 1.5, 1.8, 2.4 or 3.5 inch display and an USB id of:
1908:0102
1908:1315
1908:1320
+1908:3335


This driver allows you to upload / download and delete pictures from
appotech ax203 and ax206 based picture frames. This are small, cheap
picture frames with a 1.1, 1.5, 1.8, 2.4 or 3.5 inch display and an USB id of:
1908:0102
1908:1315
1908:1320
1908:3335

ax203 based frames present themselves as a usb mass storage cdrom, which
contains the windows software. Communication with the device happens by
issuing special (custom) scsi commands. This driver uses the special
"usbscsi" port driver, which allows sending the custom scsi commands.

Note that if your ax203 frame has a usb-id of 1908:1315, you need to tell
Linux not to touch the HID device this version also presents in its USB
descriptor, otherwise the frame gets confused and resets.
Here is a kernel patch for this:
http://marc.info/?l=linux-usb&m=126985692106903

Alternative one could add the following on the linux kernel cmdline:
usbhid.quirks=0x1908:0x1315:0x4
But that does not help as it triggers this bug:
http://www.spinics.net/lists/linux-input/msg07870.html

Also if you have a 1908:1315 or 1908:1320 frame, these will work better
(faster, no reset errors in dmesg), if you do the following as root, before
plugging them in:
modprobe usb-storage
echo 1908:1315:b,1908:1320:b > /sys/module/usb_storage/parameters/quirks

A patch for this is on its way upstream (7th april 2010).


这个意思就是说是ax206的吧  因为203的两个他列举出来了
回复 点赞

使用道具 举报

回复

懒得打字嘛,点击右侧快捷回复 【本站酷狼4T,750元】
您需要登录后才可以回帖 登录 | 注册

本版积分规则

投诉/建议联系

support@gebi1.cn

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
  • 关注公众号
  • 添加微信客服
Copyright © 2001-2024 隔壁网 版权所有 All Rights Reserved. 粤ICP备14056481号-1
关灯 在本版发帖
扫一扫添加微信客服
返回顶部
快速回复 返回顶部 返回列表