On Wed, Feb 02, 2005 at 10:35:16PM -0800, Pete Zaitcev wrote:
> On Mon, 31 Jan 2005 16:38:05 -0800, Greg KH <[EMAIL PROTECTED]> wrote:
>
> > On Thu, Jan 27, 2005 at 12:43:25AM -0800, Pete Zaitcev wrote:
> > > This patch adds support for ioctls to ub, with the help of
> > > scsi_ioctl_cmd().
> > >
On Wed, 2 Feb 2005 22:55:26 -0800, Greg KH <[EMAIL PROTECTED]> wrote:
> > I am awfully sorry, but that patch contained a bug. The code dereferenced
> > cmd->back as if it were a pointer to a request even when it wasn't. It
> > worked
> > by accident, because rq->flags overlapped with a zeroed mem
On Wed, Feb 02, 2005 at 10:35:16PM -0800, Pete Zaitcev wrote:
> On Mon, 31 Jan 2005 16:38:05 -0800, Greg KH <[EMAIL PROTECTED]> wrote:
>
> > On Thu, Jan 27, 2005 at 12:43:25AM -0800, Pete Zaitcev wrote:
> > > This patch adds support for ioctls to ub, with the help of
> > > scsi_ioctl_cmd().
> > >
On Mon, 31 Jan 2005 16:38:05 -0800, Greg KH <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 27, 2005 at 12:43:25AM -0800, Pete Zaitcev wrote:
> > This patch adds support for ioctls to ub, with the help of scsi_ioctl_cmd().
> > Now ub can eject CDs. But do not try to burn CDs yet, it's not tested.
> >
>
On Thu, Jan 27, 2005 at 12:43:25AM -0800, Pete Zaitcev wrote:
> This patch adds support for ioctls to ub, with the help of scsi_ioctl_cmd().
> Now ub can eject CDs. But do not try to burn CDs yet, it's not tested.
>
> Original patch from Peter Jones (aka deviant-).
>
> Signed-off-by: Pete Zaitcev