usb/149759: add USB vendor 04FC

2010-08-18 Thread Lapo Luchini

Number: 149759
Category:   usb
Synopsis:   add USB vendor 04FC
Confidential:   no
Severity:   non-critical
Priority:   low
Responsible:freebsd-usb
State:  open
Quarter:
Keywords:   
Date-Required:
Class:  change-request
Submitter-Id:   current-users
Arrival-Date:   Wed Aug 18 09:00:11 UTC 2010
Closed-Date:
Last-Modified:
Originator: Lapo Luchini
Release:FreeBSD 8.1-RELEASE amd64
Organization:
Environment:
System: FreeBSD lapo.andxor.it 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 
02:36:49 UTC 2010 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

Description:

My mouse vendor is not showing in dmesg.
The vendor is reported as Sunplus Technology Co., Ltd by Linux 
http://www.linux-usb.org/usb.ids though my mouse shows the vendor name 
Kraun; it's the same exact model that's in this page 
http://www.kraun.it/pages/products/datasheet.shtml?product_code=KR.LUlanguage=it.

How-To-Repeat:

# dmesg | fgrep ums
ums0: vendor 0x04fc USB OpticalWheel Mouse, class 0/0, rev 1.10/9.10, addr 4 
on usbus6
ums0: 3 buttons and [XYZ] coordinates ID=0

# usbconfig dump_device_desc

ugen6.4: USB OpticalWheel Mouse vendor 0x04fc at usbus6, cfg=0 md=HOST 
spd=LOW (1.5Mbps) pwr=ON

  bLength = 0x0012 
  bDescriptorType = 0x0001 
  bcdUSB = 0x0110 
  bDeviceClass = 0x 
  bDeviceSubClass = 0x 
  bDeviceProtocol = 0x 
  bMaxPacketSize0 = 0x0008 
  idVendor = 0x04fc 
  idProduct = 0x0003 
  bcdDevice = 0x0910 
  iManufacturer = 0x  no string
  iProduct = 0x0002  USB OpticalWheel Mouse
  iSerialNumber = 0x  no string
  bNumConfigurations = 0x0001 

Fix:

Add vendor 0x04fc to sys/dev/usb/usbdevs, but it already seems to be there as 
AIPTEK International.
(then why it doesn't show up? I guess I'm missing the point here)
Release-Note:
Audit-Trail:
Unformatted:
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/149759: add USB vendor 04FC

2010-08-18 Thread Hans Petter Selasky
On Wednesday 18 August 2010 10:50:47 Lapo Luchini wrote:
 Number: 149759
 Category:   usb
 Synopsis:   add USB vendor 04FC
 Confidential:   no
 Severity:   non-critical
 Priority:   low
 Responsible:freebsd-usb
 State:  open
 Quarter:
 Keywords:
 Date-Required:
 Class:  change-request
 Submitter-Id:   current-users
 Arrival-Date:   Wed Aug 18 09:00:11 UTC 2010
 Closed-Date:
 Last-Modified:
 Originator: Lapo Luchini
 Release:FreeBSD 8.1-RELEASE amd64
 Organization:
 
 Environment:
 System: FreeBSD lapo.andxor.it 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul
 19 02:36:49 UTC 2010
 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
 
 Description:
 My mouse vendor is not showing in dmesg.
 The vendor is reported as Sunplus Technology Co., Ltd by Linux
 http://www.linux-usb.org/usb.ids though my mouse shows the vendor name
 Kraun; it's the same exact model that's in this page
 http://www.kraun.it/pages/products/datasheet.shtml?product_code=KR.LUlan
 guage=it.
 
 How-To-Repeat:
 # dmesg | fgrep ums
 ums0: vendor 0x04fc USB OpticalWheel Mouse, class 0/0, rev 1.10/9.10, addr
 4 on usbus6 ums0: 3 buttons and [XYZ] coordinates ID=0
 
 # usbconfig dump_device_desc
 
 ugen6.4: USB OpticalWheel Mouse vendor 0x04fc at usbus6, cfg=0 md=HOST
 spd=LOW (1.5Mbps) pwr=ON
 
   bLength = 0x0012
   bDescriptorType = 0x0001
   bcdUSB = 0x0110
   bDeviceClass = 0x
   bDeviceSubClass = 0x
   bDeviceProtocol = 0x
   bMaxPacketSize0 = 0x0008
   idVendor = 0x04fc
   idProduct = 0x0003
   bcdDevice = 0x0910
   iManufacturer = 0x  no string
   iProduct = 0x0002  USB OpticalWheel Mouse
   iSerialNumber = 0x  no string
   bNumConfigurations = 0x0001
 
 Fix:
 Add vendor 0x04fc to sys/dev/usb/usbdevs, but it already seems to be there
 as AIPTEK International. (then why it doesn't show up? I guess I'm
 missing the point here)
 
 Release-Note:
 Audit-Trail:
 
 Unformatted:

