Pete Batard
90dc847e24
[misc] add static_strcat & static_strcpy and use static_ calls wherever possible
...
* Also set Rufus next to 2.17 and fix a warning
2017-08-10 19:43:52 +01:00
Pete Batard
23390bf911
[core] relax the FILE_SHARE_WRITE rules during enumeration
...
* Should allow enumeration of drives, that other process have open
with RW access, back again (looking at you, Paragon!!!)
2017-05-02 00:56:07 +01:00
Pete Batard
55b7d5c2da
[misc] code cleanup
...
* Also fix WDK compilation issues
2017-04-25 20:25:50 +01:00
Pete Batard
21ce17302d
[misc] fix coverity and VS analysis warnings
2017-03-08 21:22:24 +01:00
Pete Batard
c021b7bfd8
[core] fix Microsoft's inconsistent casing for device IDs
...
* Microsoft inconsistently lists similar Device IDs with either upper or
lower case values. e.g. USB\VID_1908&PID_0226\5&23CE17BD&0&3 vs.
USB\VID_1908&PID_0226\5&23ce17bd&0&3
* Of course this creates issues when using a case sensitive hash table...
* We now convert all Device IDs to uppercase before hashing them.
2017-02-20 12:26:06 +00:00
Pete Batard
54004f7f6c
[enum] fix default listing for Toshiba TransMemory UFDs
2017-01-31 11:37:25 +00:00
Pete Batard
9f1f164aff
[dev] adjust score for Alcor based UFDs
...
* Closes #888
2017-01-17 12:04:18 +00:00
Pete Batard
fd093127d2
[enum] add workaround for the lousy ASMedia USB 3.0 stack
...
* This occurs on Windows 7 with the ASMedia proprietary USB 3.0
controller drivers.
2017-01-12 11:47:28 +00:00
Pete Batard
5170706695
[misc] fix coverity warnings
2017-01-04 18:07:58 +00:00
Pete Batard
7d302d340f
[togo] enable selection of Windows version
...
* Closes #847
* Also set rufus-next to 2.12
2016-12-13 14:26:27 +00:00
Pete Batard
5113be0a39
[iso] add dumping of ISOs from optical media (Alt-O)
2016-12-06 11:47:19 +00:00
Pete Batard
f31a90bba2
[enum] add support for O2Micro PCI-E card readers
...
* Part of #767
2016-06-06 00:36:56 +01:00
Pete Batard
66534640a4
[enum] use Unicode when retrieving the device friendly name
...
* This should fix the improper display of some localized strings such as
"Microsoft Virtual Disk"
2016-06-05 20:21:16 +01:00
Pete Batard
2e530d5ce7
[dev] add exception for Intenso Speed Line flash drives
...
* This flash drive seems to declare itself as FIXED which resulted in a +1 score
2016-06-03 11:21:25 +01:00
Pete Batard
07497fc231
[misc] fix the use of invalid "%luX" formatter
...
* "%luX" is invalid as "X" already means unsigned hexadecimal so there's no need for "u"
2016-06-02 21:20:29 +01:00
Pete Batard
43d9ac046b
[core] don't list non-USB removable devices by default
...
* Unless specifically requested with Ctrl-Alt-H
* Closes #727
* Also rename usb.c to dev.c, since we may be listing more than USB devices
2016-04-26 14:57:07 +02:00