Bug 87761

Summary: nouveau: renaming aux.c would make life easier for those remote editing via git/windows
Product: Drivers Reporter: nicholas jones (nick_jonnes)
Component: Video(DRI - non Intel)Assignee: drivers_video-dri
Status: NEW ---    
Severity: low CC: alan, szg00000
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.x Subsystem:
Regression: No Bisected commit-id:

Description nicholas jones 2014-11-05 09:47:31 UTC
the file in /drivers/gpu/drm/nouveau/core/subdev/i2c/aux.c is not allowed on windows machines. It is reserved for the operating system only. 

source:http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%29.aspx


therefore editing the source on a windows machine is difficult. And Git throws errors because it cannot write the file.


The solution to this is to rename it to auxiliary.c
Comment 1 Alan 2014-12-10 17:22:14 UTC
This would be graphics. 

We've traditionally not cared, but with git now being a workable and not unusual environment for edit on windows, commit and build on the servers it's a good point

Reassigning to the right category