Hi,

You need:

options USB_VERBOSE

in the kernel for that information to show up.

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/149759: add USB vendor 04FC

2010-08-18 Thread Hans Petter Selasky
The following reply was made to PR usb/149759; it has been noted by GNATS.

From: Hans Petter Selasky hsela...@c2i.net
To: freebsd-usb@freebsd.org,
 Lapo Luchini l...@lapo.it
Cc: freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/149759: add USB vendor 04FC
Date: Wed, 18 Aug 2010 11:19:53 +0200

 On Wednesday 18 August 2010 10:50:47 Lapo Luchini wrote:
  Number: 149759
  Category:   usb
  Synopsis:   add USB vendor 04FC
  Confidential:   no
  Severity:   non-critical
  Priority:   low
  Responsible:freebsd-usb
  State:  open
  Quarter:
  Keywords:
  Date-Required:
  Class:  change-request
  Submitter-Id:   current-users
  Arrival-Date:   Wed Aug 18 09:00:11 UTC 2010
  Closed-Date:
  Last-Modified:
  Originator: Lapo Luchini
  Release:FreeBSD 8.1-RELEASE amd64
  Organization:
  
  Environment:
  System: FreeBSD lapo.andxor.it 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul
  19 02:36:49 UTC 2010
  r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
  
  Description:
  My mouse vendor is not showing in dmesg.
  The vendor is reported as Sunplus Technology Co., Ltd by Linux
  http://www.linux-usb.org/usb.ids though my mouse shows the vendor name
  Kraun; it's the same exact model that's in this page
  http://www.kraun.it/pages/products/datasheet.shtml?product_code=KR.LUlan
  guage=it.
  
  How-To-Repeat:
  # dmesg | fgrep ums
  ums0: vendor 0x04fc USB OpticalWheel Mouse, class 0/0, rev 1.10/9.10, addr
  4 on usbus6 ums0: 3 buttons and [XYZ] coordinates ID=0
  
  # usbconfig dump_device_desc
  
  ugen6.4: USB OpticalWheel Mouse vendor 0x04fc at usbus6, cfg=0 md=HOST
  spd=LOW (1.5Mbps) pwr=ON
  
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0110
bDeviceClass = 0x
bDeviceSubClass = 0x
bDeviceProtocol = 0x
bMaxPacketSize0 = 0x0008
idVendor = 0x04fc
idProduct = 0x0003
bcdDevice = 0x0910
iManufacturer = 0x  no string
iProduct = 0x0002  USB OpticalWheel Mouse
iSerialNumber = 0x  no string
bNumConfigurations = 0x0001
  
  Fix:
  Add vendor 0x04fc to sys/dev/usb/usbdevs, but it already seems to be there
  as AIPTEK International. (then why it doesn't show up? I guess I'm
  missing the point here)
  
  Release-Note:
  Audit-Trail:
  
  Unformatted:
 
 Hi,
 
 You need:
 
 options USB_VERBOSE
 
 in the kernel for that information to show up.
 
 --HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


usb/149764: usbdevs update: Huawei K3765 3G modem

2010-08-18 Thread adrian ilarion ciobanu

