kopia lustrzana https://gitlab.com/sane-project/backends
.editorconfig: insert a newline at end-of-file
This keeps `git` from "complaining" about this when doing a diff. It also keeps your prompt at the left edge when you `cat` a file.merge-requests/1/head
rodzic
23891a2646
commit
ffa573f65e
|
@ -9,4 +9,5 @@
|
||||||
root = true ; look no further
|
root = true ; look no further
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
|
@ -146,4 +146,4 @@ $ make install
|
||||||
3. Advanced Installation Information
|
3. Advanced Installation Information
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
Please read the documents INSTALL, README and README.linux.
|
Please read the documents INSTALL, README and README.linux.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#hpsj5s.conf
|
#hpsj5s.conf
|
||||||
#parport0
|
#parport0
|
||||||
|
|
|
@ -418,4 +418,4 @@ CHANGES for the SANE Mustek USB backend
|
||||||
- commented out all references to c_scanner
|
- commented out all references to c_scanner
|
||||||
- removed references to WORD and other non-standard types
|
- removed references to WORD and other non-standard types
|
||||||
- moved read_rows from global to Mustek_Usb_Scanner
|
- moved read_rows from global to Mustek_Usb_Scanner
|
||||||
--> mustek_usb.* compiles
|
--> mustek_usb.* compiles
|
||||||
|
|
|
@ -177,4 +177,4 @@ Version 0.43-13 06/18/2007
|
||||||
Version 0.44-1 02/13/2013
|
Version 0.44-1 02/13/2013
|
||||||
1.0 Fixed issues for Kernels > 2.6.35
|
1.0 Fixed issues for Kernels > 2.6.35
|
||||||
2.0 Define ULong and friends to uint32_t to make the driver
|
2.0 Define ULong and friends to uint32_t to make the driver
|
||||||
work in a 64 bit environment
|
work in a 64 bit environment
|
||||||
|
|
Ładowanie…
Reference in New Issue