eject: add a bunch of patches for bugfixes (Arch).

This commit is contained in:
Juan RP
2012-04-05 17:10:28 +02:00
parent 2051a7c76f
commit e8e1183534
8 changed files with 481 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
--- eject/eject.c.orig 2006-08-07 16:35:15.000000000 +0200
+++ eject/eject.c 2006-08-07 16:35:54.000000000 +0200
@@ -723,7 +723,7 @@
io_hdr.dxfer_len = 0;
io_hdr.dxferp = inqBuff;
io_hdr.sbp = sense_buffer;
- io_hdr.timeout = 2000;
+ io_hdr.timeout = 10000;
io_hdr.cmdp = allowRmBlk;
status = ioctl(fd, SG_IO, (void *)&io_hdr);