Number: 149764
Category:   usb
Synopsis:   usbdevs update: Huawei K3765 3G modem
Confidential:   no
Severity:   non-critical
Priority:   low
Responsible:freebsd-usb
State:  open
Quarter:
Keywords:   
Date-Required:
Class:  update
Submitter-Id:   current-users
Arrival-Date:   Wed Aug 18 12:50:05 UTC 2010
Closed-Date:
Last-Modified:
Originator: adrian ilarion ciobanu
Release:FreeBSD 8.1-RELEASE i386
Organization:
Environment:
FreeBSD 8.1-RELEASE FreeBSD 8-1-RELEASE #0: Wed Aug 18 12:04:40 EEST 2010 
root@:/usr/objs/usr/src/sys/GENERIC i386
Description:
usbdevs and u3g.c should be updated with Huawei K3765 3G (flipflop) modem 
definitions so when flip-flopping the device the system will recognize it 
properly as a 3G modem instead of umass-only device.


manufacturer: Huawei
model: K3765

VID: 0x12d1
PID: 0x1465 (modem)
PID: 0x1520 (storage)


How-To-Repeat:
insert a Huawei K3765 3G usb modem
Fix:
add to sys/dev/usb/usbdevs:

product HUAWEI K3765   0x1465  3G modem



add to sys/dev/usb/serial/u3g.c:


U3G_DEV(HUAWEI, K3765, U3GINIT_HUAWEI),



Release-Note:
Audit-Trail:
Unformatted:
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/127980: [umass] [patch] [usb67] Fix Samsung YP U2 MP3 player on 7.x and 8.x

2010-08-18 Thread uqs
Synopsis: [umass] [patch] [usb67] Fix Samsung YP U2 MP3 player on 7.x and 8.x

State-Changed-From-To: patched-closed
State-Changed-By: uqs
State-Changed-When: Wed Aug 18 14:48:37 UTC 2010
State-Changed-Why: 
I no longer have this device, so I cannot test an MFC to stable/7.

http://www.freebsd.org/cgi/query-pr.cgi?pr=127980
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/149764: usbdevs update: Huawei K3765 3G modem

2010-08-18 Thread Hans Petter Selasky
On Wednesday 18 August 2010 14:40:57 adrian ilarion ciobanu wrote:
 Number: 149764
 Category:   usb
 Synopsis:   usbdevs update: Huawei K3765 3G modem
 Confidential:   no
 Severity:   non-critical
 Priority:   low
 Responsible:freebsd-usb
 State:  open

Committed to USB P4. See change ID #182575.

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/149764: usbdevs update: Huawei K3765 3G modem

2010-08-18 Thread Hans Petter Selasky
The following reply was made to PR usb/149764; it has been noted by GNATS.

From: Hans Petter Selasky hsela...@c2i.net
To: freebsd-usb@freebsd.org
Cc: adrian ilarion ciobanu c...@mud.ro,
 freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/149764: usbdevs update: Huawei K3765 3G modem
Date: Wed, 18 Aug 2010 22:22:17 +0200

 On Wednesday 18 August 2010 14:40:57 adrian ilarion ciobanu wrote:
  Number: 149764
  Category:   usb
  Synopsis:   usbdevs update: Huawei K3765 3G modem
  Confidential:   no
  Severity:   non-critical
  Priority:   low
  Responsible:freebsd-usb
  State:  open
 
 Committed to USB P4. See change ID #182575.
 
 --HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: Huawei E1752 under FreeBSD

2010-08-18 Thread Stefan Bethke
Am 13.02.2010 um 17:13 schrieb Hans Petter Selasky:

 Committed to USB P4:
 
 http://p4web.freebsd.org/chv.cgi?CH=174658
 http://perforce.freebsd.org/chv.cgi?CH=174658

This this support for the Huawei E1752 ever get committed to stable?  I've got 
a E1550, which shows up with the same USB dev id as the E1752, according to the 
latest usb_modeswitch device_reference.txt, and takes the same command to 
enable the serial ports.

Is there some additional action needed?


Thanks,
Stefan

-- 
Stefan Bethke s...@lassitu.de   Fon +49 151 14070811



___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org