Re: [android-kernel] SCSI support

2014-01-09 Thread Scott Gilbertson
I grabbed a copy of this project: https://github.com/polymeris/triggercord(tethered shooting for Pentax K-series DSLR cameras, which use SCSI generic commands for camera control). It uses #include I guess that's been in the SDK since Android 3.1, which introduced USB host services. The progr

Re: [android-kernel] SCSI support

2013-12-02 Thread HSIEN HSU
I have this problem,too!!! I download the NDK,and to search "sg.h" from *android-ndk-r9b\platforms\android-15\arch-arm\usr\include* or another path. There is not "sg.h". Can I copy the file from Linux Kernel??? -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://grou

[android-kernel] SCSI support

2010-04-20 Thread ixtiyor
Hello all, I am a newbie and just started learning android. I want to develop application which works with SCSI devices directly. My question is: 1) Has any support of SCSI interface in android kernel? 2) If kernel supports it, which library should I include to develop application? 3) If no sol