Re: [usb-storage] Re: [patchlet] enable HP 8200e USB CDRW

2001-01-01 Thread Robert Baruch


> On Sun, 31 Dec 2000, Matthew Dharm wrote:
> 
> 
>> Um, I'm not sure that this driver is even ready for the EXPERIMENTAL label.
>> What does the driver's author say?

I'd say it's ready for prime-time. So far the problems that have been 
described to me have to do with not being able to burn CD's because of 
too high a write speed. There is still an unresolved problem with 
disk-at-once writing, but nothing that prevents work from being done.

--Rob


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [usb-storage] Re: [patchlet] enable HP 8200e USB CDRW

2001-01-01 Thread Robert Baruch


 On Sun, 31 Dec 2000, Matthew Dharm wrote:
 
 
 Um, I'm not sure that this driver is even ready for the EXPERIMENTAL label.
 What does the driver's author say?

I'd say it's ready for prime-time. So far the problems that have been 
described to me have to do with not being able to burn CD's because of 
too high a write speed. There is still an unresolved problem with 
disk-at-once writing, but nothing that prevents work from being done.

--Rob


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [patchlet] enable HP 8200e USB CDRW

2000-12-31 Thread Oliver Xymoron

On Sun, 31 Dec 2000, Matthew Dharm wrote:

> Um, I'm not sure that this driver is even ready for the EXPERIMENTAL label.
> What does the driver's author say?

He was unresponsive to my message of about a month ago. Nonetheless, it
works for me - I've ripped about a hundred CDs and burned a few as well.
Considering that the rest of the code is already in the standard kernel
and appears to work, there's no reason not to make it available.

> On Sun, Dec 31, 2000 at 11:50:14AM -0600, Oliver Xymoron wrote:
> > This patchlet lets me use my HP CDRW.
> >
> > --- linux/drivers/usb/Config.in~Mon Nov 27 20:10:35 2000
> > +++ linux/drivers/usb/Config.in Tue Dec 19 12:21:56 2000
> > @@ -32,6 +32,9 @@
> > if [ "$CONFIG_USB_STORAGE" != "n" ]; then
> >bool 'USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
> >bool 'Freecom USB/ATAPI Bridge support' CONFIG_USB_STORAGE_FREECOM
> > +  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
> > +  bool 'HP8200e support (EXPERIMENTAL)' CONFIG_USB_STORAGE_HP8200e
> > +  fi
> > fi
> > dep_tristate '  USB Modem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB
> > dep_tristate '  USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB

-- 
 "Love the dolphins," she advised him. "Write by W.A.S.T.E.."

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [patchlet] enable HP 8200e USB CDRW

2000-12-31 Thread Matthew Dharm

Um, I'm not sure that this driver is even ready for the EXPERIMENTAL label.
What does the driver's author say?

Matt

On Sun, Dec 31, 2000 at 11:50:14AM -0600, Oliver Xymoron wrote:
> This patchlet lets me use my HP CDRW.
> 
> --- linux/drivers/usb/Config.in~  Mon Nov 27 20:10:35 2000
> +++ linux/drivers/usb/Config.in   Tue Dec 19 12:21:56 2000
> @@ -32,6 +32,9 @@
> if [ "$CONFIG_USB_STORAGE" != "n" ]; then
>bool 'USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
>bool 'Freecom USB/ATAPI Bridge support' CONFIG_USB_STORAGE_FREECOM
> +  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
> +  bool 'HP8200e support (EXPERIMENTAL)' CONFIG_USB_STORAGE_HP8200e
> +  fi
> fi
> dep_tristate '  USB Modem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB
> dep_tristate '  USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB
> 
> -- 
>  "Love the dolphins," she advised him. "Write by W.A.S.T.E.."
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.tux.org/lkml/

-- 
Matthew Dharm  Home: [EMAIL PROTECTED] 
Maintainer, Linux USB Mass Storage Driver

G:  Let me guess, you started on the 'net with AOL, right?
C:  WOW! d00d! U r leet!
-- Greg and Customer 
User Friendly, 2/12/1999

 PGP signature


[patchlet] enable HP 8200e USB CDRW

2000-12-31 Thread Oliver Xymoron

This patchlet lets me use my HP CDRW.

--- linux/drivers/usb/Config.in~Mon Nov 27 20:10:35 2000
+++ linux/drivers/usb/Config.in Tue Dec 19 12:21:56 2000
@@ -32,6 +32,9 @@
if [ "$CONFIG_USB_STORAGE" != "n" ]; then
   bool 'USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
   bool 'Freecom USB/ATAPI Bridge support' CONFIG_USB_STORAGE_FREECOM
+  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+  bool 'HP8200e support (EXPERIMENTAL)' CONFIG_USB_STORAGE_HP8200e
+  fi
fi
dep_tristate '  USB Modem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB
dep_tristate '  USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB

-- 
 "Love the dolphins," she advised him. "Write by W.A.S.T.E.."

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



[patchlet] enable HP 8200e USB CDRW

2000-12-31 Thread Oliver Xymoron

This patchlet lets me use my HP CDRW.

--- linux/drivers/usb/Config.in~Mon Nov 27 20:10:35 2000
+++ linux/drivers/usb/Config.in Tue Dec 19 12:21:56 2000
@@ -32,6 +32,9 @@
if [ "$CONFIG_USB_STORAGE" != "n" ]; then
   bool 'USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
   bool 'Freecom USB/ATAPI Bridge support' CONFIG_USB_STORAGE_FREECOM
+  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
+  bool 'HP8200e support (EXPERIMENTAL)' CONFIG_USB_STORAGE_HP8200e
+  fi
fi
dep_tristate '  USB Modem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB
dep_tristate '  USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB

-- 
 "Love the dolphins," she advised him. "Write by W.A.S.T.E.."

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: [patchlet] enable HP 8200e USB CDRW

2000-12-31 Thread Oliver Xymoron

On Sun, 31 Dec 2000, Matthew Dharm wrote:

 Um, I'm not sure that this driver is even ready for the EXPERIMENTAL label.
 What does the driver's author say?

He was unresponsive to my message of about a month ago. Nonetheless, it
works for me - I've ripped about a hundred CDs and burned a few as well.
Considering that the rest of the code is already in the standard kernel
and appears to work, there's no reason not to make it available.

 On Sun, Dec 31, 2000 at 11:50:14AM -0600, Oliver Xymoron wrote:
  This patchlet lets me use my HP CDRW.
 
  --- linux/drivers/usb/Config.in~Mon Nov 27 20:10:35 2000
  +++ linux/drivers/usb/Config.in Tue Dec 19 12:21:56 2000
  @@ -32,6 +32,9 @@
  if [ "$CONFIG_USB_STORAGE" != "n" ]; then
 bool 'USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
 bool 'Freecom USB/ATAPI Bridge support' CONFIG_USB_STORAGE_FREECOM
  +  if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
  +  bool 'HP8200e support (EXPERIMENTAL)' CONFIG_USB_STORAGE_HP8200e
  +  fi
  fi
  dep_tristate '  USB Modem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB
  dep_tristate '  USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB

-- 
 "Love the dolphins," she advised him. "Write by W.A.S.T.E.."

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/