Timeline



Jan 27, 2011:

7:31 PM Ticket #1 (USBUHCD.SYS problem) created by David McKenna
I have 3 UHCI and one EHCI devices (and drivers installed) on a VIA …

Jan 23, 2011:

2:36 PM Changeset [116] by Lars Erdmann
this is 10.169
2:16 PM Changeset [115] by Lars Erdmann
only whitespace fixes and removal of IBM developer comments …
1:59 PM Changeset [114] by Lars Erdmann
ohcaccio.c: incorporated some of Gregg Young's revision109 changes …
1:35 PM Changeset [113] by Lars Erdmann
ohccompl.c: on INIT, for the ports, do not only reset the status …
1:28 PM Changeset [112] by Lars Erdmann
incorporated Gregg Young's revision110, readded global reset call to …
1:27 PM Changeset [111] by Lars Erdmann
Incorporated Gregg Young's revision108, also following UHCI and OHCI …

Jan 17, 2011:

10:57 PM Changeset [110] by gyoung
Added comment
10:56 PM Changeset [109] by gyoung
Sync of all functions in object order from the makefile through …
10:24 PM Changeset [108] by gyoung
I think FreeClaimed? in the EHCI driver is now actually synced
7:26 PM Changeset [107] by Lars Erdmann
Wrote routines "PCIPMPowerUp" and "PCIPMPowerDown" for PCI Power …
7:24 PM Changeset [106] by Lars Erdmann
@@fixes 2932: we needed to properly set up legacy support to route …
7:23 PM Changeset [105] by Lars Erdmann
@@fixes 2932: we needed to properly set up legacy support to route …

Jan 16, 2011:

11:14 AM Changeset [104] by Lars Erdmann
incorporated Gregg Young's revision 102, completely rewrote …

Jan 14, 2011:

10:09 PM Changeset [103] by Lars Erdmann
juggling with the /FS (full shutdown) flag: it's not really clear and …

Jan 13, 2011:

8:08 PM Changeset [102] by gyoung
Synced CheckIOSpace Code cleanup remove dead code and meaningless comments
8:04 PM Changeset [101] by gyoung
Clean up of ehci; removed dead code and comments which added no value

Jan 11, 2011:

7:43 PM Changeset [100] by stevenhl
Correct typo, usdebug->usbdebug
7:41 PM Changeset [99] by stevenhl
Correct typo, usdebug->usbdebug
7:32 PM Changeset [98] by stevenhl
Correct typo usdebug->usbdebug

Jan 9, 2011:

9:28 AM Changeset [97] by Lars Erdmann
HCCA alignment: changed offset calculation to simplify and also to …

Jan 8, 2011:

10:34 PM Changeset [96] by Lars Erdmann
since we are now using CLISave and STIRestore which properly handle …
5:08 PM Changeset [95] by Lars Erdmann
completely reworked the allocation of the HCCA, we use VMAlloc, we …
12:04 AM Changeset [94] by Lars Erdmann
Error in reading a 32-bit memory mapped register, we need to use …

Jan 7, 2011:

6:26 PM Changeset [93] by Lars Erdmann
this is 10.168
1:49 AM Changeset [92] by Lars Erdmann
USBEHCD.SYS make speed setting user configurable and add corresponding …
12:06 AM Changeset [91] by Lars Erdmann
changed speed flag definition and use to increase clarity

Jan 6, 2011:

11:51 PM Changeset [90] by Lars Erdmann
removed unused source file
11:48 PM Changeset [89] by Lars Erdmann
incorporated Gregg Young's revision87
11:48 PM Changeset [88] by Lars Erdmann
Timer tick handler needs to save all registers (be on the safe side)
1:39 PM Changeset [87] by gyoung
Synced uhcirq.c (FinishIO) to 162 level; added comments

Jan 5, 2011:

11:39 PM Changeset [86] by Lars Erdmann
make sure we always quietly fail on init
11:39 PM Changeset [85] by Lars Erdmann
make sure we always quietly fail on init, timer routine reset in …
10:02 PM Changeset [84] by Lars Erdmann
nasty error in boot message table, the last two messages were lacking …
10:00 PM Changeset [83] by Lars Erdmann
put in a comment in OHCIStopBIOS of URL of Linux code, still needs …
1:18 PM Changeset [82] by Lars Erdmann
clear carry flag as LAST action in interrupt handler (after DevHelp_EOI)
1:18 PM Changeset [81] by Lars Erdmann
revert base port definition: COM1 is 0x3F8 and COM2 is 0x2F8
1:13 PM Changeset [80] by Lars Erdmann
initial import of the usbmisc library
1:09 PM Changeset [79] by Lars Erdmann
Created directory 'basedrv/branches/lars/misc'.

Jan 4, 2011:

