Skip to content

Commit

Permalink
* filter/busdog.inx: Added serial and parallel port filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
djpnewton committed Jul 11, 2010
1 parent 473cbd5 commit fc7a151
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-07-11 Daniel Newton <djpnewton@gmail.com>

* filter/busdog.inx: Added serial and parallel port filtering

2010-06-05 Daniel Newton <djpnewton@gmail.com>

* gui/busdog/busdog.csproj:
Expand Down
10 changes: 6 additions & 4 deletions filter/busdog.inx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ CopyFiles = @busdog.sys
AddReg = ClassFilter_AddReg

[ClassFilter_AddReg]
HKLM, System\CurrentControlSet\Control\Class\%USB_GLASS_GUID%, LowerFilters, 0x00010008, busdog
HKLM, System\CurrentControlSet\Control\Class\%HID_GLASS_GUID%, LowerFilters, 0x00010008, busdog
HKLM, System\CurrentControlSet\Control\Class\%USB_CLASS_GUID%, LowerFilters, 0x00010008, busdog
HKLM, System\CurrentControlSet\Control\Class\%HID_CLASS_GUID%, LowerFilters, 0x00010008, busdog
HKLM, System\CurrentControlSet\Control\Class\%PORT_CLASS_GUID%, UpperFilters, 0x00010008, busdog

[DefaultInstall.NT.Services]
AddService = busdog, , clasfilt_Service_Inst, clasfilt_EventLog_Inst
Expand Down Expand Up @@ -77,5 +78,6 @@ SERVICE_DEMAND_START = 3
SERVICE_ERROR_IGNORE = 0
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
USB_GLASS_GUID = {36FC9E60-C465-11CF-8056-444553540000}
HID_GLASS_GUID = {745A17A0-74D3-11D0-B6FE-00A0C90F57DA}
USB_CLASS_GUID = {36FC9E60-C465-11CF-8056-444553540000}
HID_CLASS_GUID = {745A17A0-74D3-11D0-B6FE-00A0C90F57DA}
PORT_CLASS_GUID = {4D36E978-E325-11CE-BFC1-08002BE10318}

0 comments on commit fc7a151

Please sign in to comment.