Hi,
I am working on a module to expose a mobile phone’s micro SD card as a USB
mass storage device once there is a P2P (WifiDirect/BT) connection between
the device and the PC.
I am new to driver development but have ~10 years experience in C/C++.
Is a USB filter driver sufficient for this?
Please help me.
Thank you,
Rafeeq
If you are connecting over WiFi or Bluetooth, usb has nothing to do with it. Over WiFi, I would think you could show up via upnp and windows would just show the network drive without custom drivers. Bluetooth has no sig approved mass storage protocol , so you would have a ton of work. If it is over USB, conform to mtp and it shows up without any custom driver
d
debt from my phone
From: Rafeeq CE
Sent: 4/15/2012 4:02 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Micros SD card as USB mass storage
Hi,
I am working on a module to expose a mobile phone’s micro SD card as a USB mass storage device once there is a P2P (WifiDirect/BT) connection between the device and the PC.
I am new to driver development but have ~10 years experience in C/C++.
Is a USB filter driver sufficient for this?
Please help me.
Thank you,
Rafeeq
— NTDEV is sponsored by OSR For our schedule of WDF, WDM, debugging and other seminars visit: http://www.osr.com/seminars To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer