Bug 65777

Summary: Add USB Vendor and Product ID to support Dell TrueMobile 300 (Bluetooth)
Product: Base System Reporter: Patrick Hurrelmann <outi>
Component: kernAssignee: MIHIRA Sanpei Yoshiro <sanpei>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.2-CURRENT   
Hardware: Any   
OS: Any   

Description Patrick Hurrelmann 2004-04-19 19:50:22 UTC
Add new USB Vendor and Product-ID to sys/dev/usb/usbdevs to support Dell
TrueMobile 300 (internal USB-Bluetooth Card). I verified that. Dell TrueMobile 300 works with standard ubt.

Fix: 

Add to sys/dev/usb/usbdevs
..
vendor DELL                     0x413c  Dell
..

..
/* Dell products */
product DELL TRUEMOBILE300      0x800   TrueMobile 300 (Bluetooth)
..
How-To-Repeat: Add USB-Vendor-ID 0x413c (Dell)
Add USD-Product-ID 0x8000 (TrueMobile 300 (Bluetooth))
Make usbdevs_data.h. Remake netgraph/bluetooth. Card is working as Bluetooth device. After kernel compilation it is stated as "Dell TrueMobile 300 (Bluetooth)".
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2004-04-20 13:22:43 UTC
Responsible Changed
From-To: freebsd-bugs->sanpei

Over to USB specialist.
Comment 2 MIHIRA Sanpei Yoshiro freebsd_committer freebsd_triage 2004-04-27 14:56:48 UTC
State Changed
From-To: open->closed

Commted in 1.172 of usbdevs, Thanks