1:14 PM Changeset [78] by Lars Erdmann
Attempt to fix bug #2932
8:20 AM Changeset [77] by Lars Erdmann
Rüdiger Ihle: error: threshold control values …

Jan 3, 2011:

2:09 PM Changeset [76] by Lars Erdmann
this is 10.167
1:05 PM Changeset [75] by Lars Erdmann
modified the disabling/reenabling of the root ports on a host …
1:04 PM Changeset [74] by Lars Erdmann
incorporated Gregg Young's revision72
12:43 PM Changeset [73] by Lars Erdmann
incorporated Gregg Young's revision71
12:42 AM Changeset [72] by gyoung
sync uhciso.c to 162 level

Jan 2, 2011:

8:48 PM Changeset [71] by gyoung
Fixed jump inconsistencies with 162 in CancelQHReq
2:09 PM Changeset [70] by Lars Erdmann
call OHCIResetHost instead of OHCIInitComplete from IRQ Handler, …
2:06 PM Changeset [69] by Lars Erdmann
call EHCIResetHost instead of EHCIInitComplete from IRQ Handler
2:05 PM Changeset [68] by Lars Erdmann
incorporated Gregg Young's revision67, call UHCIResetHost instead of …
2:17 AM Changeset [67] by gyoung
Completed changes to uhcaccio.c sync 162; pragma changes improve …

Dec 28, 2010:

1:49 AM Changeset [66] by gyoung
Missed updating uhciproto.h on added parameter in FreeTDsQH

Dec 27, 2010:

10:44 PM Changeset [65] by gyoung
Fix some jump errors in UHCIResetHost; Turn on optimization in …
8:37 PM Changeset [64] by gyoung
Synced uhcaccio.c and uhccanio.c with 162. Other files changed to syn …

Dec 26, 2010:

6:11 PM Changeset [63] by gyoung
Changes to USBExecutionStall USBExecutionBlock to sync uhctime.c to …
4:50 PM Changeset [62] by gyoung
Synced uhccompl.c to 162 level; moved CorrectPCISpace from uhcinit and …
4:45 PM Changeset [61] by gyoung
Sync of driver data segment with 162; added a variable (gPseudoQH); …

Dec 21, 2010:

9:42 AM Changeset [60] by Lars Erdmann
this is 10.166
9:15 AM Changeset [59] by Lars Erdmann
replaced CLI/STI with CLISave/STIRestore (still needs some cleanup), …

Dec 20, 2010:

2:17 AM Changeset [58] by Lars Erdmann
incorporated Gregg Young's revision 57, massively worked on …

Dec 19, 2010:

8:58 PM Changeset [57] by gyoung
Fixed last area where code was clearly different from 162 (from Seven …
7:54 PM Changeset [56] by Lars Erdmann
moved the initial PCI PM initialization code back to INIT complete, in …

Dec 18, 2010:

7:55 PM Changeset [55] by gyoung
Initialized fHaveDirection
7:23 PM Changeset [54] by gyoung
Fixed some compiler warnings

Dec 17, 2010:

9:55 PM Changeset [53] by gyoung
Name some more variablies

Dec 16, 2010:

8:17 AM Changeset [52] by Lars Erdmann
this is 10.165: incorporated Gregg Young's revision49, added Rüdigers …
7:56 AM Changeset [51] by Lars Erdmann
add modified general includes

Dec 15, 2010:

10:25 PM Changeset [50] by Lars Erdmann
merging in Gregg's changes

Dec 13, 2010:

3:14 AM Changeset [49] by gyoung
Additional changes to bring us closer to logical equivilence

Dec 11, 2010:

1:12 AM Changeset [48] by Lars Erdmann
Get rid of unwanted file
1:11 AM Changeset [47] by Lars Erdmann
initial import
1:10 AM Changeset [46] by Lars Erdmann
initial import
1:09 AM Changeset [45] by Lars Erdmann
initial import
1:07 AM Changeset [44] by Lars Erdmann
Move this somewhere else
1:02 AM Changeset [43] by Lars Erdmann
initial import
1:01 AM Changeset [42] by Lars Erdmann
initial import
12:59 AM Changeset [41] by Lars Erdmann
initial import
12:55 AM Changeset [40] by Lars Erdmann
initial import

Nov 29, 2010:

6:14 AM Changeset [39] by rudi
Never report more than 8 buttons via USB_IDC_FUNCTION_DEVICE_INFO

Nov 28, 2010:

2:00 PM Changeset [38] by rudi
parameter /BUTTONS:n added
1:57 PM Changeset [37] by rudi
Ressource manager strings updated

Nov 27, 2010:

8:29 AM Changeset [36] by rudi
Use report items in Mouse collection, fix IDC problem with MOUSE.SYS …
Note: See TracTimeline for information about the timeline view.