cdrom: set default timeout to 7 seconds
commit4c9b69a98c625f00289719ad94e1242d3a1436ea
authorJens Axboe <jens.axboe@oracle.com>
Mon, 22 Jan 2007 19:34:31 +0000 (22 20:34 +0100)
committerAdrian Bunk <bunk@stusta.de>
Mon, 22 Jan 2007 20:41:23 +0000 (22 21:41 +0100)
tree7f7bbb8183b9aaaeb57137782f4d51bb46a2a04c
parent6516dfec53f26f6de42785fd27f4e2a42950c793
cdrom: set default timeout to 7 seconds

It's a known fact that Windows times out commands after 7 seconds, so
drives generally try and respond if they can before that happens.  We
default to 5 seconds, which sometimes is a bit too short.

Jeremy Higdon reported here:

    http://lkml.org/lkml/2007/1/1/145

that his drive takes longer than 5 seconds for a "read track
information" command, later confirming that it is about 6.7 seconds.

So just do the sane thing and change the default command timeout to 7
seconds to avoid other surprises.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/cdrom/cdrom.c