Netac USB sticks fail in 2.6 kernel

Bug #94371 reported by Tom M.
0
Affects Status Importance Assigned to Milestone
linux-source-2.6.20 (Ubuntu)
Fix Released
Low
Ben Collins

Bug Description

Binary package hint: linux-source-2.6.20

1. Plug stick in
2. Copy files to stick
3. Eject stick
4. Plug stick back in
5. Copy files from stick to HDD
6. Copy fails!

Please refer to this thread:
http://<email address hidden>/msg51849.html

There is a patch for linux-2.6.20/drivers/usb/storage/unusual_devs.h to fix this problem.
I have tested this and it also works for 2.6.17 in edgy as well as 2.6.20 in feisty.

Patch:

--- linux-2.6.20/drivers/usb/storage/unusual_devs.h 2007-03-09 18:58:04.000000000 +0000
+++ linux-2.6.20b/drivers/usb/storage/unusual_devs.h 2007-03-13 23:59:21.000000000 +0000
@@ -1286,6 +1286,14 @@
   US_SC_DEVICE, US_PR_DEVICE, NULL,
   US_FL_IGNORE_RESIDUE ),

+/* Reported by Edward Chapman <[EMAIL PROTECTED]>
+ Netac OnlyDisk Mini U2CV2 512MB USB 2.0 Flash Drive */
+UNUSUAL_DEV( 0x0dd8, 0xd202, 0x0000, 0x9999,
+ "Netac",
+ "USB Flash Disk",
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
+ US_FL_IGNORE_RESIDUE ),
+
 /* Reported by Benjamin Schiller <[EMAIL PROTECTED]>
  * It is also sold by Easylite as DJ 20 */
 UNUSUAL_DEV( 0x0ed1, 0x7636, 0x0103, 0x0103,

Changed in linux-source-2.6.20:
assignee: nobody → ben-collins
importance: Undecided → Low
status: Unconfirmed → Fix Committed
Changed in linux-source-2.6.20:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.