Re: PATCH for changing of DVD speed via ioctl() call

2005-08-22 Thread Chris Wedgwood
On Sun, Aug 21, 2005 at 09:56:45PM +0200, Bodo Eggert wrote: > The parameter value should IMHO be a pointer to a struct { > unsigned long long maxspeed; // (with 0 being the magic max. value?) > int facility; /* 0=general speed, 2=general read, 4=read data, > 6=read audio, 8=re

Re: PATCH for changing of DVD speed via ioctl() call

2005-08-22 Thread Bartlomiej Zolnierkiewicz
On 8/21/05, cHitman <[EMAIL PROTECTED]> wrote: > Hello, folks! Hi, Please use user-space solution instead: http://www.ussg.iu.edu/hypermail/linux/kernel/0411.3/0812.html Thanks, Bartlomiej > This patch implements changing of DVD speed via ioctl() call, like > CDROM_SELECT_SPEED do. In CDROM_SEL

Re: PATCH for changing of DVD speed via ioctl() call

2005-08-22 Thread Bodo Eggert
On Sun, 21 Aug 2005, Chris Wedgwood wrote: > On Sun, Aug 21, 2005 at 09:56:45PM +0200, Bodo Eggert wrote: > > The parameter value should IMHO be a pointer to a struct { > > unsigned long long maxspeed; // (with 0 being the magic max. value?) > > int facility; /* 0=general speed, 2=general read,

Re: PATCH for changing of DVD speed via ioctl() call

2005-08-21 Thread Bodo Eggert
cHitman <[EMAIL PROTECTED]> wrote: > This patch implements changing of DVD speed via ioctl() call, like > CDROM_SELECT_SPEED do. In CDROM_SELECT_SPEED its implementation isn't > so good (diffirent values of 1x in KB/s, troubles with return value of > cdrom_select_speed() and other). I defined CDRO

PATCH for changing of DVD speed via ioctl() call

2005-08-21 Thread cHitman
Hello, folks! This patch implements changing of DVD speed via ioctl() call, like CDROM_SELECT_SPEED do. In CDROM_SELECT_SPEED its implementation isn't so good (diffirent values of 1x in KB/s, troubles with return value of cdrom_select_speed() and other). I defined CDROM_SELECT_DVDSPEED ioctl () ca