mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
fix SONY_CLIE_41 (as PEG-SJ33/U)
PR: kern/64968 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> MFC after: 1 week
This commit is contained in:
parent
a2c1b13f5c
commit
c6b0444f5f
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ static const struct uvisor_type uvisor_devs[] = {
|
|||
{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_ZIRE }, PALM4 },
|
||||
{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_ZIRE31 }, PALM4 },
|
||||
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_40 }, 0 },
|
||||
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41 }, 0 },
|
||||
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41 }, PALM4 },
|
||||
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_S360 }, PALM4 },
|
||||
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_NX60 }, PALM4 },
|
||||
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_35 }, 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue