Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2002 23:56:04 +0300 (EEST)
From:      Olexander Kunytsa <kunia@enigma.ukma.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   i386/37197: Changing USB id's string For DaisyTech PhotoClip
Message-ID:  <200204172056.g3HKu4x61552@enigma.ukma.kiev.ua>

next in thread | raw e-mail | index | archive | help

>Number:         37197
>Category:       i386
>Synopsis:       Changing USB id's string For DaisyTech PhotoClip
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 17 14:00:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Olexander Kunytsa
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
LN
>Environment:
System: FreeBSD Enigma.unix.land 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Apr 14 21:26:32 EEST 2002 root@:/usr/src/sys/compile/GENERIC i386


>Description:
	Changing USB Device ID' string for DaisyTech devices after consulting with firm techsupport. When I've reported this ID first time I've thought it was Camera, but later they changed firmware in MP3 player, and nowdays my kernel says 'camera' about player, so I'd like to change the string to the one from windoze .inf files comming with win-driver.

>How-To-Repeat:
	You'd have DaisyTech Mp3 player or Camera :)
>Fix:


--- usbdevs.old	Sun Apr 14 19:19:42 2002
+++ usbdevs	Sun Apr 14 19:17:03 2002
@@ -499,7 +499,7 @@
 product CYPRESS FMRADIO		0x1002	FM Radio
 
 /* Daisy Technology products */
-product DAISY DMC		0x6901	PhotoClip Camera
+product DAISY DMC		0x6901	PhotoClip USBMediaReader
 
 /* Dallas Semiconductor products */
 product DALLAS J6502		0x4201	J-6502 speakers
--- usbdevs.h.old	Sun Apr 14 19:16:52 2002
+++ usbdevs.h	Sun Apr 14 19:18:23 2002
@@ -1,4 +1,4 @@
-/*	$FreeBSD: src/sys/dev/usb/usbdevs.h,v 1.32.2.20 2002/04/08 10:27:03 joe Exp $	*/
+/*	$FreeBSD$	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -506,7 +506,7 @@
 #define	USB_PRODUCT_CYPRESS_FMRADIO	0x1002		/* FM Radio */
 
 /* Daisy Technology products */
-#define	USB_PRODUCT_DAISY_DMC	0x6901		/* PhotoClip Camera */
+#define	USB_PRODUCT_DAISY_DMC	0x6901		/* PhotoClip USBMediaReader */
 
 /* Dallas Semiconductor products */
 #define	USB_PRODUCT_DALLAS_J6502	0x4201		/* J-6502 speakers */
--- usbdevs_data.h.old	Sun Apr 14 19:17:01 2002
+++ usbdevs_data.h	Sun Apr 14 19:18:23 2002
@@ -1,4 +1,4 @@
-/*	$FreeBSD: src/sys/dev/usb/usbdevs_data.h,v 1.32.2.20 2002/04/08 10:27:04 joe Exp $	*/
+/*	$FreeBSD$	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -505,7 +505,7 @@
 	    USB_VENDOR_DAISY, USB_PRODUCT_DAISY_DMC,
 	    0,
 	    "Daisy Technology",
-	    "PhotoClip Camera",
+	    "PhotoClip USBMediaReader",
 	},
 	{
 	    USB_VENDOR_DALLAS, USB_PRODUCT_DALLAS_J6502,

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204172056.g3HKu4x61552>