Timeline



Jun 16, 2015:

5:11 PM Changeset [1375] by Lars Erdmann
USBMSD: fixing a problem with some "bulk only" devices stalling the …
3:13 PM Changeset [1374] by w.m.brul
USBCALLS: Fix RxUsb?* functions using (fixed) KIEWITZ macros. Backout …
7:08 AM Ticket #82 (VirtualBox 4.1.38 and usbdrv198) created by KO Myung-Hun
Hi/2. I'm using usbdrv198 and VirtualBox? 4.1.38. Unfortunately, …

Jun 15, 2015:

5:41 PM Changeset [1373] by Lars Erdmann
USBMSD: changing initial attach sequence to better match what Windows …

Jun 12, 2015:

6:04 AM Changeset [1372] by Lars Erdmann
USBMSD: fix minor typo
6:03 AM Changeset [1371] by Lars Erdmann
USBMSD: fix "ReorderDeviceEntries?", the attach phase relevant values …
5:51 AM Changeset [1370] by Lars Erdmann
USBMSD: back out change for finding unit handle in IOCC_CONFIGURATION, …
5:27 AM Changeset [1369] by Lars Erdmann
USBMSD: fix timeout processing, check for timeout flag active/passive …

Jun 11, 2015:

5:56 AM Changeset [1368] by Lars Erdmann
USBMSD: modify timeout processing, in particular I have seen occasion …

Jun 10, 2015:

