Hi Phil, I have seen a small mistake in the previous one. Please, find the correct one in attachment. Regards JB On Friday 19 December 2008 - 09:24, Phil Dibowitz wrote: > Jean-Baptiste Onofré wrote: > > Hi Phil, > > > > you will find a new patch in attachment. > > This patch has been taken from the last 2.6.28-rc8 snapshot. > > > > Here is : > > > > Signed-off-by: Jean-Baptiste Onofre <jb@xxxxxxxxxxxx> > > 2 outta 3. Now just generate it from one directory up. =) > > -- > Phil Dibowitz phil@xxxxxxxx > Open Source software and tech docs Insanity Palace of Metallica > http://www.phildev.net/ http://www.ipom.com/ > > "Never write it in C if you can do it in 'awk'; > Never do it in 'awk' if 'sed' can handle it; > Never use 'sed' when 'tr' can do the job; > Never invoke 'tr' when 'cat' is sufficient; > Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming > > -- Jean-Baptiste Onofré (Nanthrax) BuildProcess/AutoDeploy Project Leader http://buildprocess.sourceforge.net jb@xxxxxxxxxxxx PGP : 17D4F086
--- linux-2.6.28-rc8/drivers/usb/storage/unusual_devs.h.orig 2008-12-19 05:25:48.697249662 +0100 +++ linux-2.6.28-rc8/drivers/usb/storage/unusual_devs.h 2008-12-19 05:27:40.165249642 +0100 @@ -1063,6 +1063,16 @@ UNUSUAL_DEV( 0x071b, 0x3203, 0x0000, 0x US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64), +/* Reported by Jean-Baptiste Onofre <jb@xxxxxxxxxxxx> + * Support the following product : + * "Dane-Elec MediaTouch" + */ +UNUSUAL_DEV( 0x071b, 0x32bb, 0x0000, 0x0000, + "RockChip", + "ROCK MTP", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_NO_WP_DETECT | US_FL_MAX_SECTORS_64), + /* Reported by Massimiliano Ghilardi <massimiliano.ghilardi@xxxxxxxxx> * This USB MP3/AVI player device fails and disconnects if more than 128 * sectors (64kB) are read/written in a single command, and may be present