Hi..
I recently wrote a driver which will block unblock a USB port...by
way of intercepting the IRP requests.
But the problem is that this driver dosent distinguish between USB
mass storage device on one hand and other devices like USB HID.
I need to specifically block USB storage devices like pen drives,USB
hard drives etc,not any HID or other devices.
Can anybody plz throw some light into it.
Regards

DC

RE: Diffrentiate bt USB MSD and USB HID by pavel_a

pavel_a
Tue Dec 26 06:24:00 CST 2006

You don't need any driver for this.
Please see http://support.microsoft.com/default.aspx/kb/823732
and http://support.microsoft.com/kb/555443
( documented for XP, but works also on Vista )
--PA


"Debabrata" wrote:
> Hi..
> I recently wrote a driver which will block unblock a USB port...by
> way of intercepting the IRP requests.
> But the problem is that this driver dosent distinguish between USB
> mass storage device on one hand and other devices like USB HID.
> I need to specifically block USB storage devices like pen drives,USB
> hard drives etc,not any HID or other devices.
> Can anybody plz throw some light into it.
> Regards
>
> DC
>
>
>