5:25 PM Changeset [1367] by Lars Erdmann
USBMSD: fix calls to "IsTraceEnabled?", back out SVN rev 1322 (I have …

Jun 9, 2015:

6:18 AM Changeset [1366] by Lars Erdmann
USBD: for read device descriptor retry, better allocate new stack …
6:16 AM Changeset [1365] by Lars Erdmann
USBCALLS: back out SVN1363, increasing MAX_TRANSFER_SIZE back to …

Jun 7, 2015:

2:56 PM Changeset [1364] by Lars Erdmann
pick up Wims changes (SVN rev 1363)

Jun 4, 2015:

9:37 AM Changeset [1363] by w.m.brul
USBCALLS: Fix UsbCtrlTransfer/UsbDataTransfer? to have the response …

Jun 3, 2015:

5:40 PM Changeset [1362] by Lars Erdmann
Created tag 10.198.
5:39 PM Changeset [1361] by Lars Erdmann
Removed tag 10.198

May 25, 2015:

2:38 PM Changeset [1360] by Lars Erdmann
USBMSD: create a unique tag in every command block so that tag match …
1:49 PM Changeset [1359] by Lars Erdmann
USBMSD: only allow 1 command block wrapper, the "bulk only" MSD spec …

May 20, 2015:

5:51 AM Changeset [1358] by Lars Erdmann
USBMSD: add spinlock protection to the status and eject semaphores

Apr 25, 2015:

9:29 PM Changeset [1357] by Lars Erdmann
USBMSD: add comment for fallthru case for in MSDProcessIRQ (set …
10:52 AM Changeset [1356] by Lars Erdmann
USBMSD: update tracing to return more sensible UNIT identifiers

Apr 24, 2015:

8:58 PM Changeset [1355] by Lars Erdmann
USBMSD: fix a potential trap in "ADDEntryPoint" (mark units as not …

Apr 23, 2015:

6:07 AM Changeset [1354] by Lars Erdmann
USBMSD: add additional tracing, change sense data handling especially …

Apr 22, 2015:

5:52 AM Changeset [1353] by Lars Erdmann
USBMSD: add spinlock protection for writing trace (from what I can …
5:29 AM Changeset [1352] by Lars Erdmann
USBMSD: put back in UF_USB_DEVICE flag. I honestly do not know what …

Apr 19, 2015:

5:53 PM Changeset [1351] by Lars Erdmann
USBMSD: remove timeout for Inquiry command for the attach command …

Apr 17, 2015:

8:13 PM Changeset [1350] by Lars Erdmann
USBD: on device descriptor reread also reset toggle bit as this is a …
7:25 PM Changeset [1349] by Lars Erdmann
USBMSD: remove redundant code in "ADDEntryPoint", enhance tracing for …
6:17 AM Changeset [1348] by Lars Erdmann
USBD: add retry for device descriptor read
5:13 AM Changeset [1347] by Lars Erdmann
USBMSD: back out check in "MSDProcessIRQ" from SVN rev 1346, remove …

Apr 15, 2015:

12:25 AM Changeset [1346] by Lars Erdmann
USBMSD: change sequence of commands on device attach, add device …

Apr 13, 2015:

9:53 PM Changeset [1345] by Lars Erdmann
USBHID,USBAUDIO,USBCOM,USBMSD,USBPRT,USBD: once again, change "set …
9:07 PM Changeset [1344] by Lars Erdmann
USBMOUSE,USBKBD: ArcaNoae? Ticket #148 implies that some HID devices …
7:13 PM Changeset [1343] by Lars Erdmann
USBOHCD: pick up David's change to "AddIsoBuffsToSchedule?", add …

Apr 12, 2015:

4:31 PM Changeset [1342] by David Azarewicz
kee16lib segment register change
4:04 PM Changeset [1341] by Lars Erdmann
KEE16LIB: do not preserve ES register

Apr 10, 2015:

3:09 PM Changeset [1340] by David Azarewicz
11.11 release
3:07 PM Changeset [1339] by David Azarewicz
KBD,MOUSE fixed error handling EHCI,UHCI,OHCI fixed a problem with …

Apr 7, 2015:

9:46 AM Changeset [1338] by Lars Erdmann
MISC,USBEHCD,USBUHCD,USBOHCD,USBAUDIO: according to David's …
9:35 AM Changeset [1337] by Lars Erdmann
USBMSD: according to David's explanation, do not preserve ES register …

Apr 6, 2015:

3:49 PM Changeset [1336] by Lars Erdmann
USBMSD: adding CD-ROM relevant commands to the SCSI protocol command …
8:29 AM Changeset [1335] by Lars Erdmann
USBMSD: fix a bug in "ProcessingDone?"; it happens that the pIORB …
8:20 AM Changeset [1334] by Lars Erdmann
USBMSD: update tracing

Apr 5, 2015:

9:08 PM Changeset [1333] by Lars Erdmann
USBMSD: update tracing

Apr 3, 2015:

11:22 AM Changeset [1332] by Lars Erdmann
USBMSD: change "CopyCmd?" function signature for easier readability

Apr 2, 2015:

8:50 PM Changeset [1331] by Lars Erdmann
USBMSD: add the (fairly recent) MMC-6 "GET CONFIGURATION" command also …
8:37 PM Changeset [1330] by Lars Erdmann
USBMSD: add the (fairly recent) MMC-6 "GET CONFIGURATION" command to …
7:57 PM Changeset [1329] by Lars Erdmann
USBMSD: OS2CDROM.DMD will issue the SCSI 6-byte commands for …

Mar 31, 2015:

6:35 PM Changeset [1328] by Lars Erdmann
USBMSD: remove deviceEntries Spinlock, do not overwrite error code on …
5:20 PM Changeset [1327] by Lars Erdmann
USBMSD: USBCDROM.DMD issues 6-byte SCSI commands for READ, WRITE, MODE …
5:14 PM Changeset [1326] by Lars Erdmann
USBHID,USBAUDIO,USBCOM,USBMSD,USBPRT: try to handle composite devices …
4:53 PM Changeset [1325] by Lars Erdmann
USBD: if available, support multi-TT hubs for better performance for …

Mar 30, 2015:

8:14 PM Changeset [1324] by Lars Erdmann
USBMISC, USBD: implement check for composite devices, for these, …
8:12 PM Changeset [1323] by Lars Erdmann
USBAUDIO: remove "register" keyword from all stack variables, at least …

Mar 29, 2015:

6:18 PM Changeset [1322] by Lars Erdmann
USBMSD: fix bug in "SendData?" (CSWrapper possibly read from wrong …
1:04 PM Changeset [1321] by Lars Erdmann
USBAUDIO,USBCOM,USBHID,USBMSD,USBPRT: allow use of compound devices; …

Mar 28, 2015:

10:37 PM Changeset [1320] by Lars Erdmann
USBMSD: working around the problem that compound devices contain more …
6:33 PM Changeset [1319] by Lars Erdmann
USBHID: yet another fix to the "check for service routine" to ensure …
6:25 PM Changeset [1318] by Lars Erdmann
USBHID: clean up the mess for the "check for service" routine, bring …
4:27 PM Changeset [1317] by Lars Erdmann
USBMSD: removing unused functions "ReadLang?", "ReadMan?". It's unlikely …
2:04 PM Changeset [1316] by Lars Erdmann
USBMSD: in order not to hopelessly overload the system on device …

Mar 27, 2015:

9:49 PM Changeset [1315] by Lars Erdmann
Created tag 10.198.
6:25 PM Changeset [1314] by Lars Erdmann
USBMSD: SCSI command "Read Format Capacities" command does not work …
5:05 PM Changeset [1313] by Lars Erdmann
USBMSD: remove unused variable
11:29 AM Changeset [1312] by w.m.brul
USBRESMGR: backout SVN rev 1308 (superfluous)

Mar 26, 2015:

8:05 PM Changeset [1311] by Lars Erdmann
USBMSD: completely remove DASD interface (we don't need it)
7:51 PM Changeset [1310] by Lars Erdmann
USBMSD: remove unused code (endpoint pointer is queried but never used)
7:42 PM Changeset [1309] by Lars Erdmann
USBMSD: rework device service request (issued by USBD.SYS): check if …
9:15 AM Changeset [1308] by w.m.brul
USBRESMGR: pace GetStringReport? in behalf of usbres.exe
6:36 AM Changeset [1307] by Lars Erdmann
UHCI: fix error introduced with SVN rev 1292 (thanks Andy Willis)

Mar 25, 2015:

9:00 PM Changeset [1306] by Lars Erdmann
USBCALLS: another makefile update
8:53 PM Changeset [1305] by Lars Erdmann
USBCALLS: update env script, makefile
8:32 PM Changeset [1304] by Lars Erdmann
USBCALLS: update to David's version, cleanup unnecesary files
8:13 PM Changeset [1303] by Lars Erdmann
UHCI,OHCI,EHCI: for /FS flag specified, put HCs into suspend on …
8:11 PM Changeset [1302] by Lars Erdmann
MISC: move "pause" to end of loop to be effective
7:39 AM Changeset [1301] by Lars Erdmann
USBD: whenever calling "FreeHubEntry?" and there is a chance that the …

Mar 24, 2015:

8:02 AM Changeset [1300] by Lars Erdmann
USBUHCD,USBOHCD: fix prototyping for "FindPCIPMOffset" (thanks Andy Willis)
7:51 AM Changeset [1299] by Lars Erdmann
all drivers: support setting of version/build date/vendor info from …

Mar 23, 2015:

6:39 AM Changeset [1298] by Lars Erdmann
USBD: make USBAcceptIO block instead of spinning if a request cannot …

Mar 22, 2015:

6:16 PM Changeset [1297] by Lars Erdmann
USBEHCD,USBOHCD,USBUHCD: add spinlock protection when checking for …
6:04 PM Changeset [1296] by Lars Erdmann
USBEHCD,USBOHCD,USBUHCD: use defines for specifying default address …
5:55 PM Changeset [1295] by Lars Erdmann
USBEHCD,USBOHCD,USBUHCD: unify routine "AccNonIsoReq?" to return …

Mar 21, 2015:

9:58 PM Changeset [1294] by Lars Erdmann
USBEHCD,USBOHCD,USBUHCD: allow to clear endpoint halt for control …

Mar 20, 2015:

10:18 PM Changeset [1293] by Lars Erdmann
USBMOUSE,USBKBD: TTYWrite already checks the "gVerbose" flag
10:00 PM Changeset [1292] by Lars Erdmann
USBUHCD: cleanup
9:26 PM Changeset [1291] by Lars Erdmann
USBCOM: cleanup
9:19 PM Changeset [1290] by Lars Erdmann
USBPRT: clean up
9:18 PM Changeset [1289] by Lars Erdmann
USBOHCD: remove "gUnProcTD" handling
8:52 PM Changeset [1288] by Lars Erdmann
USBOHCD: clean up
7:46 PM Changeset [1287] by Lars Erdmann
USBEHCD: picking up David changes regarding handling of short packet …
7:27 AM Changeset [1286] by Lars Erdmann
Removed basedrv/branches/MSDDirectLargeFloppy
7:27 AM Changeset [1285] by Lars Erdmann
Removed basedrv/branches/usbd with spinlocks

Mar 19, 2015:

6:19 AM Changeset [1284] by Lars Erdmann
USBMOUSE, USBKBD: need to fix makefiles (hint from Andy Willis, thanks)

Mar 18, 2015:

6:36 PM Changeset [1283] by Lars Erdmann
make sure that all drivers return with done flag (only) on …
6:28 PM Changeset [1282] by Lars Erdmann
"USBCallIDC": backing out change to set fs,gs to zero. This only seems …
Note: See TracTimeline for information about the timeline view.